/aosp12/frameworks/base/core/java/android/os/ |
H A D | HwBinder.java | 67 public native final void registerService(String serviceName) in registerService() 79 String serviceName) in getService() 92 String serviceName, in getService()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | HwBinder.java | 67 public native final void registerService(String serviceName) in registerService() 79 String serviceName) in getService() 92 String serviceName, in getService()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | ndef_message_test.cpp | 166 const std::string serviceName = "serviceName"; variable 179 const std::string serviceName = ""; variable 192 const std::string serviceName = "serviceName"; variable 205 const std::string serviceName = "serviceName"; variable
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaServiceManager.java | 53 public ServiceRegisterer(String serviceName, boolean lazyStart) { in ServiceRegisterer() 61 public ServiceRegisterer(String serviceName) { in ServiceRegisterer()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaServiceManager.java | 53 public ServiceRegisterer(String serviceName, boolean lazyStart) { in ServiceRegisterer() 61 public ServiceRegisterer(String serviceName) { in ServiceRegisterer()
|
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | INfcDta.aidl | 27 boolean enableServer(String serviceName, int serviceSap, int miu, in enableServer() 30 boolean enableClient(String serviceName, int miu, int rwSize, in enableClient()
|
/aosp14/frameworks/base/core/java/android/nfc/ |
H A D | INfcDta.aidl | 27 boolean enableServer(String serviceName, int serviceSap, int miu, in enableServer() 30 boolean enableClient(String serviceName, int miu, int rwSize, in enableClient()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/ |
H A D | AccessibilityServiceFragment.java | 62 public static void prepareArgs(@NonNull Bundle args, String packageName, String serviceName, in prepareArgs() 112 final String serviceName = getArguments().getString(ARG_SERVICE_NAME); in updateEnablePref() local 161 String serviceName = getArguments().getString(ARG_SERVICE_NAME); in getPageId() local
|
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | AutofillTestWatcher.java | 87 String serviceName = MyAutofillService.COMPONENT_NAME; in setAutofillService() local 91 serviceName); in setAutofillService() local 116 private boolean isAutofillServiceEnabled(String serviceName) { in isAutofillServiceEnabled()
|
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | AutofillTestWatcher.java | 87 String serviceName = MyAutofillService.COMPONENT_NAME; in setAutofillService() local 91 serviceName); in setAutofillService() local 116 private boolean isAutofillServiceEnabled(String serviceName) { in isAutofillServiceEnabled()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | hdi_support.cpp | 70 static std::string ParseLibName(const std::string &interfaceName, const std::string &serviceName, in ParseLibName() 98 const std::string &desc, std::string &interface, std::string &libName, const char *serviceName) in ParseInterface() 131 void *LoadHdiImpl(const char *desc, const char *serviceName) in LoadHdiImpl() 181 void UnloadHdiImpl(const char *desc, const char *serviceName, void *impl) in UnloadHdiImpl()
|
H A D | devmgr_client.c | 157 static int32_t DevmgrProcessLoad(struct HDIDeviceManager *iDevMgr, const char *serviceName, int32_t… in DevmgrProcessLoad() 184 int32_t DevmgrLoadDevice(struct HDIDeviceManager *iDevMgr, const char *serviceName) in DevmgrLoadDevice() 195 int32_t DevmgrUnloadDevice(struct HDIDeviceManager *iDevMgr, const char *serviceName) in DevmgrUnloadDevice()
|
/aosp12/system/libhidl/transport/ |
H A D | LegacySupport.cpp | 33 RegisterServiceCb registerServiceCb, const std::string& serviceName) { in registerPassthroughServiceImplementation() 76 const std::string& serviceName) { in registerPassthroughServiceImplementation()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/snep/ |
H A D | SnepClient.java | 58 public SnepClient(String serviceName) { in SnepClient() 76 SnepClient(String serviceName, int fragmentLength) { in SnepClient() 85 SnepClient(String serviceName, int acceptableLength, int fragmentLength) { in SnepClient()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/ |
H A D | dbinderservice_fuzzer.cpp | 60 std::u16string serviceName = Str8ToStr16(sessionNameTmp); in RegisterRemoteProxy1Test() local 72 std::u16string serviceName = Str8ToStr16(sessionNameTmp); in RegisterRemoteProxy2Test() local
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCaptureMetricsLogger.java | 37 public static void writeServiceEvent(int eventType, @NonNull String serviceName) { in writeServiceEvent() 51 final String serviceName = ComponentName.flattenToShortString(service); in writeSetWhitelistEvent() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 244 const std::string& serviceName, ServiceProfile& serviceProfile) in GetServiceProfile() 277 …const std::string& serviceName, const std::string& characteristicKey, CharacteristicProfile& charP… in GetCharacteristicProfile() 340 std::string serviceName; in RefreshLocalSwitchProfile() local 355 …const std::string& serviceName, const std::string& characteristicKey, CharacteristicProfile& charP… in GetSwitchCharacteristicProfile() 402 const std::string& serviceName) in DeleteServiceProfile() 427 … const std::string& deviceId, const std::string& serviceName, const std::string& characteristicKey) in DeleteCharacteristicProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | service_profile.cpp | 28 ServiceProfile::ServiceProfile(const std::string& deviceId, const std::string& serviceName, in ServiceProfile() 55 void ServiceProfile::SetServiceName(const std::string& serviceName) in SetServiceName()
|
/aosp12/frameworks/base/core/java/android/nfc/dta/ |
H A D | NfcDta.java | 104 public boolean enableServer(String serviceName, int serviceSap, int miu, in enableServer() 132 public boolean enableClient(String serviceName, int miu, int rwSize, in enableClient()
|
/aosp14/frameworks/base/core/java/android/nfc/dta/ |
H A D | NfcDta.java | 104 public boolean enableServer(String serviceName, int serviceSap, int miu, in enableServer() 132 public boolean enableClient(String serviceName, int miu, int rwSize, in enableClient()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/ |
H A D | sample_driver.c | 44 const char *serviceName = HdfSbufReadString(data); in SampleDriverRegisteDevice() local 66 const char *serviceName = HdfSbufReadString(data); in SampleDriverUnregisteDevice() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
H A D | RotationResolverShellCommand.java | 93 private int setTemporaryService(String serviceName) { in setTemporaryService() 102 mService.getMaster().setTemporaryService(mService.getUserId(), serviceName, duration); in setTemporaryService() local
|
/aosp12/frameworks/native/cmds/dumpsys/ |
H A D | dumpsys.cpp | 258 const String16& serviceName = services[i]; in main() local 355 status_t Dumpsys::startDumpThread(Type type, const String16& serviceName, in startDumpThread() 411 void Dumpsys::writeDumpHeader(int fd, const String16& serviceName, int priorityFlags) const { in writeDumpHeader() argument 427 status_t Dumpsys::writeDump(int fd, const String16& serviceName, std::chrono::milliseconds timeout, in writeDump() 493 void Dumpsys::writeDumpFooter(int fd, const String16& serviceName, in writeDumpFooter()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | dbinder_session_object.cpp | 25 DBinderSessionObject::DBinderSessionObject(const std::string &serviceName, in DBinderSessionObject() 63 void DBinderSessionObject::SetServiceName(const std::string &serviceName) in SetServiceName()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_proxy_unittest.cpp | 907 std::string serviceName = "testserviceName"; variable 965 std::string serviceName = "DBinder111_222"; variable 999 std::string serviceName = "DBinder111_222"; variable 1033 std::string serviceName = "DBinder111_222"; variable 1066 std::string serviceName = "DBinder111_222"; variable 1107 std::string serviceName = "DBinder111_222"; variable 1149 std::string serviceName = "DBinder111_222"; variable 1190 std::string serviceName = "DBinder111_222"; variable 1227 std::string serviceName = "DBinder111_222"; variable 1294 std::string serviceName = "DBinder111_222"; variable
|