Home
last modified time | relevance | path

Searched refs:g_currentTestCase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp208 return g_currentTestCase = caseNum; in SetCurrentTestCase()
216 if (g_currentTestCase > DBINDER_TEST_START && g_currentTestCase < DBINDER_TEST_END) { in GetCurrentTestCase()
217 printf("GetCurrentTestCase is : %d\n", g_currentTestCase); in GetCurrentTestCase()
218 return g_currentTestCase; in GetCurrentTestCase()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h80 static int g_currentTestCase = DBINDER_TEST_INIT; variable