Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp274 … sptr<IRemoteObject> objectNetwork = CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID, in InitSaAbility() local
276 if (objectNetwork != nullptr) { in InitSaAbility()
277 proxyMap_->insert(make_pair(NETWORK_ABILITY, objectNetwork)); in InitSaAbility()
302 auto objectNetwork = proxyMap_->find(NETWORK_ABILITY); in CheckSaValid() local
303 if (objectNetwork == proxyMap_->end()) { in CheckSaValid()