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 D | image_codec_log.h | 59 if (debugMode_) { \ 74 if (codec_->debugMode_) { \
|
H A D | image_codec.h | 254 bool debugMode_ = false; variable
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 192 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 D | standby_service_impl.cpp | 1193 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 D | js_environment.h | 121 bool debugMode_ = false; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_dfx.cpp | 50 if (!debugMode_) { in ChangeOwner()
|
H A D | image_codec.cpp | 165 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 D | standby_service_impl.h | 207 bool debugMode_ {false};
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_dfx.cpp | 163 debugMode_ ? ChangeOwnerDebug(info, newOwner) : ChangeOwnerNormal(info, newOwner); in ChangeOwner()
|
H A D | hcodec.cpp | 284 debugMode_ = HiLogIsLoggable(HCODEC_DOMAIN, HCODEC_TAG, LOG_DEBUG); in HCodec() 288 debugMode_, dumpModeStr.c_str(), dumpMode_); in HCodec()
|
H A D | hcodec.h | 327 bool debugMode_ = false; variable
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1262 StandbyServiceImpl::GetInstance()->debugMode_ = false;
|