Home
last modified time | relevance | path

Searched defs:serviceName (Results 101 - 125 of 164) sorted by relevance

1234567

/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_notask_func_test.c165 static DemoApi *GetIUnknown(const char *serviceName, const char *featureName) in GetIUnknown() argument
180 static DefaultFeatureApi *GetDefaultIUnknown(const char *serviceName) in GetDefaultIUnknown() argument
/test/xts/dcts/distributedhardware/distributeddptest/
H A Ddevice_profile_test.cpp575 string serviceName = "serviceName5"; HWTEST_F() local
595 string serviceName = "serviceName"; HWTEST_F() local
615 string serviceName = "serviceName12"; HWTEST_F() local
631 string serviceName = "serviceName13"; HWTEST_F() local
654 string serviceName = "serviceName5"; HWTEST_F() local
677 string serviceName = "serviceName"; HWTEST_F() local
701 string serviceName = "serviceName12"; HWTEST_F() local
719 string serviceName = "serviceName13"; HWTEST_F() local
744 string serviceName = "serviceName6"; HWTEST_F() local
758 string serviceName = "serviceName"; HWTEST_F() local
777 string serviceName = "serviceName14"; HWTEST_F() local
793 string serviceName = "serviceName15"; HWTEST_F() local
816 string serviceName = "serviceName6"; HWTEST_F() local
832 string serviceName = "serviceName"; HWTEST_F() local
855 string serviceName = "serviceName14"; HWTEST_F() local
872 string serviceName = "serviceName15"; HWTEST_F() local
[all...]
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c816 const char *serviceName = HdfSbufReadString(data); in UsbPnpNotifyDriverRegisterDevice() local
855 const char *serviceName = HdfSbufReadString(data); in UsbPnpNotifyDriverUnregisterDevice() local
/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c89 static int DevmgrServiceLoadDevice(struct IDevmgrService *devMgrSvc, const char *serviceName) in DevmgrServiceLoadDevice() argument
147 static int DevmgrServiceUnloadDevice(struct IDevmgrService *devMgrSvc, const char *serviceName) in DevmgrServiceUnloadDevice() argument
[all...]
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_if.c408 char *serviceName = NULL; in HdmiCntlrObjGet() local
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_client_proxy_code_emitter.cpp496 std::string serviceName = "serviceName"; in EmitProxyExternalMethodImpl() local
534 EmitKernelProxyGetInstanceMethodImpl(const std::string &objName, const std::string &serMajorName, const std::string &serMinorName, const std::string &remoteName, const std::string &serviceName, StringBuilder &sb) const EmitKernelProxyGetInstanceMethodImpl() argument
637 EmitProxyGetInstanceMethodImpl(const std::string &objName, const std::string &serMajorName, const std::string &serMinorName, const std::string &remoteName, const std::string &serviceName, StringBuilder &sb) const EmitProxyGetInstanceMethodImpl() argument
658 EmitProxyGetRemoteService(const std::string &remoteName, const std::string &serviceName, StringBuilder &sb, const std::string &prefix) const EmitProxyGetRemoteService() argument
760 EmitProxyReleaseInstanceMethodImpl(const std::string &serviceName, const std::string &remoteName, const std::string &recycleFuncName, StringBuilder &sb) EmitProxyReleaseInstanceMethodImpl() argument
778 EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool isLoad, StringBuilder &sb, const std::string &prefix) const EmitProxyLoadOrUnLoadHdiImpl() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_client_proxy_code_emitter.cpp535 std::string serviceName = "serviceName"; in EmitKernelProxyGetInstanceMethodImpl() local
647 std::string serviceName = "serviceName"; in EmitProxyExternalMethod() local
667 EmitProxyGetInstanceMethodImpl(const std::string &remoteName, const std::string &serviceName, StringBuilder &sb) const EmitProxyGetInstanceMethodImpl() argument
691 EmitProxyGetRemoteService(const std::string &remoteName, const std::string &serviceName, StringBuilder &sb, const std::string &prefix) const EmitProxyGetRemoteService() argument
794 EmitProxyReleaseInstanceMethodImpl(const std::string &serviceName, const std::string &remoteName, const std::string &recycleFuncName, StringBuilder &sb) EmitProxyReleaseInstanceMethodImpl() argument
812 EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool isLoad, StringBuilder &sb, const std::string &prefix) const EmitProxyLoadOrUnLoadHdiImpl() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp51 AppSpawnClient::AppSpawnClient(const char* serviceName) in AppSpawnClient() argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_settings_config.cpp440 RetError AccessibilitySettingsConfig::AddEnabledAccessibilityService(const std::string &serviceName) in AddEnabledAccessibilityService() argument
446 RetError AccessibilitySettingsConfig::RemoveEnabledAccessibilityService(const std::string &serviceName) in RemoveEnabledAccessibilityService() argument
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_settings_config.cpp440 RetError MockAccessibilitySettingsConfig::AddEnabledAccessibilityService(const std::string &serviceName) in AddEnabledAccessibilityService() argument
446 RetError MockAccessibilitySettingsConfig::RemoveEnabledAccessibilityService(const std::string &serviceName) in RemoveEnabledAccessibilityService() argument
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c278 static BOOL RegisterFeature(const char *serviceName, Featur argument
300 UnregisterFeature(const char *serviceName, const char *featureName) UnregisterFeature() argument
309 RegisterFeatureApi(const char *serviceName, const char *feature, IUnknown *publicApi) RegisterFeatureApi() argument
335 UnregisterFeatureApi(const char *serviceName, const char *feature) UnregisterFeatureApi() argument
351 RegisterDefaultFeatureApi(const char *serviceName, IUnknown *publicApi) RegisterDefaultFeatureApi() argument
356 UnregisterDefaultFeatureApi(const char *serviceName) UnregisterDefaultFeatureApi() argument
361 GetDefaultFeatureApi(const char *serviceName) GetDefaultFeatureApi() argument
390 GetFeatureApi(const char *serviceName, const char *feature) GetFeatureApi() argument
574 GetRemoteDefaultFeatureApi(char *deviceId, const char *serviceName) GetRemoteDefaultFeatureApi() argument
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp123 int TestService::TestPingService(const std::u16string &serviceName) in TestPingService() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp543 std::string serviceName; in GetServiceProfileInner() local
563 std::string serviceName; in GetCharacteristicProfileInner() local
585 std::string serviceName; in DeleteServiceProfileInner() local
599 std::string serviceName; in DeleteCharacteristicProfileInner() local
[all...]
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp138 MakeExternalRecord(const std::string& domainName, const std::string& serviceName, const std::string& externalData) MakeExternalRecord() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp812 string serviceName = "serviceName5"; HWTEST_F() local
832 string serviceName = "serviceName"; HWTEST_F() local
852 string serviceName = "serviceName12"; HWTEST_F() local
869 string serviceName = "serviceName13"; HWTEST_F() local
895 string serviceName = "serviceName5"; HWTEST_F() local
918 string serviceName = "serviceName"; HWTEST_F() local
942 string serviceName = "serviceName12"; HWTEST_F() local
961 string serviceName = "serviceName13"; HWTEST_F() local
989 string serviceName = "serviceName6"; HWTEST_F() local
1003 string serviceName = "serviceName"; HWTEST_F() local
1022 string serviceName = "serviceName14"; HWTEST_F() local
1039 string serviceName = "serviceName15"; HWTEST_F() local
1065 string serviceName = "serviceName6"; HWTEST_F() local
1081 string serviceName = "serviceName"; HWTEST_F() local
1104 string serviceName = "serviceName14"; HWTEST_F() local
1123 string serviceName = "serviceName15"; HWTEST_F() local
[all...]
H A Dprofile_utils_test.cpp338 string serviceName = "222"; in HWTEST_F() local
352 string serviceName = "222"; in HWTEST_F() local
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp266 int32_t DistributedDeviceProfileClient::GetServiceProfile(const std::string& deviceId, const std::string& serviceName, in GetServiceProfile() argument
277 GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) GetCharacteristicProfile() argument
288 DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) DeleteServiceProfile() argument
299 DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicKey) DeleteCharacteristicProfile() argument
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp172 std::string serviceName = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp666 int32_t DistributedDeviceProfileClient::GetServiceProfile(const std::string& deviceId, const std::string& serviceName, in GetServiceProfile() argument
672 GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) GetCharacteristicProfile() argument
678 DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) DeleteServiceProfile() argument
684 DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicKey) DeleteCharacteristicProfile() argument
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.cpp107 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp104 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp89 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp104 sptr<INnrtDevice> INnrtDevice::Get(const std::string &serviceName, bool isStub) in Get() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DTaskpoolSingleTaskTest.cpp292 static DemoApi *GetIUnknown(const char *serviceName, const char *featureName) in GetIUnknown() argument
307 static DefaultFeatureApi *GetDefaultIUnknown(const char *serviceName) in GetDefaultIUnknown() argument
H A DSendResponseTest.cpp302 static DemoApi *GetIUnknown(const char *serviceName, const char *featureName) in GetIUnknown() argument

Completed in 26 milliseconds

1234567