Home
last modified time | relevance | path

Searched refs:SELINUX_HILOG_WARN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/selinux_adapter/test/unittest/selinux_common_test/
H A Dunit_test.cpp48 EXPECT_EQ(0, SelinuxHilog(SELINUX_HILOG_WARN, "test"));
61 SetSelinuxHilogLevel(SELINUX_HILOG_WARN);
63 EXPECT_EQ(0, SelinuxHilog(SELINUX_HILOG_WARN, "test"));
78 EXPECT_EQ(-1, SelinuxHilog(SELINUX_HILOG_WARN, "test"));
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_log.h27 SELINUX_HILOG_WARN, enumerator
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dselinux_log.c64 case SELINUX_HILOG_WARN: in SelinuxHilog()