Home
last modified time | relevance | path

Searched refs:DevmgrServiceClnt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevmgr_service_clnt.c20 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntAttachDeviceHost()
37 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntAttachDevice()
54 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntDetachDevice()
67 struct DevmgrServiceClnt *DevmgrServiceClntGetInstance(void) in DevmgrServiceClntGetInstance()
69 static struct DevmgrServiceClnt instance = {0}; in DevmgrServiceClntGetInstance()
76 void DevmgrServiceClntFreeInstance(struct DevmgrServiceClnt *inst) in DevmgrServiceClntFreeInstance()
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Ddevmgr_service_clnt.h20 struct DevmgrServiceClnt { struct
24 struct DevmgrServiceClnt *DevmgrServiceClntGetInstance(void); argument
25 void DevmgrServiceClntFreeInstance(struct DevmgrServiceClnt *inst);
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_linux.c63 struct DevmgrServiceClnt *hdf = NULL; in AudioUsbDriverLoad()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c187 struct DevmgrServiceClnt *devmgrClnt = NULL; in KernalSpacePmNotify()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp185 struct DevmgrServiceClnt clnt;