Home
last modified time | relevance | path

Searched defs:isSandboxApp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp971 bool isSandboxApp = false; in MakeWantForProcess() local
1281 bool isSandboxApp = false; in MakeWantFromCmd() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1810 void AbilityRecord::SendResult(bool isSandboxApp, uint32_t tokeId) in SendResult()
1884 …bool isSandboxApp = appIndex_ > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX ? true : false; in SendResultToCallers() local
3267 void AbilityRecord::GrantUriPermission(Want &want, std::string targetBundleName, bool isSandboxApp,… in GrantUriPermission()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp855 bool isSandboxApp = (want == nullptr) ? false : want->GetBoolParam(ENTER_SANDBOX, false); in LoadAbilityNoAppRecord() local
3024 const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) in StartPerfProcessByStartMsg()
3059 const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) in StartPerfProcess()
6190 bool isSandboxApp = want.GetBoolParam(ENTER_SANDBOX, false); in NotifyAppFaultBySA() local