/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_config_test.cpp | 90 * @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 D | res_config_impl_test.cpp | 66 * @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 D | res_config_test.cpp | 72 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 D | res_config_test.cpp | 72 EXPECT_TRUE(rc->Match(current)); in HWTEST_F() 73 EXPECT_TRUE(!(rc->Match(target))); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 65 * @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 D | date_rule_init.cpp | 61 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 D | theme_pack_config.h | 59 static bool Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig);
|
H A D | locale_matcher.h | 34 static bool Match(const ResLocale *current, const ResLocale *other);
|
H A D | res_config_impl.h | 148 bool Match(const std::shared_ptr<ResConfigImpl> other, bool isCheckDarkAdaptation = true) const;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | locale_matcher.h | 34 static bool Match(const ResLocale *current, const ResLocale *other);
|
H A D | res_config_impl.h | 89 bool Match(const ResConfigImpl *other) const;
|
/base/global/i18n/frameworks/intl/test/fuzztest/rulesengine_fuzzer/ |
H A D | rulesengine_fuzzer.cpp | 42 rulesEngine->Match(message); in DoSomethingInterestingWithMyAPI()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_config.cpp | 34 bool ThemeConfig::Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) in Match() function in OHOS::Global::Resource::ThemeConfig
|
H A D | res_config_impl.cpp | 414 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 D | rules_engine.h | 51 std::vector<MatchedDateTimeInfo> Match(icu::UnicodeString& message);
|
/base/notification/common_event_service/interfaces/inner_api/ |
H A D | matching_skills.h | 162 bool Match(const Want &want) const;
|
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/ |
H A D | matchingskills_fuzzer.cpp | 71 // test Match function
in DoSomethingInterestingWithMyAPI() 73 return matchingSkills.Match(want);
in DoSomethingInterestingWithMyAPI()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A 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()
|
H A D | hap_manager.cpp | 136 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueByName() 168 if (!this->resConfig_->Match(resConfig)) { in FindQualifierValueById()
|
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 253 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 D | zone_util.h | 161 CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone);
|
/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 46 static bool Match(const LocaleInfo *current, const LocaleInfo *other);
|
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/ |
H A D | napi_x509_certificate.h | 60 napi_value Match(napi_env env, napi_callback_info info);
|
H A D | napi_x509_crl.h | 64 napi_value Match(napi_env env, napi_callback_info info);
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 105 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
|