Home
last modified time | relevance | path

Searched refs:DevHostServiceFull (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/
H A Ddevhost_service_full.h24 struct DevHostServiceFull { struct
36 void DevHostServiceFullConstruct(struct DevHostServiceFull *inst); argument
37 void DevHostServiceFullDestruct(struct DevHostServiceFull *inst);
H A Ddevhost_service_stub.h28 struct DevHostServiceFull super;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c29 struct DevHostServiceFull *hostService = in DevHostServiceFullDispatchMessage()
30 HDF_SLIST_CONTAINER_OF(struct HdfMessageTask, task, struct DevHostServiceFull, task); in DevHostServiceFullDispatchMessage()
65 struct DevHostServiceFull *inst = (struct DevHostServiceFull *)devHostService; in DevHostServiceFullOpsDevice()
202 void DevHostServiceFullConstruct(struct DevHostServiceFull *inst) in DevHostServiceFullConstruct()
215 void DevHostServiceFullDestruct(struct DevHostServiceFull *inst) in DevHostServiceFullDestruct()
H A Ddevsvc_manager_proxy.c221 struct DevHostServiceFull *fullService = (struct DevHostServiceFull *)instance; in DevSvcManagerProxyOnRemoteDied()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/
H A Ddevhost.c191 struct DevHostServiceFull *fullService = (struct DevHostServiceFull *)instance; in main()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service.cpp194 … struct DevHostServiceFull *fullService = reinterpret_cast<struct DevHostServiceFull *>(instance); in SampleServiceEndHost()