Home
last modified time | relevance | path

Searched refs:Match (Results 1 - 25 of 52) sorted by relevance

123

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp90 * @tc.desc: Test Match function, file case.
97 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig); in HWTEST_F()
101 ret = this->themeConfig->Match(themeConfig, *this->resConfig); in HWTEST_F()
106 ret = this->themeConfig->Match(themeConfig, *this->resConfig); in HWTEST_F()
112 * @tc.desc: Test Match function, file case.
119 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig); in HWTEST_F()
123 ret = this->themeConfig->Match(themeConfig, *this->resConfig); in HWTEST_F()
129 * @tc.desc: Test Match function, file case.
142 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig); in HWTEST_F()
146 ret = this->themeConfig->Match(themeConfi in HWTEST_F()
[all...]
H A Dres_config_impl_test.cpp66 * @tc.desc: Test ResConfig Match
73 EXPECT_TRUE(current->Match(other)); in HWTEST_F()
78 * @tc.desc: Test ResConfig Match
85 EXPECT_FALSE(current->Match(other)); in HWTEST_F()
90 EXPECT_TRUE(current->Match(other)); in HWTEST_F()
95 * @tc.desc: Test ResConfig Match
102 EXPECT_TRUE(current->Match(other)); in HWTEST_F()
107 EXPECT_FALSE(current->Match(other)); in HWTEST_F()
112 * @tc.desc: Test ResConfig Match
119 EXPECT_TRUE(current->Match(othe in HWTEST_F()
[all...]
H A Dres_config_test.cpp72 EXPECT_TRUE(rc->Match(current)); in HWTEST_F()
73 EXPECT_TRUE(!(rc->Match(target))); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_config_test.cpp72 EXPECT_TRUE(rc->Match(current)); in HWTEST_F()
73 EXPECT_TRUE(!(rc->Match(target))); in HWTEST_F()
H A Dres_config_impl_test.cpp65 * @tc.desc: Test ResConfig Match
72 EXPECT_TRUE(current->Match(other)); in HWTEST_F()
79 * @tc.desc: Test ResConfig Match
86 EXPECT_FALSE(current->Match(other)); in HWTEST_F()
93 * @tc.desc: Test ResConfig Match
100 EXPECT_TRUE(current->Match(other)); in HWTEST_F()
107 * @tc.desc: Test ResConfig Match
114 EXPECT_TRUE(current->Match(other)); in HWTEST_F()
121 * @tc.desc: Test ResConfig Match
128 EXPECT_TRUE(current->Match(othe in HWTEST_F()
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_rule_init.cpp61 return this->clearRulesEngine.Match(message); in ClearFind()
67 return this->pastRulesEngine.Match(message); in PastFind()
121 std::vector<MatchedDateTimeInfo> tempMatches = detect.Match(message); in GetMatches()
136 std::vector<MatchedDateTimeInfo> subMatches = subRulesEngine.Match(subMessage); in GetMatchedInfo()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_config.h59 static bool Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig);
H A Dlocale_matcher.h34 static bool Match(const ResLocale *current, const ResLocale *other);
H A Dres_config_impl.h148 bool Match(const std::shared_ptr<ResConfigImpl> other, bool isCheckDarkAdaptation = true) const;
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dlocale_matcher.h34 static bool Match(const ResLocale *current, const ResLocale *other);
H A Dres_config_impl.h89 bool Match(const ResConfigImpl *other) const;
/base/global/i18n/frameworks/intl/test/fuzztest/rulesengine_fuzzer/
H A Drulesengine_fuzzer.cpp42 rulesEngine->Match(message); in DoSomethingInterestingWithMyAPI()
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp34 bool ThemeConfig::Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) in Match() function in OHOS::Global::Resource::ThemeConfig
H A Dres_config_impl.cpp414 bool ResConfigImpl::Match(const std::shared_ptr<ResConfigImpl> other, bool isCheckDarkAdaptation) const in Match() function in OHOS::Global::Resource::ResConfigImpl
427 if (!LocaleMatcher::Match(this->resPreferredLocale_, other->GetResLocale())) { in Match()
433 if (!isPreferredLocaleMatch && !(LocaleMatcher::Match(this->resLocale_, other->GetResLocale()))) { in Match()
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Drules_engine.h51 std::vector<MatchedDateTimeInfo> Match(icu::UnicodeString& message);
/base/notification/common_event_service/interfaces/inner_api/
H A Dmatching_skills.h162 bool Match(const Want &want) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H A Dmatchingskills_fuzzer.cpp71 // test Match function in DoSomethingInterestingWithMyAPI()
73 return matchingSkills.Match(want); in DoSomethingInterestingWithMyAPI()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A 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()
H A Dhap_manager.cpp136 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueByName()
168 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueById()
/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp253 return Match(zones, nitzData, systemTimezone); in LookupTimezoneByCountryAndNITZ()
272 CountryResult result = Match(validZones, nitzData, systemTimezone); in LookupTimezoneByNITZ()
275 result = Match(validZones, newNITZData, systemTimezone); in LookupTimezoneByNITZ()
455 CountryResult ZoneUtil::Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone) in Match() function in ZoneUtil
/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h161 CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone);
/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h46 static bool Match(const LocaleInfo *current, const LocaleInfo *other);
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_x509_certificate.h60 napi_value Match(napi_env env, napi_callback_info info);
H A Dnapi_x509_crl.h64 napi_value Match(napi_env env, napi_callback_info info);
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h105 bool Match(uint32_t type, const std::string& eventName, const std::string& domain) in Match() function
135 bool Match(uint8_t type, const std::string& eventName, const std::string& tag, in Match() function

Completed in 13 milliseconds

123