Lines Matching defs:ftokenid

68     unsigned long long  ftokenid;
181 GetfTokenid(&(tinfo->ftokenid));
203 GetfTokenid(&(tinfo->ftokenid));
206 if (ftokenidGet == 0 && tinfo->tokenid == tokenSet && tinfo->ftokenid == ftokenSet && tinfo->ftokenid != 0) {
207 tinfo->ftokenid = INVAL_TOKEN;
228 * @tc.desc: Test init value of tokenid and ftokenid
229 * @tc.desc: tokenid equals to the father(hdcd) and ftokenid equals to 0
265 * @tc.desc: Test setting of ftokenid
266 * @tc.desc: ftokenid equals to the setting value
282 * @tc.desc: Test each child thread tokenid equals to father process while ftokenid not equals
283 * @tc.desc: The ftokenid of each child thread equals to 0
299 tinfo.ftokenid = INVAL_TOKEN;
317 ASSERT_NE(tinfo.ftokenid, ftokenSet);
318 ASSERT_EQ(0, tinfo.ftokenid);
324 * @tc.desc: Test each child thread tokenid and ftokenid is indepent
325 * @tc.desc: The tokenid and ftokenid of each child thread not equal to father process
341 tinfo.ftokenid = INVAL_TOKEN;
359 ASSERT_NE(tinfo.ftokenid, ftokenSet);
360 ASSERT_NE(0, tinfo.ftokenid);
407 * @tc.desc: using nullptr instead of the address of ftokenid to ioctl
427 * @tc.desc: using nullptr instead of the address of ftokenid to ioctl
526 * @tc.desc: Test ACCESS_TOKEN_OTHER_GRPID can not set ftokenid
527 * @tc.desc: ftokenid can not set by groups without grpid 3020
556 * @tc.desc: Test ACCESS_TOKEN_OTHER_GRPID can not get ftokenid
557 * @tc.desc: ftokenid can not get by groups without grpid 3020
586 * @tc.desc: Test ACCESS_TOKEN_OTHER_GRPID and ACCESS_TOKEN_GRPID can set ftokenid
587 * @tc.desc: ftokenid can set by groups with grpid 3020
616 * @tc.desc: Test ACCESS_TOKEN_OTHER_GRPID and ACCESS_TOKEN_GRPID can set ftokenid
617 * @tc.desc: ftokenid can set by groups with grpid 3020