Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/platform/
Dhilog_utils.cpp24 bool IsPrivateSwitchOn() in IsPrivateSwitchOn() function
/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp53 EXPECT_TRUE(IsPrivateSwitchOn());
69 EXPECT_FALSE(IsPrivateSwitchOn());
/base/hiviewdfx/hilog/interfaces/rust/src/
Dlib.rs85 pub fn IsPrivateSwitchOn() -> bool; in IsPrivateSwitchOn() function
Dmacros.rs74 let priv_flag = unsafe{ $crate::IsPrivateSwitchOn() && !$crate::IsDebugOn() };
/base/hiviewdfx/hilog/frameworks/libhilog/param/include/
Dproperties.h31 bool IsPrivateSwitchOn();
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp239 bool priv = (!debug) && IsPrivateSwitchOn(); in HiLogPrintArgs()
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
Dhilog_napi_base.cpp58 bool priv = (!debug) && IsPrivateSwitchOn(); in ParseLogContent()
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map7 IsPrivateSwitchOn;
/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp287 bool IsPrivateSwitchOn() in IsPrivateSwitchOn() function