Home
last modified time | relevance | path

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

12

/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Diability_monitor_module_test.cpp96 * @tc.name: Match
97 * @tc.desc: Verify the Match.
107 EXPECT_TRUE(iabilityMonitor.Match(property)); in HWTEST_F()
112 * @tc.name: Match AbilityStage
113 * @tc.desc: Verify the AbilityStage Match.
124 EXPECT_TRUE(stageMonitor.Match(property)); in HWTEST_F()
129 EXPECT_FALSE(stageMonitor.Match(property2)); in HWTEST_F()
134 EXPECT_FALSE(stageMonitor.Match(property3)); in HWTEST_F()
139 * @tc.desc: Match test when ability stage is invalid.
147 EXPECT_FALSE(stageMonitor.Match(nullpt in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Diability_monitor_test.cpp90 * @tc.name: Match
91 * @tc.desc: Verify the Match.
98 EXPECT_FALSE(iabilityMonitor.Match(nullptr)); in HWTEST_F()
103 * @tc.name: Match
104 * @tc.desc: Verify the Match.
114 EXPECT_FALSE(iabilityMonitor.Match(proterty)); in HWTEST_F()
119 * @tc.name: Match
120 * @tc.desc: Verify the Match.
130 EXPECT_TRUE(iabilityMonitor.Match(proterty)); in HWTEST_F()
135 * @tc.desc: Match tes
[all...]
/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::__anon1762::MediaQueryerRule
53 bool Match(const std::string& condition) const in Match() function in OHOS::Ace::Framework::__anon1762::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()
/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, bool isNotify) in Match() function in OHOS::AppExecFwk::IAbilityStageMonitor
H A Diability_monitor.cpp30 bool IAbilityMonitor::Match(const std::shared_ptr<ADelegatorAbilityProperty> &ability, bool isNotify) in Match() function in OHOS::AppExecFwk::IAbilityMonitor
/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;
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Diability_stage_monitor.h50 * Match the monitored AbilityStage objects when newAbility objects are started.
56 virtual bool Match(const std::shared_ptr<DelegatorAbilityStageProperty> &abilityStage, bool isNotify = false);
H A Diability_monitor.h59 * Match the monitored Ability objects when newAbility objects are started or
66 virtual bool Match(const std::shared_ptr<ADelegatorAbilityProperty> &ability, bool isNotify = false);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_iability_monitor.cpp78 bool MockIabilityMonitor::Match(const std::shared_ptr<ADelegatorAbilityProperty>& ability, bool isNotify) in Match() function in OHOS::AppExecFwk::MockIabilityMonitor
80 TAG_LOGI(AAFwkTag::TEST, "MockIabilityMonitor::Match is called"); in Match()
H A Dmock_iability_monitor.h31 virtual bool Match(const std::shared_ptr<ADelegatorAbilityProperty>& ability, bool isNotify = false);
/foundation/communication/netstack/utils/napi_utils/include/
H A Devent_listener.h41 [[nodiscard]] bool Match(const std::string &type, napi_value callback) const;
/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Devent_listener.h40 [[nodiscard]] bool Match(const std::string &type, napi_value callback) const;
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp47 if (matcher.Match(current)) { in FindComponentImpl()
81 if (matcher.Match(current)) { in FindComponentsImpl()
125 if (matcher.Match(current)) { in ScrollUntilExistImpl()
H A Dcomponent_test_matcher_impl.h62 bool Match(const RefPtr<NG::UINode>& uiNode) const;
H A Dcomponent_test_matcher_impl.cpp26 bool ComponentTestMatcherImpl::Match(const RefPtr<NG::UINode>& uiNode) const in Match() function in OHOS::Ace::ComponentTest::ComponentTestMatcherImpl
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_attribute.h61 bool Match(SystemLevel level) const;
H A Dast_attribute.cpp61 bool ASTAttr::Match(SystemLevel level) const in Match() function in OHOS::Idl::ASTAttr
H A Dast_interface_type.cpp70 if (method->GetAttribute()->Match(system)) { in GetMethodsBySystem()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp149 bool MatchingSkills::Match(const Want& want) const in Match() function in OHOS::EventFwk::MatchingSkills
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_listener.cpp85 bool EventListener::Match(const std::string &type, napi_value callback) const in Match() function in OHOS::NetManagerStandard::EventListener
/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_listener.cpp104 bool EventListener::Match(const std::string &type, napi_value callback) const in Match() function in OHOS::NetStack::EventListener
/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp774 EXPECT_EQ(result, skills_->Match(want)); in HWTEST_P()
797 EXPECT_EQ(true, skills.Match(want)); in HWTEST_F()
815 EXPECT_EQ(false, skills.Match(want)); in HWTEST_F()
837 EXPECT_EQ(true, skills.Match(want)); in HWTEST_F()
857 EXPECT_EQ(false, skills.Match(want)); in HWTEST_F()
878 EXPECT_EQ(false, skills.Match(want)); in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h402 * @brief Match this skill against a Want's data.
406 bool Match(const Want &want);
470 * @brief Match this skills against a Want's action. If the skills does not
480 * @brief Match this skills against a Want's data (type, scheme and path).
495 * @brief Match this skills against a Want's entities. Each entity in
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp5974 bool ret = skill.Match(want); in HWTEST_F()
5988 bool ret = skill.Match(want); in HWTEST_F()
6002 bool ret = skill.Match(want); in HWTEST_F()
6017 bool ret = skill.Match(want); in HWTEST_F()
6032 bool ret = skill.Match(want); in HWTEST_F()
6046 bool ret = skill.Match(want); in HWTEST_F()
6061 bool ret = skill.Match(want); in HWTEST_F()
6076 bool ret = skill.Match(want); in HWTEST_F()
6092 bool ret = skill.Match(want); in HWTEST_F()
6110 bool ret = skill.Match(wan in HWTEST_F()
[all...]

Completed in 25 milliseconds

12