Searched refs:GnssInterfaceImpl (Results 1 – 2 of 2) sorted by relevance
28 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_;
54 return new (std::nothrow) GnssInterfaceImpl(); in GnssInterfaceImplGetInstance()302 GnssInterfaceImpl::GnssInterfaceImpl() in GnssInterfaceImpl() function in OHOS::HDI::Location::Gnss::V2_0::GnssInterfaceImpl306 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 …]