Lines Matching refs:string
26 const std::string HELP_MSG_NO_ABILITY_NAME_OPTION = "error: -a <ability-name> is expected";
27 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = "error: -b <bundle-name> is expected";
29 const std::string STRING_START_ABILITY_OK = "start ability successfully.";
30 const std::string STRING_START_ABILITY_NG = "error: failed to start ability.";
33 bool AppManager::BlockAbilityController::AllowAbilityStart(const AAFwk::Want &want, const std::string &bundleName)
36 std::vector<std::string> blocklist;
37 std::vector<std::string> tempAllowList;
69 bool AppManager::BlockAbilityController::AllowAbilityBackground(const std::string &bundleName)
78 ErrCode AppManager::StartAbilityByBundleInfo(std::string abilityName, std::string bundleName)
83 std::string output;
107 ErrCode AppManager::StartAbilityByUriAndType(const std::string uri, const std::string typeVal)
124 ErrCode AppManager::StartAbilityByAbilityAndUri(const std::string uri, const std::vector<std::string> &abilityName)
129 std::vector<std::string> allowList;