Home
last modified time | relevance | path

Searched refs:matchAction (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp401 bool matchAction = want.GetAction() == ACTION_VIEW_DATA; in IsBrowserWant() local
402 if (!matchAction) { in IsBrowserWant()
418 bool matchAction = want.GetAction() == EMAIL_ACTION; in IsEmailWant() local
419 if (!matchAction) { in IsEmailWant()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp124 bool matchAction = MatchAction(want.GetAction()); in MatchLauncher() local
125 if (!matchAction) { in MatchLauncher()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1865 auto matchAction = std::find_if(std::begin(actions), std::end(actions), [](const auto &action) { in FindSkillsContainShareAction() local
1868 if (matchAction == actions.end()) { in FindSkillsContainShareAction()

Completed in 17 milliseconds