Home
last modified time | relevance | path

Searched refs:testName (Results 1 - 7 of 7) sorted by relevance

/test/xts/hats/powermgr/power/hdi_power_additional/common/
H A Dhdi_power_test.cpp1237 * @tc.desc : check SuspendUnblock,testName = "testSuspendUnblock001"
1241 std::string testName = "testSuspendUnblock001"; in HWTEST_F() local
1242 g_powerInterface->SuspendBlock(testName); in HWTEST_F()
1244 int32_t ret = g_powerInterface->SuspendUnblock(testName); in HWTEST_F()
1257 auto pos = unLockValue.find(testName); in HWTEST_F()
1264 * @tc.desc : check SuspendUnblock,testName = "0"
1268 std::string testName = "0"; in HWTEST_F() local
1269 g_powerInterface->SuspendBlock(testName); in HWTEST_F()
1271 int32_t ret = g_powerInterface->SuspendUnblock(testName); in HWTEST_F()
1284 auto pos = unLockValue.find(testName); in HWTEST_F()
1295 std::string testName = "QWER"; HWTEST_F() local
1322 std::string testName = ""; HWTEST_F() local
1349 std::string testName = "//,,"; HWTEST_F() local
1376 std::string testName = "a@%"; HWTEST_F() local
1403 std::string testName = "testSuspendUnblock001"; HWTEST_F() local
1433 std::string testName = "0"; HWTEST_F() local
1463 std::string testName = "QWER"; HWTEST_F() local
1493 std::string testName = ""; HWTEST_F() local
1522 std::string testName = "//,,"; HWTEST_F() local
1552 std::string testName = "a@%"; HWTEST_F() local
1582 std::string testName = "testSuspendBlock001"; HWTEST_F() local
1609 std::string testName = "0"; HWTEST_F() local
1636 std::string testName = "QWER"; HWTEST_F() local
1663 std::string testName = ""; HWTEST_F() local
1690 std::string testName = "//,,"; HWTEST_F() local
1717 std::string testName = "a@%"; HWTEST_F() local
1744 std::string testName = "testSuspendBlock001"; HWTEST_F() local
1774 std::string testName = "0"; HWTEST_F() local
1804 std::string testName = "QWER"; HWTEST_F() local
1834 std::string testName = ""; HWTEST_F() local
1864 std::string testName = "//,,"; HWTEST_F() local
1894 std::string testName = "a@%"; HWTEST_F() local
[all...]
/test/xts/acts/storage/storagefilejstest/entry/src/ohosTest/js/test/
H A DCommon.js52 export async function nextFileName(testName) {
56 return BASE_PATH + testName
58 export async function fileName(testName) {
62 return BASE_PATH + testName
64 export async function cacheFileName(testName) {
68 return BASE_PATH + testName
/test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/
H A DCommon.js79 export async function nextFileName(testName) {
83 return BASE_PATH + testName + '_' + randomString(testName.length);
85 export async function fileName(testName) {
89 return BASE_PATH + testName + '_' + randomString(testName.length);
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/
H A DCommon.js62 export async function nextFileName(testName) {
66 return BASE_PATH + testName + '_' + randomString(testName.length);
69 export async function fileName(testName) {
73 return BASE_PATH + testName + '_' + randomString(testName.length);
/test/xts/acts/commonlibrary/toolchain/libc-test/src/
H A Dtoolchaintest.cpp130 string testName = GetParam(); in HWTEST_P() local
131 ret = RunTests(testName.c_str()); in HWTEST_P()
133 EXPECT_EQ(0, ret) << "test " << testName << " succeed" << endl; in HWTEST_P()
135 EXPECT_EQ(1, ret) << "test " << testName << " failed" << endl; in HWTEST_P()
136 EXPECT_EQ(-1, ret) << "test " << testName << " failed" << endl; in HWTEST_P()
/test/xts/hats/powermgr/power/hdi_power/common/
H A Dhdi_power_test.cpp302 std::string testName = "HdfPowerHdiTest006";
303 g_powerInterface->SuspendUnblock(testName);
305 int32_t ret = g_powerInterface->SuspendBlock(testName);
319 auto pos = lock.find(testName);
330 std::string testName = "HdfPowerHdiTest007";
331 g_powerInterface->SuspendBlock(testName);
333 int32_t ret = g_powerInterface->SuspendUnblock(testName);
347 auto pos = unLock.find(testName);
760 std::string testName = "HdfPowerHdiTest038";
761 int32_t ret = g_powerInterface->GetWakeupReason(testName);
[all...]
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DFileioJsUnit.test.js45 * @param testName
48 async function getDistributedFilePath(testName) {
56 return basePath + "/" + testName;

Completed in 9 milliseconds