Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp672 int queryIdx = 0; in DataStatusTest004() local
674 LOGD("query index:%d", ++queryIdx); in DataStatusTest004()
675 if (queryIdx == 4) { // 4 is compensated sync in DataStatusTest004()
1963 int queryIdx = 0; variable
1965 LOGD("query index:%d", ++queryIdx); in __anon32d7e6602602()
1966 if (queryIdx == 3) { // 3 is the last query in __anon32d7e6602602()
2438 int queryIdx = 0; variable
2440 LOGD("query index:%d", ++queryIdx); in __anon32d7e6603002()
2441 if (queryIdx == 2) { // 2 is compensated sync in __anon32d7e6603002()
2549 int queryIdx = 0; variable
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp480 uint32_t queryIdx = static_cast<uint32_t>(StrToInt(argvStr)); in main() local
481 if (queryIdx < GET_INFO_FUNC_NUMS - 1) { in main()
482 g_getInfoFuncs[queryIdx](); in main()