/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_config_impl_test.cpp | 73 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 D | theme_config_test.cpp | 97 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 D | res_config_test.cpp | 72 EXPECT_TRUE(rc->Match(current)); 73 EXPECT_TRUE(!(rc->Match(target)));
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
H A D | iability_monitor_module_test.cpp | 107 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 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)); 254 EXPECT_TRUE(current->Match(other)); 255 EXPECT_TRUE(other->Match(current)); [all …]
|
H A D | res_config_test.cpp | 72 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 D | iability_monitor_test.cpp | 98 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 D | media_queryer.cpp | 49 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 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()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
H A D | ability_delegator.cpp | 386 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 D | iability_stage_monitor.cpp | 24 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 D | skill.h | 49 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 D | zone_util.cpp | 262 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 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);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/ |
H A D | iability_stage_monitor.h | 56 …virtual bool Match(const std::shared_ptr<DelegatorAbilityStageProperty> &abilityStage, bool isNoti…
|
/ohos5.0/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()
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | event_listener.h | 37 [[nodiscard]] bool Match(const std::string &type, napi_value callback) const;
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | event_listener.h | 41 [[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 D | mock_iability_monitor.h | 31 …virtual bool Match(const std::shared_ptr<ADelegatorAbilityProperty>& ability, bool isNotify = fals…
|
H A D | mock_iability_monitor.cpp | 78 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 D | rulesengine_fuzzer.cpp | 42 rulesEngine->Match(message); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_attribute.h | 47 bool Match(SystemLevel level) const;
|