Home
last modified time | relevance | path

Searched refs:debugMode_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_log.h59 if (debugMode_) { \
74 if (codec_->debugMode_) { \
H A Dimage_codec.h254 bool debugMode_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp192 debugMode_ = panda::JSNApi::StartDebuggerForSocketPair(identifierId, socketFd); in StartDebugger()
193 return debugMode_; in StartDebugger()
391 return debugMode_; in GetDebugMode()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1193 return debugMode_; in IsDebugMode()
1330 result += (debugMode_ ? "debugMode: true\n" : "debugMode: false\n"); in DumpStandbyConfigInfo()
1404 debugMode_ = switchStatus; in DumpTurnOnOffSwitch()
1405 StandbyConfigManager::GetInstance()->DumpSetDebugMode(debugMode_); in DumpTurnOnOffSwitch()
1406 result += (debugMode_ ? "debugMode: true\n" : "debugMode: false\n"); in DumpTurnOnOffSwitch()
1408 } else if (!debugMode_) { in DumpTurnOnOffSwitch()
1421 if (!debugMode_) { in DumpChangeConfigParam()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h121 bool debugMode_ = false; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp50 if (!debugMode_) { in ChangeOwner()
H A Dimage_codec.cpp165 debugMode_ = OHOS::system::GetBoolParameter("image.codec.debug", false); in ImageCodec()
167 LOGD(">> debug mode = %{public}d, dump mode = %{public}d", debugMode_, dumpMode_); in ImageCodec()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h207 bool debugMode_ {false};
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp163 debugMode_ ? ChangeOwnerDebug(info, newOwner) : ChangeOwnerNormal(info, newOwner); in ChangeOwner()
H A Dhcodec.cpp284 debugMode_ = HiLogIsLoggable(HCODEC_DOMAIN, HCODEC_TAG, LOG_DEBUG); in HCodec()
288 debugMode_, dumpModeStr.c_str(), dumpMode_); in HCodec()
H A Dhcodec.h327 bool debugMode_ = false; variable
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1262 StandbyServiceImpl::GetInstance()->debugMode_ = false;