Searched refs:kServiceName (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/wificond/tests/integration/ |
D | life_cycle_test.cpp | 23 using android::wificond::ipc_constants::kServiceName; 42 EXPECT_FALSE(IsBinderServiceRegistered(kServiceName)); in TEST() 50 EXPECT_TRUE(WaitForTrue(std::bind(IsBinderServiceRegistered, kServiceName), in TEST()
|
D | process_utils.cpp | 37 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/ |
D | main.cc | 28 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/ |
D | Benchmark_binder.cpp | 50 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/ |
D | server_main.cc | 41 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/ |
D | ipc_handler_binder.cc | 36 std::string kServiceName = "bluetooth-service"; variable 51 String16(String8(kServiceName.c_str())), bt_server); in Run()
|
/system/connectivity/wificond/ |
D | ipc_constants.cpp | 23 const char kServiceName[] = "wificond"; variable
|
D | ipc_constants.h | 24 extern const char kServiceName[];
|
D | main.cpp | 43 using android::wificond::ipc_constants::kServiceName; 96 CHECK_EQ(sm->addService(android::String16(kServiceName), service), in RegisterServiceOrCrash()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 70 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/ |
D | main.cc | 119 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()
|