Home
last modified time | relevance | path

Searched refs:errorInfoEnhance (Results 1 – 4 of 4) 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() argument
187 isErrorInfoEnhance_ = errorInfoEnhance; in SetErrorInfoEnhance()
/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/services/appmgr/src/
H A Dapp_running_record.cpp1849 void AppRunningRecord::SetErrorInfoEnhance(bool errorInfoEnhance) in SetErrorInfoEnhance() argument
1851 isErrorInfoEnhance_ = errorInfoEnhance; in SetErrorInfoEnhance()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2727 auto errorInfoEnhance = want_.GetBoolParam(ERROR_INFO_ENHANCE, false); in SetWant() local
2749 if (errorInfoEnhance) { in SetWant()