Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp80 if (withoutSettings && AppUtils::GetInstance().IsAllowStartAbilityWithoutCallerToken(bundleName, abilityName)) { in IsDominateScreen()
83 } else if (AppUtils::GetInstance().IsAllowStartAbilityWithoutCallerToken(bundleName, abilityName)) { in IsDominateScreen()
/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h216 * IsAllowStartAbilityWithoutCallerToken, check if it allows start ability without caller token.
222 bool IsAllowStartAbilityWithoutCallerToken(const std::string& bundleName, const std::string& abilityName);
/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp358 bool AppUtils::IsAllowStartAbilityWithoutCallerToken(const std::string& bundleName, const std::string& abilityName) in IsAllowStartAbilityWithoutCallerToken() function in OHOS::AAFwk::AppUtils

Completed in 2 milliseconds