Searched refs:objectNetwork (Results 1 – 1 of 1) sorted by relevance
274 … sptr<IRemoteObject> objectNetwork = CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID, in InitSaAbility() local276 if (objectNetwork != nullptr) { in InitSaAbility()277 proxyMap_->insert(make_pair(NETWORK_ABILITY, objectNetwork)); in InitSaAbility()302 auto objectNetwork = proxyMap_->find(NETWORK_ABILITY); in CheckSaValid() local303 if (objectNetwork == proxyMap_->end()) { in CheckSaValid()