Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Drequest_config.h105 bool IsSame(RequestConfig& requestConfig);
Dcountry_code.h44 inline bool IsSame(CountryCode& country) const in IsSame() function
/base/location/frameworks/location_common/common/source/
Drequest_config.cpp55 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame() function in OHOS::Location::RequestConfig
/base/location/test/location_common/source/
Dlocation_common_test.cpp372 EXPECT_EQ(true, requestConfigForCompare->IsSame(requestConfigForSet1));
377 EXPECT_EQ(false, requestConfigForCompare->IsSame(requestConfigForSet2));
384 EXPECT_EQ(true, requestConfigForCompare->IsSame(requestConfigForSet3));
391 EXPECT_EQ(false, requestConfigForCompare->IsSame(requestConfigForSet4));
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp234 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()
/base/location/services/location_locator/locator/source/
Drequest_manager.cpp201 if (newConfig->IsSame(*requestConfig)) { in RestorRequest()