Home
last modified time | relevance | path

Searched refs:HdfAGnssInterfaceHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_driver.cpp24 struct HdfAGnssInterfaceHost { struct
28 HdfAGnssInterfaceHost() in HdfAGnssInterfaceHost() argument
40 …AGnssInterfaceHost = CONTAINER_OF(client->device->service, struct HdfAGnssInterfaceHost, ioService… in AGnssInterfaceDriverDispatch()
68 auto *hdfAGnssInterfaceHost = new (std::nothrow) HdfAGnssInterfaceHost; in HdfAGnssInterfaceDriverBind()
103 …auto *hdfAGnssInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfAGnssInterfaceHost, io… in HdfAGnssInterfaceDriverRelease()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_agnss_v1_0/cpp_target/location/agnss/v1_0/
H A Dagnss_interface_driver.cpp.txt26 struct HdfAGnssInterfaceHost {
34 …AGnssInterfaceHost = CONTAINER_OF(client->device->service, struct HdfAGnssInterfaceHost, ioService…
61 auto *hdfAGnssInterfaceHost = new (std::nothrow) HdfAGnssInterfaceHost;
63 HDF_LOGE("%{public}s: failed to create create HdfAGnssInterfaceHost object", __func__);
97 …auto *hdfAGnssInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfAGnssInterfaceHost, io…