Home
last modified time | relevance | path

Searched refs:TestGetParamLabelIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/param/
H A Dselinux_unittest.cpp87 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 Dparam_stub.h82 ParamLabelIndex *TestGetParamLabelIndex(const char *name);
H A Ddac_unittest.cpp99 …ret = initParamSecurityOps.securityCheckParamPermission(TestGetParamLabelIndex(name), &srclabel, n… in TestDacCheckParaPermission()
H A Dparam_stub.cpp741 ParamLabelIndex *TestGetParamLabelIndex(const char *name) in TestGetParamLabelIndex() function