Searched refs:PASSIVE_ABILITY (Results 1 - 10 of 10) sorted by relevance
/base/location/test/location_common/source/ |
H A D | common_utils_test.cpp | 144 EXPECT_EQ(LOCATION_NOPOWER_LOCATING_SA_ID, CommonUtils::AbilityConvertToId(PASSIVE_ABILITY)); in HWTEST_F() 158 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapabilityToString(PASSIVE_ABILITY, CAPABILITY)); in HWTEST_F() 164 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapability(PASSIVE_ABILITY)); in HWTEST_F() 176 EXPECT_NE("", CommonUtils::GetLabel(PASSIVE_ABILITY).tag); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
H A D | common_utils.h | 36 const std::string PASSIVE_ABILITY = "passive"; member
|
/base/location/services/location_passive/passive/source/ |
H A D | passive_ability.cpp | 50 SetAbility(PASSIVE_ABILITY); in PassiveAbility()
|
/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 56 if (PASSIVE_ABILITY.compare(ability) == 0) { in AbilityConvertToId() 85 if (PASSIVE_ABILITY.compare(name) == 0) { in GetLabel()
|
H A D | request.cpp | 258 proxys->push_back(PASSIVE_ABILITY); in GetProxyName()
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_ability.cpp | 245 requests_->insert(make_pair(PASSIVE_ABILITY, passiveList)); in InitRequestManagerMap() 323 auto objectPassive = proxyMap_->find(PASSIVE_ABILITY); in CheckSaValid() 377 } else if (iter->first == PASSIVE_ABILITY) { in UpdateSaAbilityHandler() 843 } else if (iter->first == PASSIVE_ABILITY) { in ProcessLocationMockMsg() 869 loadedSaMap_->insert(make_pair(PASSIVE_ABILITY, objectPassive)); in UpdateLoadedSaMap() 909 proxyMap_->insert(make_pair(PASSIVE_ABILITY, objectPassive)); in UpdateProxyMap() 1938 reportManager->OnReportLocation(location, PASSIVE_ABILITY); in ReportLocationMessageEvent()
|
H A D | report_manager.cpp | 79 } else if (abilityName == GNSS_ABILITY || abilityName == PASSIVE_ABILITY) { in OnReportLocation()
|
H A D | request_manager.cpp | 526 } else if (abilityName == PASSIVE_ABILITY) { in ProxySendLocationRequest()
|
/base/location/services/location_network/network/source/ |
H A D | network_ability.cpp | 447 ReportLocationInfo(PASSIVE_ABILITY, location); in ReportMockedLocation()
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 1459 ReportLocationInfo(PASSIVE_ABILITY, location); in ReportMockedLocation()
|
Completed in 13 milliseconds