Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp33 bool IsSame(Config &oldConfig, Config &newConfig);
34 static bool IsSame(Config::Component &oldComp, Config::Component &newComp);
37 static bool IsSame(std::vector<T> &olds, std::vector<T> &news) in IsSame() function in OHOS::DistributedData::SerializableTest
46 isSame = IsSame(olds[i], news[i]) && isSame; in IsSame()
73 bool SerializableTest::IsSame(Config::Component &oldComp, Config::Component &newComp) in IsSame() function in OHOS::DistributedData::SerializableTest
84 bool SerializableTest::IsSame(Config &oldConfig, Config &newConfig) in IsSame() function in OHOS::DistributedData::SerializableTest
91 isSame = IsSame(oldConfig.components, newConfig.components) && isSame; in IsSame()
422 ASSERT_EQ(IsSame(config, newConfig), true);
/ohos5.0/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
/ohos5.0/base/location/frameworks/base_module/source/
H A Drequest_config.cpp59 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame() function in OHOS::Location::RequestConfig
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_handler_wrap.cpp97 auto isSame = it->second.IsSame(event); in RemoveEvent()
H A Dtask_handler_wrap.cpp183 if (it == tasks_.end() || !it->second.IsSame(taskHandle)) { in RemoveTask()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_handler_wrap.h75 bool IsSame(const EventWrap &other) const in IsSame() function
H A Dtask_handler_wrap.h46 bool IsSame(const TaskHandle &other) const in IsSame() function
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h79 bool IsSame(const std::shared_ptr<DownloadRequest>& other) const in IsSame() function
H A Ddownloader.cpp212 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp178 return item.request->IsSame(request); in OnDownloadStatus()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h99 bool IsSame(const std::shared_ptr<DownloadRequest>& other) const in IsSame() function
H A Ddownloader.cpp440 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp379 EXPECT_EQ(true, requestConfigForCompare->IsSame(requestConfigForSet1));
384 EXPECT_EQ(false, requestConfigForCompare->IsSame(requestConfigForSet2));
391 EXPECT_EQ(true, requestConfigForCompare->IsSame(requestConfigForSet3));
398 EXPECT_EQ(false, requestConfigForCompare->IsSame(requestConfigForSet4));
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp284 return item.request->IsSame(request); in OnDownloadStatus()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp251 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp246 if (newConfig->IsSame(*requestConfig)) { in RestorRequest()