/ohos5.0/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 26 static int LoadDevice() in LoadDevice() function 30 return devmgr->LoadDevice("partition_slot_service"); in LoadDevice() 47 if (LoadDevice() != 0) { in GetSlot() 68 if (LoadDevice() != 0) { in GetSuffix() 89 if (LoadDevice() != 0) { in SetActiveSlot() 111 if (LoadDevice() != 0) { in SetUnbootSlot()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/ |
H A D | service_manager_hdi_c_test.cpp | 60 devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); in SetUpTestCase() 281 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 399 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 453 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 530 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 607 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 672 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 678 ret = devmgr->LoadDevice(devmgr, TEST1_SERVICE_NAME); 795 ret = devmgr->LoadDevice(devmgr, NULL);
|
H A D | service_manager_hdi_test.cpp | 76 devmgr->LoadDevice(TEST_SERVICE_NAME); in SetUpTestCase() 236 int ret = devmgr->LoadDevice(TEST_SERVICE_NAME); 331 int ret = devmgr->LoadDevice(TEST_SERVICE_NAME); in TestServiceListenerStop() 442 int ret = devmgr->LoadDevice(TEST_SERVICE_NAME); 486 int ret = devmgr->LoadDevice(TEST_SERVICE_NAME); 512 ret = devmgr->LoadDevice(TEST_SERVICE_NAME); 727 int ret = devmgr->LoadDevice(TEST1_SERVICE_NAME); 780 int ret = devmgr->LoadDevice(TEST1_SERVICE_NAME); 793 ret = devmgr->LoadDevice(TEST_SERVICE_NAME); 834 int ret = devmgr->LoadDevice(TEST1_SERVICE_NAME); [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_hdf_operate.cpp | 70 int32_t ret = devmgr->LoadDevice(CAMERA_SERVICE_NAME); in LoadDcameraHDFImpl() 78 ret = devmgr->LoadDevice(PROVIDER_SERVICE_NAME); in LoadDcameraHDFImpl()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdf_operate.cpp | 68 int32_t ret = devmgr_->LoadDevice(AUDIO_SERVICE_NAME); in LoadDaudioHDFImpl() 76 ret = devmgr_->LoadDevice(AUDIOEXT_SERVICE_NAME); in LoadDaudioHDFImpl()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | idevmgr_client.cpp | 49 int32_t LoadDevice(const std::string &serviceName) override; 57 int32_t DeviceManagerProxy::LoadDevice(const std::string &serviceName) in LoadDevice() function in OHOS::HDI::DeviceManager::V1_0::DeviceManagerProxy
|
H A D | devmgr_client.c | 211 inst->LoadDevice = DevmgrLoadDevice; in HDIDeviceManagerConstruct()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
H A D | devmgr_test.cpp | 79 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME); 128 ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME);
|
H A D | devhost_test.cpp | 77 ret = instance->LoadDevice(instance, nullptr); 80 ret = instance->LoadDevice(instance, name); 97 ret = instance->LoadDevice(instance, nullptr); 99 ret = instance->LoadDevice(nullptr, nullptr);
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_linux.c | 77 if ((hdf == NULL || hdf->devMgrSvcIf == NULL || hdf->devMgrSvcIf->LoadDevice == NULL)) { in AudioUsbDriverLoad() 81 ret = hdf->devMgrSvcIf->LoadDevice(hdf->devMgrSvcIf, serviceName); in AudioUsbDriverLoad()
|
/ohos5.0/drivers/hdf_core/framework/core/shared/include/ |
H A D | devmgr_service_if.h | 26 int (*LoadDevice)(struct IDevmgrService *, const char *); member
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/ |
H A D | devmgr_hdi.h | 126 int32_t (*LoadDevice)(struct HDIDeviceManager *self, const char *serviceName); member
|
H A D | idevmgr_hdi.h | 94 virtual int32_t LoadDevice(const std::string &serviceName) = 0;
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgr_cpp_fuzzer/loaddevice_fuzzer/ |
H A D | loaddevice_fuzzer.cpp | 35 if (g_deviceManager != nullptr && g_deviceManager->LoadDevice(servicename) == HDF_SUCCESS) { in LoadDeviceFuzzTest()
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgr_c_fuzzer/unloaddevice_fuzzer/ |
H A D | unloaddevice_fuzzer.cpp | 37 if (devmgr->LoadDevice(devmgr, servicename) == HDF_SUCCESS) { in UnloadDeviceFuzzTest()
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgr_cpp_fuzzer/unloaddevice_fuzzer/ |
H A D | unloaddevice_fuzzer.cpp | 38 … if (g_deviceManager != nullptr && g_deviceManager->LoadDevice(TEST_SERVICE_NAME) == HDF_SUCCESS) { in UnloadDeviceFuzzTest()
|
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/ |
H A D | hdf_partitionslot_test.cpp | 36 devmgr->LoadDevice("partition_slot_service"); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/hostapd_fuzzer/ |
H A D | hostapd_fuzzer.cpp | 69 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | devmgr_uevent_test.cpp | 124 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME);
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/wpa_fuzzer/ |
H A D | wpa_fuzzer.cpp | 133 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | devmgr_service_proxy.c | 150 pvtbl->LoadDevice = DevmgrServiceProxyLoadDevice; in DevmgrServiceProxyConstruct()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine.cpp | 164 devmgr->LoadDevice("tws_kws_service"); in HandleHeadsetOn()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy.c | 277 HDF_STATUS retDevice = g_devMgr->LoadDevice(g_devMgr, HDI_WPA_SERVICE_NAME); in HdiWpaStart() 655 HDF_STATUS retDevice = g_apDevMgr->LoadDevice(g_apDevMgr, HDI_AP_SERVICE_NAME) ; in GetApInstance()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_service_stub.c | 88 return devmgrSvc->LoadDevice(devmgrSvc, serviceName); in DevmgrServiceStubDispatchLoadDevice()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | drm_host_manager.cpp | 496 int32_t ret = deviceMgr->LoadDevice(lazyLoadPluginInfoMap[name]); in LazyLoadPlugin() 783 ret = deviceMgr->LoadDevice(pluginInfoIt->second); in InitGetMediaKeySystems()
|