Searched refs:TestGetParamLabelIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | selinux_unittest.cpp | 87 TestGetParamLabelIndex(name), &srclabel, name, DAC_WRITE); in TestSelinuxCheckParaPermission() 124 TestGetParamLabelIndex(name), &srclabel, name, DAC_WRITE); in TestClientSelinuxCheckParaPermissionWrite() 142 TestGetParamLabelIndex(name), &srclabel, name, DAC_READ); in TestClientSelinuxCheckParaPermissionRead() 150 …clientParamSercurityOps.securityCheckParamPermission(TestGetParamLabelIndex(name), nullptr, nullpt… in TestClientSelinuxCheckParaPermissionRead()
|
H A D | param_stub.h | 82 ParamLabelIndex *TestGetParamLabelIndex(const char *name);
|
H A D | dac_unittest.cpp | 99 …ret = initParamSecurityOps.securityCheckParamPermission(TestGetParamLabelIndex(name), &srclabel, n… in TestDacCheckParaPermission()
|
H A D | param_stub.cpp | 741 ParamLabelIndex *TestGetParamLabelIndex(const char *name) in TestGetParamLabelIndex() function
|