Home
last modified time | relevance | path

Searched refs:IsPrivateSwitchOn (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hilog/platform/
H A Dhilog_utils.cpp24 bool IsPrivateSwitchOn() in IsPrivateSwitchOn() function
/base/hiviewdfx/hilog/test/moduletest/common/
H A Dadapter_test.cpp53 EXPECT_TRUE(IsPrivateSwitchOn()); in HWTEST_F()
69 EXPECT_FALSE(IsPrivateSwitchOn()); in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/param/include/
H A Dproperties.h31 bool IsPrivateSwitchOn();
/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dmacros.rs82 let priv_flag = unsafe{ $crate::IsPrivateSwitchOn() && !$crate::IsDebugOn() };
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp277 bool priv = (!debug) && IsPrivateSwitchOn(); in HiLogPrintArgs()
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp56 bool priv = (!debug) && IsPrivateSwitchOn(); in ParseLogContent()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp288 bool IsPrivateSwitchOn() in IsPrivateSwitchOn() function

Completed in 4 milliseconds