Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/test/
Dtest_Suite.cpp344 if(GetTestSuiteAndInfo(testFuncId, NULL, testInfo) == false) in RunSpecificTestFunc()
361 bool resultGetInfo = GetTestSuiteAndInfo(testId, &correspondSuite, correspondTestInfo); in GetTestFuncInfos()
378 bool resultGetInfo = GetTestSuiteAndInfo(testId, &correspondSuite, correspondTestInfo); in GetTestFuncInfos()
454 bool Suite::GetTestSuiteAndInfo(s32 testId, Suite** ppSuite, Suite::TestInfo& testInfoBuf) in GetTestSuiteAndInfo() function in nn::test::Suite
499 pSuit->GetTestSuiteAndInfo(testIdInSubSuite, ppSuite, testInfoBuf); in GetTestSuiteAndInfo()