Home
last modified time | relevance | path

Searched refs:ENG_MODE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_debug_mode.cpp29 const bool ENG_MODE = static_cast<bool>(GetIntParameter(ENG_PARAMETER, DEBUG_ON_DEFAULT)); variable
30 const bool DEBUG_ON = static_cast<bool>(GetIntParameter(DEBUG_MODE, DEBUG_ON_DEFAULT)) && ENG_MODE;
H A Dbundle_active_service.cpp53 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
691 if (ENG_MODE == 0) { in AllowDump()
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_server.cpp28 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
56 if (ENG_MODE == 0) { in AllowDump()
57 SOC_PERF_LOGE("Not allow to dump SocPerfServer, mode:%{public}d", ENG_MODE); in AllowDump()
H A Dsocperf_stub.cpp31 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
285 if ((ENG_MODE == 0 && callingUid != HIVIEW_UID) || !data.ReadString(msg)) { in StubRequestCmdIdCount()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp36 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
58 if (ENG_MODE == 0) { in AllowDump()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp38 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
281 if (ENG_MODE == 0) { in AllowDump()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp49 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
325 if (ENG_MODE == 0) { in Dump()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp42 const int32_t ENG_MODE = OHOS::system::GetIntParameter("const.debuggable", 0); variable
133 if (ENG_MODE == 0) { in AllowDump()