Home
last modified time | relevance | path

Searched refs:kServiceName (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/wificond/tests/integration/
Dlife_cycle_test.cpp23 using android::wificond::ipc_constants::kServiceName;
42 EXPECT_FALSE(IsBinderServiceRegistered(kServiceName)); in TEST()
50 EXPECT_TRUE(WaitForTrue(std::bind(IsBinderServiceRegistered, kServiceName), in TEST()
Dprocess_utils.cpp37 using android::wificond::ipc_constants::kServiceName;
75 auto wificond_restarted = std::bind(IsBinderServiceRegistered, kServiceName); in EnterDevModeOrDie()
77 status_t status = getService(String16(kServiceName), &service); in EnterDevModeOrDie()
/system/iorap/src/iorapd/
Dmain.cc28 static constexpr const char* kServiceName = iorap::binder::IIorapImpl::getServiceName(); variable
62 LOG(INFO) << kServiceName << " (the prefetchening) firing up"; in main()
77 LOG(INFO) << kServiceName << " shutting down"; in main()
/system/libhwbinder/vts/performance/
DBenchmark_binder.cpp50 const char kServiceName[] = "android.tests.binder.IBenchmark"; variable
67 defaultServiceManager()->addService(String16(kServiceName), in startServer()
83 status_t status = getService(String16(kServiceName), &service); in BM_sendVec_binder()
/system/bt/service/example/heart_rate/
Dserver_main.cc41 std::string kServiceName = "bluetooth-service"; variable
93 status_t status = getService(String16(kServiceName.c_str()), &bluetooth); in main()
95 LOG(ERROR) << "Failed to get service binder: '" << kServiceName in main()
/system/bt/service/ipc/binder/
Dipc_handler_binder.cc36 std::string kServiceName = "bluetooth-service"; variable
51 String16(String8(kServiceName.c_str())), bt_server); in Run()
/system/connectivity/wificond/
Dipc_constants.cpp23 const char kServiceName[] = "wificond"; variable
Dipc_constants.h24 extern const char kServiceName[];
Dmain.cpp43 using android::wificond::ipc_constants::kServiceName;
96 CHECK_EQ(sm->addService(android::String16(kServiceName), service), in RegisterServiceOrCrash()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp70 static constexpr char kServiceName[] = "TestService"; variable
101 status_t status = suspend->registerAsService(kServiceName); in registerTestService()
116 ::android::hardware::details::waitForHwService(ISystemSuspend::descriptor, kServiceName); in SetUpTestSuite()
117 sp<ISystemSuspend> suspendService = ISystemSuspend::getService(kServiceName); in SetUpTestSuite()
133 ::android::hardware::details::waitForHwService(ISystemSuspend::descriptor, kServiceName); in SetUp()
134 suspendService = ISystemSuspend::getService(kServiceName); in SetUp()
/system/bt/service/client/
Dmain.cc119 std::string kServiceName = "bluetooth-service"; variable
1080 status_t status = getService(String16(kServiceName.c_str()), &bt_iface); in main()
1082 LOG(ERROR) << "Failed to get service binder: '" << kServiceName in main()