Home
last modified time | relevance | path

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

/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.h28 class GnssInterfaceImpl : public IGnssInterface { class
30 GnssInterfaceImpl();
31 ~GnssInterfaceImpl() override;
72 explicit GnssCallBackDeathRecipient(const wptr<GnssInterfaceImpl>& impl) : gnssInterfaceImpl_(impl) {}; in GnssCallBackDeathRecipient()
77 sptr<GnssInterfaceImpl> impl = gnssInterfaceImpl_.promote();
83 wptr<GnssInterfaceImpl> gnssInterfaceImpl_;
H A Dgnss_interface_impl.cpp54 return new (std::nothrow) GnssInterfaceImpl(); in GnssInterfaceImplGetInstance()
304 GnssInterfaceImpl::GnssInterfaceImpl() in GnssInterfaceImpl() function in OHOS::HDI::Location::Gnss::V2_0::GnssInterfaceImpl
308 GnssInterfaceImpl::~GnssInterfaceImpl() in ~GnssInterfaceImpl()
313 int32_t GnssInterfaceImpl::SetGnssConfigPara(const GnssConfigPara& para) in SetGnssConfigPara()
329 int32_t GnssInterfaceImpl::EnableGnss(const sptr<IGnssCallback>& callbackObj) in EnableGnss()
379 int32_t GnssInterfaceImpl::DisableGnss() in DisableGnss()
393 int32_t GnssInterfaceImpl::StartGnss(GnssStartType type) in StartGnss()
406 int32_t GnssInterfaceImpl
[all...]

Completed in 2 milliseconds