Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp79 …if (withoutSettings && AppUtils::GetInstance().IsAllowStartAbilityWithoutCallerToken(bundleName, a… in IsDominateScreen()
82 …} else if (AppUtils::GetInstance().IsAllowStartAbilityWithoutCallerToken(bundleName, abilityName))… in IsDominateScreen()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h62 …bool IsAllowStartAbilityWithoutCallerToken(const std::string& bundleName, const std::string& abili…
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp349 bool AppUtils::IsAllowStartAbilityWithoutCallerToken(const std::string& bundleName, const std::stri… in IsAllowStartAbilityWithoutCallerToken() function in OHOS::AAFwk::AppUtils