Searched refs:g_startTime (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/ |
H A D | fold_app_usage_test.cpp | 43 int64_t g_startTime = 0; variable 62 g_startTime = g_today0Time - g_dayGapTime; in SetUp() 78 …AppEventRecord record2{1104, 1000, "app1", 11, 11, "55", g_startTime - 5 * g_hourGapTime, 1, 2, 3,… 80 …AppEventRecord record3{1104, 1000, "app1", 11, 11, "55", g_startTime + 7 * g_hourGapTime, 1, 2, 3,… 82 …AppEventRecord record4{1104, 1000, "app2", 11, 11, "55", g_startTime + 8 * g_hourGapTime, 2, 2, 2,… 84 …AppEventRecord record5{1104, 1000, "app2", 11, 11, "55", g_startTime + 9 * g_hourGapTime, 3, 3, 3,… 93 dbHelper.QueryStatisticEventsInPeriod(g_startTime, g_endTime, all1104Infos); 117 …AppEventRecord record6{1101, 4000, "app3", 11, 12, "55", g_startTime + 10 * g_hourGapTime, 0, 0, 0… 138 dbHelper.QueryForegroundAppsInfo(g_startTime, g_endTime, g_screenStat, app3Info); 146 dbHelper.QueryForegroundAppsInfo(g_startTime, g_endTime, g_screenStat, app4Info); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 44 const Timestamp g_startTime = 100000; variable 166 … " VALUES ('" + std::to_string(i) + "', '', '', '" + std::to_string(g_startTime + i) + "', '" + in InitLogData() 167 std::to_string(g_startTime + i) + "','" + flag + "', ? , " + cloudGid + ");"; in InitLogData() 317 asset.timestamp = g_startTime; in fillCloudAssetTest() 323 temp.timestamp = g_startTime + j; in fillCloudAssetTest() 632 EXPECT_EQ(g_cloudStore->GetUploadCount(query, g_startTime, false, false, resCount), E_OK); 639 Timestamp invalidTime = g_startTime + g_startTime; 705 EXPECT_EQ(g_storageProxy->GetUploadCount(g_tableName, g_startTime, false, resCount), E_OK); 735 … EXPECT_EQ(g_storageProxy->GetUploadCount(g_tableName, g_startTime, false, resCount), E_OK); in __anona90a728d0202() 897 EXPECT_EQ(g_storageProxy->GetCloudData(g_tableName, g_startTime, token, cloudSyncData), E_OK); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/ |
H A D | avdemuxer_demo_runner.cpp | 50 static int64_t g_startTime = 0; variable 116 avDemuxerDemo->SeekToTime(g_startTime, OH_AVSeekMode::SEEK_MODE_CLOSEST_SYNC); in TestNativeSeek() 326 innerDemuxerDemo->SeekToTime(g_startTime, SeekMode::SEEK_CLOSEST_SYNC); in RunInnerSourceDemuxer()
|