Home
last modified time | relevance | path

Searched refs:DevHostServiceDelDevice (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Ddevhost_service.h33 int DevHostServiceDelDevice(struct IDevHostService *inst, devid_t devId);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevhost_service.c121 int DevHostServiceDelDevice(struct IDevHostService *inst, devid_t devId) in DevHostServiceDelDevice() function
234 hostServiceIf->DelDevice = DevHostServiceDelDevice; in DevHostServiceConstruct()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c44 status = DevHostServiceDelDevice(&hostService->super.super, devid); in DevHostServiceFullDispatchMessage()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp175 ret = DevHostServiceDelDevice(hostService, 0);
177 ret = DevHostServiceDelDevice(nullptr, 0);