Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp267 …auto time3 = static_cast<Timestamp>(DistributedDBToolsUnitTest::GetRandInt64(0, g_store->GetCurren… variable
268 DataItem data3{KEY3, VALUE3, time3, DataItem::LOCAL_FLAG, REMOTE_DEVICE_ID};
275 EXPECT_EQ(g_store->GetSyncData(queryObj, SyncTimeRange{time3, 0, time3 + 1, 0},
336 …auto time3 = static_cast<Timestamp>(DistributedDBToolsUnitTest::GetRandInt64(0, g_store->GetCurren… variable
337 DataItem data3{KEY3, VALUE3, time3, DataItem::LOCAL_FLAG, REMOTE_DEVICE_ID};
344 …token = new (std::nothrow) SQLiteSingleVerContinueToken{SyncTimeRange{time3, 0, time3 + 1}, queryO…
H A Ddistributeddb_relational_get_data_test.cpp1406 Timestamp time3 = 0; variable
1407 store->GetMaxTimestamp(time3);
1408 EXPECT_GT(time3, time2);
1416 EXPECT_EQ(time4, time3);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/
H A DwebLatencyTest.ets416 let time3: number = new Date().getTime()
417 let currentTime3: string = timestampToDateFormat(time3)
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1038 const time3 = new Date().getTime()
1053 'objAsyncName.asyncString()耗时:'+ (time3 - time2),
1054 'objName.asyncTestBool()耗时:'+ (time4 - time3),