Home
last modified time | relevance | path

Searched defs:UnloadDevice (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Ddevmgr_service_if.h27 int (*UnloadDevice)(struct IDevmgrService *, const char *); member
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/
H A Ddevmgr_hdi.h135 int32_t (*UnloadDevice)(struct HDIDeviceManager *self, const char *serviceName); member
/ohos5.0/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp37 static void UnloadDevice() in UnloadDevice() function
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Didevmgr_client.cpp83 int32_t DeviceManagerProxy::UnloadDevice(const std::string &serviceName) in UnloadDevice() function in OHOS::HDI::DeviceManager::V1_0::DeviceManagerProxy