Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.h28 class GnssInterfaceImpl : public IGnssInterface {
30 GnssInterfaceImpl();
31 ~GnssInterfaceImpl() override;
72 …explicit GnssCallBackDeathRecipient(const wptr<GnssInterfaceImpl>& impl) : gnssInterfaceImpl_(impl… in GnssCallBackDeathRecipient()
77 sptr<GnssInterfaceImpl> impl = gnssInterfaceImpl_.promote(); in OnRemoteDied()
83 wptr<GnssInterfaceImpl> gnssInterfaceImpl_;
H A Dgnss_interface_impl.cpp54 return new (std::nothrow) GnssInterfaceImpl(); in GnssInterfaceImplGetInstance()
302 GnssInterfaceImpl::GnssInterfaceImpl() in GnssInterfaceImpl() function in OHOS::HDI::Location::Gnss::V2_0::GnssInterfaceImpl
306 GnssInterfaceImpl::~GnssInterfaceImpl() in ~GnssInterfaceImpl()
377 int32_t GnssInterfaceImpl::DisableGnss() in DisableGnss()
391 int32_t GnssInterfaceImpl::StartGnss(GnssStartType type) in StartGnss()
404 int32_t GnssInterfaceImpl::StopGnss(GnssStartType type) in StopGnss()
458 int32_t GnssInterfaceImpl::DeleteAuxiliaryData(unsigned short data) in DeleteAuxiliaryData()
484 int32_t GnssInterfaceImpl::GetCachedGnssLocations() in GetCachedGnssLocations()
598 int32_t GnssInterfaceImpl::DisableGnssMeasurement() in DisableGnssMeasurement()
616 void GnssInterfaceImpl::ResetGnssDeathRecipient() in ResetGnssDeathRecipient()
[all …]