Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp34 bool IsSame(Config &oldConfig, Config &newConfig);
35 static bool IsSame(Config::Component &oldComp, Config::Component &newComp);
38 static bool IsSame(std::vector<T> &olds, std::vector<T> &news) in IsSame() function in OHOS::DistributedData::SerializableTest
47 isSame = IsSame(olds[i], news[i]) && isSame; in IsSame()
66 bool SerializableTest::IsSame(Config::Component &oldComp, Config::Component &newComp) in IsSame() function in OHOS::DistributedData::SerializableTest
77 bool SerializableTest::IsSame(Config &oldConfig, Config &newConfig) in IsSame() function in OHOS::DistributedData::SerializableTest
84 isSame = IsSame(oldConfig.components, newConfig.components) && isSame; in IsSame()
415 ASSERT_EQ(IsSame(config, newConfig), true); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/include/
H A Dtask_handler_wrap.h45 bool IsSame(const TaskHandle &other) const in IsSame() function in OHOS::AAFwk::TaskHandle
H A Devent_handler_wrap.h75 bool IsSame(const EventWrap &other) const in IsSame() function in OHOS::AAFwk::EventWrap
/foundation/ability/ability_runtime/services/common/src/
H A Devent_handler_wrap.cpp97 auto isSame = it->second.IsSame(event); in RemoveEvent()
106 TAG_LOGD(AAFwkTag::DEFAULT, "force: %{public}d , IsSame: %{public}d", force, isSame); in RemoveEvent()
H A Dtask_handler_wrap.cpp168 if (it == tasks_.end() || !it->second.IsSame(taskHandle)) { in RemoveTask()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h81 bool IsSame(const std::shared_ptr<DownloadRequest>& other) const in IsSame() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
H A Ddownloader.cpp242 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp198 return item.request->IsSame(request); in OnDownloadStatus()
/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 in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
H A Ddownloader.cpp443 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp236 return item.request->IsSame(request); in OnDownloadStatus()

Completed in 7 milliseconds