Home
last modified time | relevance | path

Searched refs:groupSize (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/process_posix/src/
H A DUidGidTest.cpp660 int groupSize = GetRandom(MAX_PROCESS_GROUPS - 3) + 3; in HWTEST_F() local
661 gid_t *gidListIn = (gid_t*)malloc(groupSize * sizeof(gid_t)); in HWTEST_F()
666 gid_t *gidListOut = (gid_t*)malloc(groupSize * sizeof(gid_t)); in HWTEST_F()
673 for (int i=1; i<groupSize; i++) { in HWTEST_F()
678 int rt = setgroups(groupSize, gidListIn); in HWTEST_F()
685 n = getgroups(groupSize, gidListOut); in HWTEST_F()
686 EXPECT_EQ(n, groupSize); in HWTEST_F()
687 for (int i=0; i<groupSize; i++) { in HWTEST_F()
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventndktest/entry/src/main/cpp/
H A Dhiappeventndk.cpp32 static void OnReceiver(const char *domain, const struct HiAppEvent_AppEventGroup *appEventGroups, uint32_t groupSize) in OnReceiver() argument

Completed in 3 milliseconds