Searched refs:NETWORK_ABILITY (Results 1 – 9 of 9) sorted by relevance
/base/location/services/location_locator/locator/source/ |
D | request.cpp | 165 proxys->push_back(NETWORK_ABILITY); in GetProxyName() 191 proxys->push_back(NETWORK_ABILITY); in GetProxyNameByPriority() 195 proxys->push_back(NETWORK_ABILITY); in GetProxyNameByPriority()
|
D | locator_ability.cpp | 218 requests_->insert(make_pair(NETWORK_ABILITY, networkList)); in InitRequestManagerMap() 245 auto networkListIter = requests_->find(NETWORK_ABILITY); in GetActiveRequestNum() 293 auto objectNetwork = proxyMap_->find(NETWORK_ABILITY); in CheckSaValid() 720 } else if (iter->first == NETWORK_ABILITY) { in ProcessLocationMockMsg() 756 proxyMap_->insert(make_pair(NETWORK_ABILITY, objectNetwork)); in UpdateProxyMap()
|
D | request_manager.cpp | 448 } else if (abilityName == NETWORK_ABILITY) { in ProxySendLocationRequest()
|
/base/location/services/location_network/network/source/ |
D | network_callback_host.cpp | 51 …DelayedSingleton<NetworkAbility>::GetInstance().get()->ReportLocationInfo(NETWORK_ABILITY, locatio… in OnLocationReport()
|
D | network_ability.cpp | 47 SetAbility(NETWORK_ABILITY); in NetworkAbility() 340 ReportLocationInfo(NETWORK_ABILITY, location); in ReportMockedLocation()
|
/base/location/test/location_common/source/ |
D | common_utils_test.cpp | 141 EXPECT_EQ(LOCATION_NETWORK_LOCATING_SA_ID, CommonUtils::AbilityConvertToId(NETWORK_ABILITY)); 155 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapabilityToString(NETWORK_ABILITY, CAPABILITY)); 161 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapability(NETWORK_ABILITY)); 173 EXPECT_NE("", CommonUtils::GetLabel(NETWORK_ABILITY).tag);
|
/base/location/test/location_locator/source/ |
D | fusion_controller_test.cpp | 133 fusionController_->FuseResult(NETWORK_ABILITY, location); // is not gnss ability
|
/base/location/frameworks/location_common/common/source/ |
D | common_utils.cpp | 111 if (NETWORK_ABILITY.compare(ability) == 0) { in AbilityConvertToId() 140 if (NETWORK_ABILITY.compare(name) == 0) { in GetLabel()
|
/base/location/interfaces/inner_api/include/ |
D | common_utils.h | 33 const std::string NETWORK_ABILITY = "network"; variable
|