Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp235 return gnssGeofenceRequestMap_.size() != 0; in IsGnssfenceRequestMapExist()
710 gnssGeofenceRequestMap_.insert(std::make_pair(request, std::make_pair(callback, death))); in RegisterGnssGeofenceCallback()
711 …LBSLOGI(GNSS, "After RegisterGnssGeofenceCallback size:%{public}zu", gnssGeofenceRequestMap_.size(… in RegisterGnssGeofenceCallback()
744 for (auto iter = gnssGeofenceRequestMap_.begin(); iter != gnssGeofenceRequestMap_.end();) { in UnregisterGnssGeofenceCallback()
754 iter = gnssGeofenceRequestMap_.erase(iter); in UnregisterGnssGeofenceCallback()
761 std::to_string(gnssGeofenceRequestMap_.size()).c_str()); in UnregisterGnssGeofenceCallback()
768 for (auto iter = gnssGeofenceRequestMap_.begin(); in CheckBundleNameInGnssGeofenceRequestMap()
769 iter != gnssGeofenceRequestMap_.end(); iter++) { in CheckBundleNameInGnssGeofenceRequestMap()
786 for (auto iter = gnssGeofenceRequestMap_.begin(); iter != gnssGeofenceRequestMap_.end();) { in RemoveGnssGeofenceRequestByCallback()
799 std::to_string(gnssGeofenceRequestMap_.size()).c_str()); in RemoveGnssGeofenceRequestByCallback()
[all …]
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h282 … std::pair<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>>> gnssGeofenceRequestMap_; variable