Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp134 loadedSaMap_ = std::make_shared<std::map<std::string, sptr<IRemoteObject>>>(); in LocatorAbility()
378 for (auto iter = loadedSaMap_->begin(); iter != loadedSaMap_->end(); iter++) { in UpdateSaAbilityHandler()
863 loadedSaMap_->clear(); in UpdateLoadedSaMap()
867 loadedSaMap_->insert(make_pair(GNSS_ABILITY, objectGnss)); in UpdateLoadedSaMap()
872 loadedSaMap_->insert(make_pair(NETWORK_ABILITY, objectNetwork)); in UpdateLoadedSaMap()
877 loadedSaMap_->insert(make_pair(PASSIVE_ABILITY, objectPassive)); in UpdateLoadedSaMap()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h252 std::shared_ptr<std::map<std::string, sptr<IRemoteObject>>> loadedSaMap_; variable