Searched refs:IsSame (Results 1 – 6 of 6) sorted by relevance
105 bool IsSame(RequestConfig& requestConfig);
44 inline bool IsSame(CountryCode& country) const in IsSame() function
55 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame() function in OHOS::Location::RequestConfig
372 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));
234 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()
201 if (newConfig->IsSame(*requestConfig)) { in RestorRequest()