Home
last modified time | relevance | path

Searched defs:strictMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp647 bool strictMode = false; variable
681 bool strictMode = true; variable
709 bool strictMode = false; variable
737 bool strictMode = false; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h75 bool strictMode = false; // whether is strict mode member
H A Dapp_running_record.h830 inline void SetStrictMode(bool strictMode) in SetStrictMode()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp846 bool strictMode = (want == nullptr) ? false : want->GetBoolParam(STRICT_MODE, false); in LoadAbilityNoAppRecord() local
3272 …<AAFwk::Want> want, const std::string &moduleName, const std::string &abilityName, bool strictMode) in CreateStartMsg()
3338 …nfo &bundleInfo, AppSpawnStartMsg &startMsg, DataGroupInfoList &dataGroupInfoList, bool strictMode, in QueryExtensionSandBox()
3384bool strictMode, int32_t maxChildProcess, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> … in StartProcess()