/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | serializable_test.cpp | 33 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 D | request_config.h | 115 bool IsSame(RequestConfig& requestConfig);
|
H A D | country_code.h | 44 inline bool IsSame(CountryCode& country) const in IsSame() function
|
/ohos5.0/base/location/frameworks/base_module/source/ |
H A D | request_config.cpp | 59 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame() function in OHOS::Location::RequestConfig
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_handler_wrap.cpp | 97 auto isSame = it->second.IsSame(event); in RemoveEvent()
|
H A D | task_handler_wrap.cpp | 183 if (it == tasks_.end() || !it->second.IsSame(taskHandle)) { in RemoveTask()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_handler_wrap.h | 75 bool IsSame(const EventWrap &other) const in IsSame() function
|
H A D | task_handler_wrap.h | 46 bool IsSame(const TaskHandle &other) const in IsSame() function
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.h | 79 bool IsSame(const std::shared_ptr<DownloadRequest>& other) const in IsSame() function
|
H A D | downloader.cpp | 212 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 178 return item.request->IsSame(request); in OnDownloadStatus()
|
/ohos5.0/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
|
H A D | downloader.cpp | 440 if (currentRequest_->IsSame(request) && !shouldStartNextRequest) { in Retry()
|
/ohos5.0/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 379 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 D | download_monitor.cpp | 284 return item.request->IsSame(request); in OnDownloadStatus()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_manager.cpp | 251 if (lastCountry_ && !country.IsSame(*lastCountry_) && !lastCountry_->IsMoreReliable(type)) { in GetIsoCountryCode()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 246 if (newConfig->IsSame(*requestConfig)) { in RestorRequest()
|