Searched refs:kServiceName (Results 1 - 10 of 10) sorted by relevance

/system/connectivity/wificond/
H A Dipc_constants.cpp23 const char kServiceName[] = "wificond"; member in namespace:android::wificond::ipc_constants
H A Dipc_constants.h24 extern const char kServiceName[];
H A Dmain.cpp45 using android::wificond::ipc_constants::kServiceName;
105 CHECK_EQ(sm->addService(android::String16(kServiceName), service),
/system/connectivity/wificond/tests/integration/
H A Dlife_cycle_test.cpp23 using android::wificond::ipc_constants::kServiceName;
42 EXPECT_FALSE(IsBinderServiceRegistered(kServiceName));
50 EXPECT_TRUE(WaitForTrue(std::bind(IsBinderServiceRegistered, kServiceName),
H A Dprocess_utils.cpp37 using android::wificond::ipc_constants::kServiceName;
75 auto wificond_restarted = std::bind(IsBinderServiceRegistered, kServiceName);
77 status_t status = getService(String16(kServiceName), &service);
/system/tools/aidl/tests/
H A Daidl_test_client.cpp54 const char kServiceName[] = "android.aidl.tests.ITestService"; member in namespace:android::aidl::tests::client
58 status_t status = getService(String16(kServiceName), service);
60 cerr << "Failed to get service binder: '" << kServiceName
/system/libhwbinder/vts/performance/
H A DBenchmark_binder.cpp50 const char kServiceName[] = "android.tests.binder.IBenchmark"; variable
67 defaultServiceManager()->addService(String16(kServiceName),
83 status_t status = getService(String16(kServiceName), &service);
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.cc36 std::string kServiceName = "bluetooth-service"; member in namespace:ipc
51 String16(String8(kServiceName.c_str())), bt_server);
/system/bt/service/example/heart_rate/
H A Dserver_main.cc41 std::string kServiceName = "bluetooth-service"; member in namespace:__anon858
96 status_t status = getService(String16(kServiceName.c_str()), &bluetooth);
98 LOG(ERROR) << "Failed to get service binder: '" << kServiceName
/system/bt/service/client/
H A Dmain.cc119 std::string kServiceName = "bluetooth-service"; member in namespace:__anon855
1043 status_t status = getService(String16(kServiceName.c_str()), &bt_iface);
1045 LOG(ERROR) << "Failed to get service binder: '" << kServiceName

Completed in 436 milliseconds