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 D | app_mgr_service_inner_tdd_test.cpp | 647 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 D | app_spawn_client.h | 75 bool strictMode = false; // whether is strict mode member
|
H A D | app_running_record.h | 830 inline void SetStrictMode(bool strictMode) in SetStrictMode()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 846 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() 3384 …bool strictMode, int32_t maxChildProcess, sptr<IRemoteObject> token, std::shared_ptr<AAFwk::Want> … in StartProcess()
|