Home
last modified time | relevance | path

Searched refs:PASSIVE_ABILITY (Results 1 - 10 of 10) sorted by relevance

/base/location/test/location_common/source/
H A Dcommon_utils_test.cpp144 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 Dcommon_utils.h36 const std::string PASSIVE_ABILITY = "passive"; member
/base/location/services/location_passive/passive/source/
H A Dpassive_ability.cpp50 SetAbility(PASSIVE_ABILITY); in PassiveAbility()
/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp56 if (PASSIVE_ABILITY.compare(ability) == 0) { in AbilityConvertToId()
85 if (PASSIVE_ABILITY.compare(name) == 0) { in GetLabel()
H A Drequest.cpp258 proxys->push_back(PASSIVE_ABILITY); in GetProxyName()
/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp245 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 Dreport_manager.cpp79 } else if (abilityName == GNSS_ABILITY || abilityName == PASSIVE_ABILITY) { in OnReportLocation()
H A Drequest_manager.cpp526 } else if (abilityName == PASSIVE_ABILITY) { in ProxySendLocationRequest()
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp447 ReportLocationInfo(PASSIVE_ABILITY, location); in ReportMockedLocation()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1459 ReportLocationInfo(PASSIVE_ABILITY, location); in ReportMockedLocation()

Completed in 13 milliseconds