Searched refs:queryIdx (Results 1 – 2 of 2) sorted by relevance
672 int queryIdx = 0; in DataStatusTest004() local674 LOGD("query index:%d", ++queryIdx); in DataStatusTest004()675 if (queryIdx == 4) { // 4 is compensated sync in DataStatusTest004()1963 int queryIdx = 0; variable1965 LOGD("query index:%d", ++queryIdx); in __anon32d7e6602602()1966 if (queryIdx == 3) { // 3 is the last query in __anon32d7e6602602()2438 int queryIdx = 0; variable2440 LOGD("query index:%d", ++queryIdx); in __anon32d7e6603002()2441 if (queryIdx == 2) { // 2 is compensated sync in __anon32d7e6603002()2549 int queryIdx = 0; variable[all …]
480 uint32_t queryIdx = static_cast<uint32_t>(StrToInt(argvStr)); in main() local481 if (queryIdx < GET_INFO_FUNC_NUMS - 1) { in main()482 g_getInfoFuncs[queryIdx](); in main()