/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | res_config_impl_test.cpp | 72 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 …]
|
D | res_config_test.cpp | 72 EXPECT_TRUE(rc->Match(current)); 73 EXPECT_TRUE(!(rc->Match(target)));
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_config_test.cpp | 72 EXPECT_TRUE(rc->Match(current)); 73 EXPECT_TRUE(!(rc->Match(target)));
|
D | res_config_impl_test.cpp | 72 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/ |
D | locale_matcher.h | 34 static bool Match(const ResLocale *current, const ResLocale *other);
|
D | res_config_impl.h | 89 bool Match(const ResConfigImpl *other) const;
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | locale_matcher.h | 34 static bool Match(const ResLocale *current, const ResLocale *other);
|
D | res_config_impl.h | 113 bool Match(const ResConfigImpl *other) const;
|
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/ |
D | matchingskills_fuzzer.cpp | 73 return matchingSkills.Match(want); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | matching_skills.h | 162 bool Match(const Want &want) const;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_config_impl.cpp | 182 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()
|
D | hap_manager.cpp | 136 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueByName() 168 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueById()
|
D | res_locale.cpp | 440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort()
|
D | locale_matcher.cpp | 505 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match() function in OHOS::Global::Resource::LocaleMatcher
|
/base/global/i18n/frameworks/zone/src/ |
D | zone_util.cpp | 249 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/ |
D | zone_util.h | 162 …CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezo…
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 118 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/ |
D | actsCESMatchingSkillsTest.cpp | 1003 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/ |
D | res_config_impl.cpp | 288 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()
|
D | res_locale.cpp | 450 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort()
|
/base/notification/common_event_service/frameworks/native/src/ |
D | matching_skills.cpp | 311 bool MatchingSkills::Match(const Want &want) const in Match() function in OHOS::EventFwk::MatchingSkills
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
D | matching_skills_test.cpp | 222 EXPECT_EQ(true, matchSkills.Match(want));
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 1067 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/ |
D | common_event_subscriber_manager.cpp | 360 …if (!(*it)->eventSubscribeInfo->GetMatchingSkills().Match(eventRecord.commonEventData->GetWant()))… in GetSubscriberRecordsByWantLocked()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | hap_parser.cpp | 297 if (!LocaleMatcher::Match(defaultConfig->GetResLocale(), config->GetResLocale())) { in IsLocaleMatch()
|