Searched refs:TIME_CYCLE (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_history_test.cpp | 30 constexpr uint64_t TIME_CYCLE = 60; variable 65 int32_t ret = history->GetHistory(infos, currentTime - TIME_CYCLE, currentTime + TIME_CYCLE); 84 …int32_t ret = history->GetHistory(infos, 1152, currentTime - TIME_CYCLE, currentTime + TIME_CYCLE); 103 …32_t ret = history->GetHistory(infos, "wlan0", currentTime - TIME_CYCLE, currentTime + TIME_CYCLE); 122 …et = history->GetHistory(infos, "wlan0", 1152, currentTime - TIME_CYCLE, currentTime + TIME_CYCLE);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_queue_manager.cpp | 27 const uint32_t TIME_CYCLE = 10 * 60 * 1000; // 10min variable 32 timeCycle_ = TIME_CYCLE; in WorkQueueManager()
|