Home
last modified time | relevance | path

Searched refs:DEBUG_ON_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_debug_mode.cpp26 constexpr int32_t DEBUG_ON_DEFAULT = 0; variable
29 const bool ENG_MODE = static_cast<bool>(GetIntParameter(ENG_PARAMETER, DEBUG_ON_DEFAULT));
30 const bool DEBUG_ON = static_cast<bool>(GetIntParameter(DEBUG_MODE, DEBUG_ON_DEFAULT)) && ENG_MODE;
/ohos5.0/foundation/window/window_manager/setresolution/src/
H A Dsetresolution_screen.cpp28 constexpr int32_t DEBUG_ON_DEFAULT = 0; variable
30 static const bool IS_ENG_MODE = static_cast<bool>(GetIntParameter(ENG_PARAMETER, DEBUG_ON_DEFAULT));