Home
last modified time | relevance | path

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

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