Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_driver.cpp24 struct HdfGnssInterfaceHost { struct
28 HdfGnssInterfaceHost() in HdfGnssInterfaceHost() argument
40 …auto *hdfGnssInterfaceHost = CONTAINER_OF(client->device->service, struct HdfGnssInterfaceHost, io… in GnssInterfaceDriverDispatch()
68 auto *hdfGnssInterfaceHost = new (std::nothrow) HdfGnssInterfaceHost; in HdfGnssInterfaceDriverBind()
103 …auto *hdfGnssInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfGnssInterfaceHost, ioSe… in HdfGnssInterfaceDriverRelease()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/cpp_target/location/gnss/v1_0/
H A Dgnss_interface_driver.cpp.txt26 struct HdfGnssInterfaceHost {
34 …auto *hdfGnssInterfaceHost = CONTAINER_OF(client->device->service, struct HdfGnssInterfaceHost, io…
61 auto *hdfGnssInterfaceHost = new (std::nothrow) HdfGnssInterfaceHost;
63 HDF_LOGE("%{public}s: failed to create create HdfGnssInterfaceHost object", __func__);
97 …auto *hdfGnssInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfGnssInterfaceHost, ioSe…