Searched refs:randomId (Results 1 – 3 of 3) sorted by relevance
32 std::string randomId = "0"; variable48 GTEST_LOG_(INFO) << "SetAclTest: randomId = " << randomId; in SetUpTestCase()114 rc = AclSetDefault(PATH_TEST, std::string("o:") + randomId + ":r-x");119 rc = AclSetDefault(PATH_TEST, std::string("m:") + randomId + ":--x");124 rc = AclSetDefault(PATH_TEST, std::string("w:") + randomId + ":rw");129 rc = AclSetDefault(PATH_TEST, std::string("u:") + randomId + ";rw");134 rc = AclSetDefault(PATH_TEST, std::string("u;") + randomId + ";rw");139 rc = AclSetDefault(PATH_TEST, std::string("u:") + randomId + ":");245 rc = AclSetAccess(PATH_TEST, std::string("w:") + randomId + ":rw");250 rc = AclSetAccess(PATH_TEST, std::string("u:") + randomId + ";rw");[all …]
35 std::string randomId(fuzzData.GenerateRandomString()); in GetOsAccountListFromDatabaseFuzzTest() local36 result = OsAccountManager::GetOsAccountListFromDatabase(randomId, TEST_LIST); in GetOsAccountListFromDatabaseFuzzTest()
98 uint32_t randomId; in AllocLaneReqId() local104 randomId = idIndex + 1; in AllocLaneReqId()105 laneReqId = randomId | ((uint32_t)type << LANE_REQ_ID_TYPE_SHIFT); in AllocLaneReqId()121 uint32_t randomId = laneReqId & LANE_REQ_RANDOM_ID_MASK; in DestroyLaneReqId() local122 if ((randomId == INVALID_LANE_REQ_ID) || (randomId > MAX_LANE_REQ_ID_NUM)) { in DestroyLaneReqId()130 uint32_t idIndex = randomId - 1; in DestroyLaneReqId()