H A D | app_mgr_service_inner.cpp | 190 constexpr const char* STRICT_MODE = "strictMode"; 885 bool strictMode = (want == nullptr) ? false : want->GetBoolParam(STRICT_MODE, false); in LoadAbilityNoAppRecord() local 886 appRecord->SetStrictMode(strictMode); in LoadAbilityNoAppRecord() 889 abilityInfo->name, strictMode, token, want, abilityInfo->extensionAbilityType); in LoadAbilityNoAppRecord() 3277 std::shared_ptr<AAFwk::Want> want, const std::string &moduleName, const std::string &abilityName, bool strictMode) in CreateStartMsg() 3309 QueryExtensionSandBox(moduleName, abilityName, bundleInfo, startMsg, dataGroupInfoList, strictMode, want); in CreateStartMsg() 3338 const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList &dataGroupInfoList, bool strictMode, in QueryExtensionSandBox() 3346 startMsg.strictMode = strictMode; in QueryExtensionSandBox() 3352 auto infoExisted = [&moduleName, &abilityName, &strictMode, in QueryExtensionSandBox() 3275 CreateStartMsg(const std::string &processName, uint32_t startFlags, const int uid, const BundleInfo &bundleInfo, const int32_t bundleIndex, BundleType bundleType, AppSpawnStartMsg &startMsg, std::shared_ptr<AAFwk::Want> want, const std::string &moduleName, const std::string &abilityName, bool strictMode) CreateStartMsg() argument 3337 QueryExtensionSandBox(const std::string &moduleName, const std::string &abilityName, const BundleInfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList &dataGroupInfoList, bool strictMode, std::shared_ptr<AAFwk::Want> want) QueryExtensionSandBox() argument 3380 StartProcess(const std::string &appName, const std::string &processName, uint32_t startFlags, std::shared_ptr<AppRunningRecord> appRecord, const int uid, const BundleInfo &bundleInfo, const std::string &bundleName, const int32_t bundleIndex, bool appExistFlag, bool isPreload, const std::string &moduleName, const std::string &abilityName, bool strictMode, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> want, ExtensionAbilityType ExtensionAbilityType) StartProcess() argument [all...] |