Lines Matching refs:bundleName
33 bool AppManager::BlockAbilityController::AllowAbilityStart(const AAFwk::Want &want, const std::string &bundleName)
42 // if bundleName in the tempAllow list to allow ability start.
43 auto it = find(tempAllowList.begin(), tempAllowList.end(), bundleName);
55 DEBUG_LOG_STR("BundleName: %s", bundleName.c_str());
57 // if bundleName in the block list to unallow ability start.
58 it = find(blocklist.begin(), blocklist.end(), bundleName);
69 bool AppManager::BlockAbilityController::AllowAbilityBackground(const std::string &bundleName)
78 ErrCode AppManager::StartAbilityByBundleInfo(std::string abilityName, std::string bundleName)
84 if (abilityName.size() == 0 || bundleName.size() == 0) {
88 if (bundleName.size() == 0) {
93 AppExecFwk::ElementName element("", bundleName, abilityName);