Searched refs:GNSS_ABILITY (Results 1 – 13 of 13) sorted by relevance
/base/location/services/location_locator/locator/source/ |
D | fusion_controller.cpp | 57 if (GNSS_ABILITY.compare(abilityName) != 0) { in Process() 68 if (GNSS_ABILITY.compare(abilityName) == 0) { in FuseResult()
|
D | request.cpp | 161 proxys->push_back(GNSS_ABILITY); in GetProxyName() 188 proxys->push_back(GNSS_ABILITY); in GetProxyNameByPriority() 194 proxys->push_back(GNSS_ABILITY); in GetProxyNameByPriority()
|
D | locator_ability.cpp | 214 requests_->insert(make_pair(GNSS_ABILITY, gnssList)); in InitRequestManagerMap() 238 auto gpsListIter = requests_->find(GNSS_ABILITY); in GetActiveRequestNum() 286 auto objectGnss = proxyMap_->find(GNSS_ABILITY); in CheckSaValid() 716 if (iter->first == GNSS_ABILITY) { in ProcessLocationMockMsg() 745 proxyMap_->insert(make_pair(GNSS_ABILITY, objectGnss)); in UpdateProxyMap()
|
D | request_manager.cpp | 443 if (abilityName == GNSS_ABILITY) { in ProxySendLocationRequest()
|
/base/location/test/location_locator/source/ |
D | fusion_controller_test.cpp | 100 fusionController_->Process(GNSS_ABILITY); 122 fusionController_->FuseResult(GNSS_ABILITY, location);
|
D | report_manager_test.cpp | 275 EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // is not requesting 311 …EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // report location succ… 313 …reportManager_->OnReportLocation(location, GNSS_ABILITY)); // report the same location, result che… 350 …EXPECT_EQ(true, reportManager_->OnReportLocation(location, GNSS_ABILITY)); // will resolve deadReq… 362 locatorAbility->requests_->insert(make_pair(GNSS_ABILITY, gnssList));
|
D | request_manager_test.cpp | 526 requestManager_->GetRemoteObject(GNSS_ABILITY);
|
D | locator_service_test.cpp | 1997 locatorAbility->proxyMap_->insert(make_pair(GNSS_ABILITY, objectGnss));
|
/base/location/test/location_common/source/ |
D | common_utils_test.cpp | 140 EXPECT_EQ(LOCATION_GNSS_SA_ID, CommonUtils::AbilityConvertToId(GNSS_ABILITY)); 154 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapabilityToString(GNSS_ABILITY, CAPABILITY)); 160 EXPECT_NE(Str8ToStr16(""), CommonUtils::GetCapability(GNSS_ABILITY)); 172 EXPECT_NE("", CommonUtils::GetLabel(GNSS_ABILITY).tag);
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_event_callback.cpp | 51 gnssAbility->ReportLocationInfo(GNSS_ABILITY, locationNew); in ReportLocation()
|
D | gnss_ability.cpp | 72 SetAbility(GNSS_ABILITY); in GnssAbility() 675 ReportLocationInfo(GNSS_ABILITY, location); in ReportMockedLocation()
|
/base/location/frameworks/location_common/common/source/ |
D | common_utils.cpp | 108 if (GNSS_ABILITY.compare(ability) == 0) { in AbilityConvertToId() 137 if (GNSS_ABILITY.compare(name) == 0) { in GetLabel()
|
/base/location/interfaces/inner_api/include/ |
D | common_utils.h | 32 const std::string GNSS_ABILITY = "gps"; variable
|