Searched refs:IsSame (Results 1 - 11 of 11) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | serializable_test.cpp | 34 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 D | task_handler_wrap.h | 45 bool IsSame(const TaskHandle &other) const in IsSame() function in OHOS::AAFwk::TaskHandle
|
H A D | event_handler_wrap.h | 75 bool IsSame(const EventWrap &other) const in IsSame() function in OHOS::AAFwk::EventWrap
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_handler_wrap.cpp | 97 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 D | task_handler_wrap.cpp | 168 if (it == tasks_.end() || !it->second.IsSame(taskHandle)) { in RemoveTask()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.h | 81 bool IsSame(const std::shared_ptr<DownloadRequest>& other) const in IsSame() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
|
H A D | downloader.cpp | 242 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 198 return item.request->IsSame(request); in OnDownloadStatus()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.h | 99 bool IsSame(const std::shared_ptr<DownloadRequest>& other) const in IsSame() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
|
H A D | downloader.cpp | 443 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 236 return item.request->IsSame(request); in OnDownloadStatus()
|
Completed in 7 milliseconds