Searched refs:SelinuxKmsg (Results 1 – 5 of 5) sorted by relevance
/base/security/selinux_adapter/test/unittest/selinux_common_test/ |
D | unit_test.cpp | 146 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KINFO, "test")); 147 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KWARN, "test")); 148 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KERROR, "test")); 149 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KAVC, "test")); 161 EXPECT_EQ(-1, SelinuxKmsg(SELINUX_KINFO, "test")); 162 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KWARN, "test")); 163 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KERROR, "test")); 164 EXPECT_EQ(0, SelinuxKmsg(SELINUX_KAVC, "test")); 176 EXPECT_EQ(-1, SelinuxKmsg(SELINUX_KINFO, "test")); 177 EXPECT_EQ(-1, SelinuxKmsg(SELINUX_KWARN, "test")); [all …]
|
/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
D | selinux_klog.h | 32 int SelinuxKmsg(int logLevel, const char *fmt, ...);
|
/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
D | selinux_klog.c | 46 int SelinuxKmsg(int logLevel, const char *fmt, ...) in SelinuxKmsg() function
|
D | param_checker.c | 54 cb.func_log = SelinuxKmsg; in SelinuxSetCallback()
|
D | load_policy.cpp | 51 cb.func_log = SelinuxKmsg; in InitSelinuxLog()
|