Searched refs:PASSIVE_ABILITY (Results 1 – 11 of 11) sorted by relevance
/base/location/test/location_common/source/ |
D | common_utils_test.cpp | 142 EXPECT_EQ(LOCATION_NOPOWER_LOCATING_SA_ID, CommonUtils::AbilityConvertToId(PASSIVE_ABILITY)); 156 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapabilityToString(PASSIVE_ABILITY, CAPABILITY)); 162 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapability(PASSIVE_ABILITY)); 174 EXPECT_NE("", CommonUtils::GetLabel(PASSIVE_ABILITY).tag);
|
/base/location/test/location_locator/source/ |
D | fusion_controller_test.cpp | 110 fusionController_->Process(PASSIVE_ABILITY); // is not gnss ability
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_event_callback.cpp | 53 gnssAbility->ReportLocationInfo(PASSIVE_ABILITY, locationNew); in ReportLocation()
|
D | gnss_ability.cpp | 677 ReportLocationInfo(PASSIVE_ABILITY, location); in ReportMockedLocation()
|
/base/location/services/location_locator/locator/source/ |
D | request.cpp | 169 proxys->push_back(PASSIVE_ABILITY); in GetProxyName()
|
D | locator_ability.cpp | 222 requests_->insert(make_pair(PASSIVE_ABILITY, passiveList)); in InitRequestManagerMap() 300 auto objectPassive = proxyMap_->find(PASSIVE_ABILITY); in CheckSaValid() 724 } else if (iter->first == PASSIVE_ABILITY) { in ProcessLocationMockMsg() 767 proxyMap_->insert(make_pair(PASSIVE_ABILITY, objectPassive)); in UpdateProxyMap()
|
D | request_manager.cpp | 453 } else if (abilityName == PASSIVE_ABILITY) { in ProxySendLocationRequest()
|
/base/location/frameworks/location_common/common/source/ |
D | common_utils.cpp | 114 if (PASSIVE_ABILITY.compare(ability) == 0) { in AbilityConvertToId() 143 if (PASSIVE_ABILITY.compare(name) == 0) { in GetLabel()
|
/base/location/interfaces/inner_api/include/ |
D | common_utils.h | 34 const std::string PASSIVE_ABILITY = "passive"; variable
|
/base/location/services/location_passive/passive/source/ |
D | passive_ability.cpp | 41 SetAbility(PASSIVE_ABILITY); in PassiveAbility()
|
/base/location/services/location_network/network/source/ |
D | network_ability.cpp | 342 ReportLocationInfo(PASSIVE_ABILITY, location); in ReportMockedLocation()
|