Home
last modified time | relevance | path

Searched refs:errorInfoEnhance (Results 1 - 4 of 4) sorted by relevance

/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()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h711 void SetErrorInfoEnhance(const bool errorInfoEnhance);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1853 void AppRunningRecord::SetErrorInfoEnhance(bool errorInfoEnhance) in SetErrorInfoEnhance() argument
1855 isErrorInfoEnhance_ = errorInfoEnhance; in SetErrorInfoEnhance()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp64 const std::string ERROR_INFO_ENHANCE = "errorInfoEnhance";
2698 auto errorInfoEnhance = want_.GetBoolParam(ERROR_INFO_ENHANCE, false); in SetWant() local
2720 if (errorInfoEnhance) { in SetWant()

Completed in 12 milliseconds