Home
last modified time | relevance | path

Searched refs:IsSame (Results 1 - 6 of 6) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Drequest_config.h115 bool IsSame(RequestConfig& requestConfig);
H A Dcountry_code.h44 inline bool IsSame(CountryCode& country) const in IsSame() function in OHOS::Location::CountryCode
/base/location/frameworks/base_module/source/
H A Drequest_config.cpp59 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame() function in OHOS::Location::RequestConfig
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp380 EXPECT_EQ(true, requestConfigForCompare->IsSame(requestConfigForSet1)); in HWTEST_F()
385 EXPECT_EQ(false, requestConfigForCompare->IsSame(requestConfigForSet2)); in HWTEST_F()
392 EXPECT_EQ(true, requestConfigForCompare->IsSame(requestConfigForSet3)); in HWTEST_F()
399 EXPECT_EQ(false, requestConfigForCompare->IsSame(requestConfigForSet4)); in HWTEST_F()
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp249 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()
/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp184 if (newConfig->IsSame(*requestConfig)) { in RestorRequest()

Completed in 6 milliseconds