/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
H A D | iability_monitor_module_test.cpp | 96 * @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 D | iability_monitor_test.cpp | 90 * @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 D | media_queryer.cpp | 49 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 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, bool isNotify) in Match() function in OHOS::AppExecFwk::IAbilityStageMonitor
|
H A D | iability_monitor.cpp | 30 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 D | skill.h | 49 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 D | iability_stage_monitor.h | 50 * 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 D | iability_monitor.h | 59 * 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 D | mock_iability_monitor.cpp | 78 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 D | mock_iability_monitor.h | 31 virtual bool Match(const std::shared_ptr<ADelegatorAbilityProperty>& ability, bool isNotify = false);
|
/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;
|
/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | event_listener.h | 40 [[nodiscard]] bool Match(const std::string &type, napi_value callback) const;
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_tester_impl.cpp | 47 if (matcher.Match(current)) { in FindComponentImpl() 81 if (matcher.Match(current)) { in FindComponentsImpl() 125 if (matcher.Match(current)) { in ScrollUntilExistImpl()
|
H A D | component_test_matcher_impl.h | 62 bool Match(const RefPtr<NG::UINode>& uiNode) const;
|
H A D | component_test_matcher_impl.cpp | 26 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 D | ast_attribute.h | 61 bool Match(SystemLevel level) const;
|
H A D | ast_attribute.cpp | 61 bool ASTAttr::Match(SystemLevel level) const
in Match() function in OHOS::Idl::ASTAttr
|
H A D | ast_interface_type.cpp | 70 if (method->GetAttribute()->Match(system)) { in GetMethodsBySystem()
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_matching_skill.cpp | 149 bool MatchingSkills::Match(const Want& want) const in Match() function in OHOS::EventFwk::MatchingSkills
|
/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | event_listener.cpp | 85 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 D | event_listener.cpp | 104 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 D | skills_test.cpp | 774 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 D | skills.h | 402 * @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 D | bms_bundle_kit_service_test.cpp | 5974 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...] |