Lines Matching refs:threads
923 std::vector<std::thread> threads;
926 threads.emplace_back(std::thread(&ApiPressureTest::GetSdkVersionTest, this));
930 for (auto &t : threads) {
944 std::vector<std::thread> threads;
947 threads.emplace_back(std::thread(&ApiPressureTest::InitializeTest, this));
951 for (auto &t : threads) {
965 std::vector<std::thread> threads;
968 threads.emplace_back(std::thread(&ApiPressureTest::RefreshKeyInfoTest, this));
972 for (auto &t : threads) {
986 std::vector<std::thread> threads;
989 threads.emplace_back(std::thread(&ApiPressureTest::GenerateKeyTest, this));
993 for (auto &t : threads) {
1010 std::vector<std::thread> threads;
1022 threads.emplace_back(std::thread(&ApiPressureTest::ImportKeyTest, this, &authId, paramInSet));
1026 for (auto &t : threads) {
1040 std::vector<std::thread> threads;
1052 threads.emplace_back(std::thread(&ApiPressureTest::ExportPublicKeyTest, this, &authId, paramInSet));
1056 for (auto &t : threads) {
1070 std::vector<std::thread> threads;
1073 threads.emplace_back(std::thread(&ApiPressureTest::DeleteKeyTest, this, ii));
1077 for (auto &t : threads) {
1091 std::vector<std::thread> threads;
1103 threads.emplace_back(std::thread(&ApiPressureTest::GetKeyParamSetTest, this, &authId, paramInSet));
1107 for (auto &t : threads) {
1121 std::vector<std::thread> threads;
1133 threads.emplace_back(std::thread(&ApiPressureTest::KeyExistTest, this, &authId, paramInSet));
1137 for (auto &t : threads) {
1151 std::vector<std::thread> threads;
1154 threads.emplace_back(std::thread(&ApiPressureTest::GenerateRandomTest, this));
1158 for (auto &t : threads) {
1172 std::vector<std::thread> threads;
1193 threads.emplace_back(std::thread(&ApiPressureTest::SignTest, this, &authId, paramInSet, &message));
1197 for (auto &t : threads) {
1211 std::vector<std::thread> threads;
1235 threads.emplace_back(
1240 for (auto &t : threads) {
1255 std::vector<std::thread> threads;
1280 threads.emplace_back(std::thread(&ApiPressureTest::EncryptTest, this, &authId, paramInSet));
1284 for (auto &t : threads) {
1298 std::vector<std::thread> threads;
1330 threads.emplace_back(
1335 for (auto &t : threads) {
1350 std::vector<std::thread> threads;
1368 threads.emplace_back(std::thread(&ApiPressureTest::AgreeKeyTest, this, &authId));
1372 for (auto &t : threads) {
1386 std::vector<std::thread> threads;
1416 threads.emplace_back(std::thread(&ApiPressureTest::DeriveKeyTest, this, &authId, paramInSetHkdf));
1420 for (auto &t : threads) {
1435 std::vector<std::thread> threads;
1453 threads.emplace_back(std::thread(&ApiPressureTest::MacTest, this, &authId, paramInSet));
1457 for (auto &t : threads) {
1471 std::vector<std::thread> threads;
1474 threads.emplace_back(std::thread(&ApiPressureTest::HashTest, this));
1478 for (auto &t : threads) {
1492 std::vector<std::thread> threads;
1495 threads.emplace_back(std::thread(&ApiPressureTest::CipherScene, this, ii));
1499 for (auto &t : threads) {
1513 std::vector<std::thread> threads;
1516 threads.emplace_back(std::thread(&ApiPressureTest::SignScene, this, ii));
1520 for (auto &t : threads) {
1534 std::vector<std::thread> threads;
1537 threads.emplace_back(std::thread(&ApiPressureTest::AgreeScene, this, ii));
1541 for (auto &t : threads) {