Home
last modified time | relevance | path

Searched refs:MatchAction (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h62 bool MatchAction(const std::string &action) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h477 bool MatchAction(const std::string &action);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp122 bool matchAction = MatchAction(want.GetAction()); in MatchLauncher()
135 bool Skill::MatchAction(const std::string &action) const in MatchAction() function in OHOS::AppExecFwk::Skill
184 bool matchAction = MatchAction(want.GetAction()); in MatchActionAndEntities()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp650 if (!MatchAction(want.GetAction())) { in Match()
701 bool Skills::MatchAction(const std::string &action) in MatchAction() function in OHOS::AAFwk::Skills