Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 25 of 31) sorted by relevance

12

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_config_impl_test.cpp72 EXPECT_TRUE(current->Match(other));
86 EXPECT_FALSE(current->Match(other));
100 EXPECT_TRUE(current->Match(other));
114 EXPECT_TRUE(current->Match(other));
128 EXPECT_TRUE(current->Match(other));
142 EXPECT_TRUE(current->Match(other));
156 EXPECT_TRUE(current->Match(other));
170 EXPECT_TRUE(current->Match(other));
184 EXPECT_FALSE(current->Match(other));
198 EXPECT_FALSE(current->Match(other));
[all …]
Dres_config_test.cpp72 EXPECT_TRUE(rc->Match(current));
73 EXPECT_TRUE(!(rc->Match(target)));
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_config_test.cpp72 EXPECT_TRUE(rc->Match(current));
73 EXPECT_TRUE(!(rc->Match(target)));
Dres_config_impl_test.cpp72 EXPECT_TRUE(current->Match(other));
86 EXPECT_FALSE(current->Match(other));
100 EXPECT_TRUE(current->Match(other));
114 EXPECT_TRUE(current->Match(other));
128 EXPECT_TRUE(current->Match(other));
142 EXPECT_TRUE(current->Match(other));
156 EXPECT_TRUE(current->Match(other));
170 EXPECT_TRUE(current->Match(other));
184 EXPECT_FALSE(current->Match(other));
198 EXPECT_FALSE(current->Match(other));
[all …]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dlocale_matcher.h34 static bool Match(const ResLocale *current, const ResLocale *other);
Dres_config_impl.h89 bool Match(const ResConfigImpl *other) const;
/base/global/resource_management/frameworks/resmgr/include/
Dlocale_matcher.h34 static bool Match(const ResLocale *current, const ResLocale *other);
Dres_config_impl.h113 bool Match(const ResConfigImpl *other) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
Dmatchingskills_fuzzer.cpp73 return matchingSkills.Match(want); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/inner_api/
Dmatching_skills.h162 bool Match(const Want &want) const;
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_config_impl.cpp182 bool ResConfigImpl::Match(const ResConfigImpl *other) const in Match() function in OHOS::Global::Resource::ResConfigImpl
187 if (!(LocaleMatcher::Match(this->resLocale_, other->GetResLocale()))) { in Match()
Dhap_manager.cpp136 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueByName()
168 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueById()
Dres_locale.cpp440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort()
Dlocale_matcher.cpp505 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match() function in OHOS::Global::Resource::LocaleMatcher
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp249 return Match(zones, nitzData, systemTimezone); in LookupTimezoneByCountryAndNITZ()
268 CountryResult result = Match(validZones, nitzData, systemTimezone); in LookupTimezoneByNITZ()
271 result = Match(validZones, newNITZData, systemTimezone); in LookupTimezoneByNITZ()
439 CountryResult ZoneUtil::Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &sys… in Match() function in ZoneUtil
/base/global/i18n/interfaces/native/inner_api/zone/include/
Dzone_util.h162 …CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezo…
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h118 bool Match(uint32_t type, const std::string& eventName, const std::string& domain) in Match() function
148 bool Match(uint8_t type, const std::string& eventName, const std::string& tag, in Match() function
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
DactsCESMatchingSkillsTest.cpp1003 if (!matchingSkills.Match(want)) {
1038 if (!matchingSkills.Match(want)) {
1072 if (!matchingSkills.Match(want)) {
1106 if (!matchingSkills.Match(want)) {
1140 if (!matchingSkills.Match(want)) {
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp288 bool ResConfigImpl::Match(const ResConfigImpl *other) const in Match() function in OHOS::Global::Resource::ResConfigImpl
296 if (!(LocaleMatcher::Match(this->resLocale_, other->GetResLocale()))) { in Match()
Dres_locale.cpp450 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort()
/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp311 bool MatchingSkills::Match(const Want &want) const in Match() function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp222 EXPECT_EQ(true, matchSkills.Match(want));
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp1067 if (listenerInfo->Match(type, eventName, domain)) { in GetListenerInfo()
1080 if (dispatcherInfo->Match(type, eventName, tag, domain)) { in GetDisPatcherInfo()
/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp360 …if (!(*it)->eventSubscribeInfo->GetMatchingSkills().Match(eventRecord.commonEventData->GetWant()))… in GetSubscriberRecordsByWantLocked()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp297 if (!LocaleMatcher::Match(defaultConfig->GetResLocale(), config->GetResLocale())) { in IsLocaleMatch()

12