Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1158 …bool GrantPermissionToShell(const std::vector<std::string> &uriVec, uint32_t flag, std::string tar…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp3307 …if (callerPkg == SHELL_ASSISTANT_BUNDLENAME && GrantPermissionToShell(uriVec, want.GetFlags(), tar… in GrantUriPermission()
3355 bool AbilityRecord::GrantPermissionToShell(const std::vector<std::string> &strUriVec, uint32_t flag, in GrantPermissionToShell() function in OHOS::AAFwk::AbilityRecord