Home
last modified time | relevance | path

Searched refs:SetErrorInfoEnhance (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h185 inline void SetErrorInfoEnhance(const bool errorInfoEnhance) in SetErrorInfoEnhance() function
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h626 void SetErrorInfoEnhance(const bool errorInfoEnhance);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp637 panda::JSNApi::SetErrorInfoEnhance(); in PostPreload()
833 panda::JSNApi::SetErrorInfoEnhance(); in CreateJsEnv()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp485 launchData.SetErrorInfoEnhance(isErrorInfoEnhance_); in LaunchApplication()
1849 void AppRunningRecord::SetErrorInfoEnhance(bool errorInfoEnhance) in SetErrorInfoEnhance() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp2414 appRecord->SetErrorInfoEnhance(want->GetBoolParam(ERROR_INFO_ENHANCE, false)); in CreateAppRunningRecord()
4447 appRecord->SetErrorInfoEnhance(wantPtr->GetBoolParam(ERROR_INFO_ENHANCE, false)); in StartSpecifiedAbility()