Home
last modified time | relevance | path

Searched refs:LoadDevice (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp26 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 Dservice_manager_hdi_c_test.cpp60 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 Dservice_manager_hdi_test.cpp76 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 Ddcamera_hdf_operate.cpp70 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 Ddaudio_hdf_operate.cpp68 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 Didevmgr_client.cpp49 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 Ddevmgr_client.c211 inst->LoadDevice = DevmgrLoadDevice; in HDIDeviceManagerConstruct()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevmgr_test.cpp79 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME);
128 ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME);
H A Ddevhost_test.cpp77 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 Daudio_usb_linux.c77 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 Ddevmgr_service_if.h26 int (*LoadDevice)(struct IDevmgrService *, const char *); member
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/
H A Ddevmgr_hdi.h126 int32_t (*LoadDevice)(struct HDIDeviceManager *self, const char *serviceName); member
H A Didevmgr_hdi.h94 virtual int32_t LoadDevice(const std::string &serviceName) = 0;
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgr_cpp_fuzzer/loaddevice_fuzzer/
H A Dloaddevice_fuzzer.cpp35 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 Dunloaddevice_fuzzer.cpp37 if (devmgr->LoadDevice(devmgr, servicename) == HDF_SUCCESS) { in UnloadDeviceFuzzTest()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devmgr_cpp_fuzzer/unloaddevice_fuzzer/
H A Dunloaddevice_fuzzer.cpp38 … if (g_deviceManager != nullptr && g_deviceManager->LoadDevice(TEST_SERVICE_NAME) == HDF_SUCCESS) { in UnloadDeviceFuzzTest()
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/
H A Dhdf_partitionslot_test.cpp36 devmgr->LoadDevice("partition_slot_service"); in SetUpTestCase()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/hostapd_fuzzer/
H A Dhostapd_fuzzer.cpp69 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 Ddevmgr_uevent_test.cpp124 int ret = devmgr->LoadDevice(devmgr, TEST_SERVICE_NAME);
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/wpa_fuzzer/
H A Dwpa_fuzzer.cpp133 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c150 pvtbl->LoadDevice = DevmgrServiceProxyLoadDevice; in DevmgrServiceProxyConstruct()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp164 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 Dwifi_hdi_wpa_proxy.c277 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 Ddevmgr_service_stub.c88 return devmgrSvc->LoadDevice(devmgrSvc, serviceName); in DevmgrServiceStubDispatchLoadDevice()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp496 int32_t ret = deviceMgr->LoadDevice(lazyLoadPluginInfoMap[name]); in LazyLoadPlugin()
783 ret = deviceMgr->LoadDevice(pluginInfoIt->second); in InitGetMediaKeySystems()

12