Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp972 bool isSandboxApp = false; in MakeWantForProcess() local
1282 bool isSandboxApp = false; in MakeWantFromCmd() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1800 void AbilityRecord::SendResult(bool isSandboxApp, uint32_t tokeId) in SendResult() argument
1874 bool isSandboxApp = appIndex_ > AbilityRuntime::GlobalConstant::MAX_APP_CLONE_INDEX ? true : false; in SendResultToCallers() local
3239 void AbilityRecord::GrantUriPermission(Want &want, std::string targetBundleName, bool isSandboxApp, uint32_t tokenId) in GrantUriPermission() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp892 bool isSandboxApp = (want == nullptr) ? false : want->GetBoolParam(ENTER_SANDBOX, false); in LoadAbilityNoAppRecord() local
6237 bool isSandboxApp = want.GetBoolParam(ENTER_SANDBOX, false); in NotifyAppFaultBySA() local
3013 StartPerfProcessByStartMsg(AppSpawnStartMsg &startMsg, const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) StartPerfProcessByStartMsg() argument
3048 StartPerfProcess(const std::shared_ptr<AppRunningRecord> &appRecord, const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) StartPerfProcess() argument

Completed in 21 milliseconds