Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp649 Want httpWant; in IsBrowserSkillsValid() local
650 httpWant.SetAction(ACTION_VIEW_DATA); in IsBrowserSkillsValid()
651 httpWant.AddEntity(ENTITY_BROWSER); in IsBrowserSkillsValid()
652 httpWant.SetUri(HTTP); in IsBrowserSkillsValid()
659 if (skill.Match(httpsWant) || skill.Match(httpWant)) { in IsBrowserSkillsValid()