Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp48 static int g_testRandom = 2; // 2 is test random variable
673 return (count % g_testRandom == 1) ? 0 : -1; in PrctlStub()
678 return (count1 % g_testRandom == 1) ? 0 : -1; in PrctlStub()
714 return g_selinuxOptResult % g_testRandom; in setcon()
720 return g_selinuxOptResult % g_testRandom; in RestoreconRecurse()
726 return g_selinuxOptResult % g_testRandom; in setexeccon()
732 return g_selinuxOptResult % g_testRandom; in setsockcreatecon()
738 return g_selinuxOptResult % g_testRandom; in setfilecon()