Home
last modified time | relevance | path

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

1234

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_config_impl_test.cpp73 EXPECT_TRUE(current->Match(other));
85 EXPECT_FALSE(current->Match(other));
90 EXPECT_TRUE(current->Match(other));
102 EXPECT_TRUE(current->Match(other));
107 EXPECT_FALSE(current->Match(other));
119 EXPECT_TRUE(current->Match(other));
131 EXPECT_TRUE(current->Match(other));
143 EXPECT_TRUE(current->Match(other));
155 EXPECT_TRUE(current->Match(other));
167 EXPECT_TRUE(current->Match(other));
[all …]
H A Dtheme_config_test.cpp97 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig);
101 ret = this->themeConfig->Match(themeConfig, *this->resConfig);
106 ret = this->themeConfig->Match(themeConfig, *this->resConfig);
119 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig);
123 ret = this->themeConfig->Match(themeConfig, *this->resConfig);
142 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig);
146 ret = this->themeConfig->Match(themeConfig, *this->resConfig);
151 ret = this->themeConfig->Match(themeConfig, *this->resConfig);
170 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig);
189 bool ret = this->themeConfig->Match(themeConfig, *this->resConfig);
[all …]
H A Dres_config_test.cpp72 EXPECT_TRUE(rc->Match(current));
73 EXPECT_TRUE(!(rc->Match(target)));
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Diability_monitor_module_test.cpp107 EXPECT_TRUE(iabilityMonitor.Match(property));
124 EXPECT_TRUE(stageMonitor.Match(property));
129 EXPECT_FALSE(stageMonitor.Match(property2));
134 EXPECT_FALSE(stageMonitor.Match(property3));
147 EXPECT_FALSE(stageMonitor.Match(nullptr));
163 EXPECT_TRUE(stageMonitor.Match(property, true));
206 EXPECT_TRUE(gt_iAbilityStageMonitor->Match(property, true)); in IAbilityStageMonitorMatchTask()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A 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));
254 EXPECT_TRUE(current->Match(other));
255 EXPECT_TRUE(other->Match(current));
[all …]
H A Dres_config_test.cpp72 EXPECT_TRUE(rc->Match(current));
73 EXPECT_TRUE(!(rc->Match(target)));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Diability_monitor_test.cpp98 EXPECT_FALSE(iabilityMonitor.Match(nullptr));
114 EXPECT_FALSE(iabilityMonitor.Match(proterty));
130 EXPECT_TRUE(iabilityMonitor.Match(proterty));
146 EXPECT_FALSE(iabilityMonitor.Match(proterty));
162 EXPECT_TRUE(iabilityMonitor.Match(proterty, true));
205 EXPECT_TRUE(gt_iAbilityMonitor->Match(proterty, true)); in IAbilityMonitorMatchTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_queryer.cpp49 bool Match(const std::string& condition, std::smatch& matchResults) const in Match() function in OHOS::Ace::Framework::__anonba08be840110::MediaQueryerRule
53 bool Match(const std::string& condition) const in Match() function in OHOS::Ace::Framework::__anonba08be840110::MediaQueryerRule
255 if (rule.Match(condition, matchResults)) { in ParseSingleCondition()
287 if (CONDITION_WITH_SCREEN.Match(noSpace)) { in DoMatchCondition()
292 if (screenPatten.Match(noSpace)) { in DoMatchCondition()
296 } else if (CONDITION_WITHOUT_SCREEN.Match(noSpace)) { in DoMatchCondition()
309 if (CONDITION_WITH_AND.Match(conditionArr[i])) { in DoMatchCondition()
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dability_delegator.cpp386 if (monitor->Match(ability, true)) { in PostPerformStart()
410 monitor->Match(abilityStage, true); in PostPerformStageStart()
436 if (monitor->Match(ability)) { in PostPerformScenceCreated()
464 if (monitor->Match(ability)) { in PostPerformScenceRestored()
492 if (monitor->Match(ability)) { in PostPerformScenceDestroyed()
520 if (monitor->Match(ability)) { in PostPerformForeground()
548 if (monitor->Match(ability)) { in PostPerformBackground()
576 if (monitor->Match(ability)) { in PostPerformStop()
H A Diability_stage_monitor.cpp24 bool IAbilityStageMonitor::Match(const std::shared_ptr<DelegatorAbilityStageProperty> &abilityStage… in Match() function in OHOS::AppExecFwk::IAbilityStageMonitor
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h49 bool Match(const OHOS::AAFwk::Want &want) const;
50 bool Match(const OHOS::AAFwk::Want &want, size_t &matchUriIndex) const;
/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp262 return Match(zones, nitzData, systemTimezone); in LookupTimezoneByCountryAndNITZ()
281 CountryResult result = Match(validZones, nitzData, systemTimezone); in LookupTimezoneByNITZ()
284 result = Match(validZones, newNITZData, systemTimezone); in LookupTimezoneByNITZ()
464 CountryResult ZoneUtil::Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &sys… in Match() function in ZoneUtil
/ohos5.0/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);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Diability_stage_monitor.h56 …virtual bool Match(const std::shared_ptr<DelegatorAbilityStageProperty> &abilityStage, bool isNoti…
/ohos5.0/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()
/ohos5.0/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;
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Devent_listener.h37 [[nodiscard]] bool Match(const std::string &type, napi_value callback) const;
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Devent_listener.h41 [[nodiscard]] bool Match(const std::string &type, napi_value callback) const;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_iability_monitor.h31 …virtual bool Match(const std::shared_ptr<ADelegatorAbilityProperty>& ability, bool isNotify = fals…
H A Dmock_iability_monitor.cpp78 bool MockIabilityMonitor::Match(const std::shared_ptr<ADelegatorAbilityProperty>& ability, bool isN… in Match() function in OHOS::AppExecFwk::MockIabilityMonitor
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/rulesengine_fuzzer/
H A Drulesengine_fuzzer.cpp42 rulesEngine->Match(message); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_attribute.h47 bool Match(SystemLevel level) const;

1234