Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DwebTitleBar.ets325 let time5: number = new Date().getTime()
326 let currentTime5: string = timestampToDateFormat(time5)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1422 Timestamp time5 = 0; variable
1423 store->GetMaxTimestamp(tableName, time5);
1424 EXPECT_EQ(time5, 0uLL);
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1044 const time5 = new Date().getTime()
1055 'objName.test()耗时:'+ (time5 - time4),
1056 'objTestName.webTest()耗时:'+ (time6 - time5),