Home
last modified time | relevance | path

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

/base/location/services/location_gnss/gnss/source/
H A Dagnss_ni_manager.cpp133 gnssInterface_ = HDI::Location::Gnss::V2_0::IGnssInterface::Get(); in Run()
134 if (gnssInterface_ == nullptr) { in Run()
138 gnssInterface_ = HDI::Location::Gnss::V2_0::IGnssInterface::Get(); in Run()
208 if (gnssInterface_ == nullptr) { in CheckWapSuplInit()
212 gnssInterface_->SendNetworkInitiatedMsg(rawData, rawData.length()); in CheckWapSuplInit()
238 if (gnssInterface_ == nullptr) { in CheckSmsSuplInit()
244 gnssInterface_->SendNetworkInitiatedMsg(rawUserData, rawUserData.length()); in CheckSmsSuplInit()
389 if (gnssInterface_ == nullptr) { in SendUserResponse()
393 gnssInterface_->SendNiUserResponse(niNotificationId_, responseCmd); in SendUserResponse()
/base/location/services/location_gnss/gnss/include/
H A Dagnss_ni_manager.h82 sptr<IGnssInterface> gnssInterface_ = nullptr; member in OHOS::Location::AGnssNiManager

Completed in 2 milliseconds