Home
last modified time | relevance | path

Searched refs:DevmgrServiceProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c35 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyAttachDeviceHost()
72 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyAttachDevice()
97 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyDetachDevice()
116 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyProcessLoad()
144 static void DevmgrServiceProxyConstruct(struct DevmgrServiceProxy *inst) in DevmgrServiceProxyConstruct()
158 struct DevmgrServiceProxy *demgrServicProxy = in DevmgrServiceProxyObtain()
159 (struct DevmgrServiceProxy *)OsalMemCalloc(sizeof(struct DevmgrServiceProxy)); in DevmgrServiceProxyObtain()
203 struct DevmgrServiceProxy *instance = (struct DevmgrServiceProxy *)object; in DevmgrServiceProxyRelease()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/
H A Ddevmgr_service_proxy.h26 struct DevmgrServiceProxy { struct
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp83 struct DevmgrServiceProxy *proxy = reinterpret_cast<struct DevmgrServiceProxy *>(object);