Searched defs:serviceName (Results 1 – 11 of 11) sorted by relevance
/system/libhidl/transport/ |
D | LegacySupport.cpp | 33 RegisterServiceCb registerServiceCb, const std::string& serviceName) { in registerPassthroughServiceImplementation() 76 const std::string& serviceName) { in registerPassthroughServiceImplementation()
|
/system/security/identity/ |
D | CredentialStoreFactory.cpp | 38 String16 serviceName = in createCredentialStore() local
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothSocketManager.aidl | 31 …@nullable ParcelFileDescriptor createSocketChannel(int type, in @nullable String serviceName, in @… in createSocketChannel()
|
/system/core/adb/client/ |
D | transport_mdns.cpp | 99 static bool adb_DNSServiceShouldAutoConnect(const char* regType, const char* serviceName) { in adb_DNSServiceShouldAutoConnect() 185 ResolvedService(std::string serviceName, std::string regType, uint32_t interfaceIndex, in ResolvedService() 302 std::string serviceName() const { return serviceName_; } in serviceName() function in ResolvedService 398 void ResolvedService::removeDNSService(const char* regType, const char* serviceName) { in removeDNSService() 481 DiscoveredService(uint32_t interfaceIndex, const char* serviceName, const char* regtype, in DiscoveredService() 593 const char* serviceName, const char* regtype, in on_service_browsed()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 104 uint32_t /* interfaceIndex */, DNSServiceErrorType errorCode, const char *serviceName, in MDnsSdListenerDiscoverCallback() 162 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister() 197 DNSServiceErrorType errorCode, const char *serviceName, const char * /* regType */, in MDnsSdListenerRegisterCallback() 218 const char *interfaceName, const char *serviceName, const char *regType, in resolveService() 442 char *serviceName = argv[3]; in runCommand() local 472 char *serviceName = argv[3]; in runCommand() local
|
/system/libhwbinder/vts/performance/ |
D | Benchmark_throughput.cpp | 175 string serviceName = "hwbinderService" + to_string(num); in generateServiceName() local 179 void service_fx(const string &serviceName, Pipe p) { in service_fx() 351 string serviceName = generateServiceName(i); in main() local
|
D | Latency.cpp | 147 static void serviceFx(const string& serviceName, Pipe p) { in serviceFx()
|
/system/hwservicemanager/ |
D | service.cpp | 63 static std::string serviceName = "default"; variable
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 50 String16 serviceName("test.binderAddInts"); variable
|
/system/tools/aidl/tests/lazy_test/ |
D | main.cpp | 161 const String16 serviceName = String16("aidl_lazy_test_1"); member in AidlLazyRegistrarTest
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2246 const std::string serviceName = "otherinterface"; in TEST_F() local
|