Home
last modified time | relevance | path

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

/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp238 return gnssGeofenceRequestMap_.size() != 0; in IsGnssfenceRequestMapExist()
706 gnssGeofenceRequestMap_.insert(std::make_pair(request, std::make_pair(callback, death))); in RegisterGnssGeofenceCallback()
738 for (auto iter = gnssGeofenceRequestMap_.begin(); iter != gnssGeofenceRequestMap_.end();) { in UnregisterGnssGeofenceCallback()
745 iter = gnssGeofenceRequestMap_.erase(iter); in UnregisterGnssGeofenceCallback()
752 std::to_string(gnssGeofenceRequestMap_.size()).c_str()); in UnregisterGnssGeofenceCallback()
759 for (auto iter = gnssGeofenceRequestMap_.begin(); in CheckBundleNameInGnssGeofenceRequestMap()
760 iter != gnssGeofenceRequestMap_.end(); iter++) { in CheckBundleNameInGnssGeofenceRequestMap()
777 for (auto iter = gnssGeofenceRequestMap_.begin(); iter != gnssGeofenceRequestMap_ in RemoveGnssGeofenceRequestByCallback()
[all...]
/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h282 std::pair<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>>> gnssGeofenceRequestMap_; member in OHOS::Location::GnssAbility

Completed in 3 milliseconds