Home
last modified time | relevance | path

Searched refs:IsDebugOn (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dadapter_test.cpp50 EXPECT_TRUE(IsDebugOn());
66 EXPECT_FALSE(IsDebugOn());
77 EXPECT_TRUE(IsDebugOn());
82 EXPECT_TRUE(IsDebugOn());
/ohos5.0/base/hiviewdfx/hilog/platform/
H A Dhilog_utils.cpp19 bool IsDebugOn() in IsDebugOn() function
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dlib.rs93 pub fn IsDebugOn() -> bool; in IsDebugOn() function
H A Dmacros.rs82 let priv_flag = unsafe{ $crate::IsPrivateSwitchOn() && !$crate::IsDebugOn() };
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/include/
H A Dproperties.h30 bool IsDebugOn();
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp276 bool debug = IsDebugOn(); in HiLogPrintArgs()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp54 debug = IsDebugOn(); in ParseLogContent()
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map8 IsDebugOn;
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp315 bool IsDebugOn() in IsDebugOn() function