Lines Matching defs:dacInfo
457 AppDacInfo dacInfo = {};
458 dacInfo.uid = defaultTestUid_;
459 dacInfo.gid = defaultTestGid_;
460 dacInfo.gidCount = 2; // 2 count
461 dacInfo.gidTable[0] = defaultTestGidGroup_;
462 dacInfo.gidTable[1] = defaultTestGidGroup_ + 1;
463 APPSPAWN_CHECK_ONLY_EXPER(strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), "test-app-name") == 0,
465 return AppSpawnReqMsgSetAppDacInfo(reqHandle, &dacInfo);
708 AppDacInfo dacInfo = {};
709 dacInfo.uid = 20010029; // 20010029 test uid
710 dacInfo.gid = 20010029; // 20010029 test gid
711 dacInfo.gidCount = 2; // 2 count
712 dacInfo.gidTable[0] = 20010029; // 20010029 test gid
713 dacInfo.gidTable[1] = 20010030; // 20010030 test gid
714 ADD_TLV(TLV_DAC_INFO, dacInfo, currLen, tlvCount);