Home
last modified time | relevance | path

Searched refs:pop_front (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp82 hashList.pop_front();
95 hashList.pop_front();
164 hashList.pop_front();
179 hashList.pop_front();
194 hashList.pop_front();
263 HWTEST_F(HashListTest, pop_front, TestSize.Level1)
273 hashList.pop_front();
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp82 hashList.pop_front();
95 hashList.pop_front();
164 hashList.pop_front();
179 hashList.pop_front();
194 hashList.pop_front();
263 HWTEST_F(HashListTest, pop_front, TestSize.Level1)
273 hashList.pop_front();
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_data_repeater.cpp86 dataQueue_.pop_front(); in TakePluginData()
107 dataQueue_.pop_front(); in TakePluginData()
/developtools/profiler/device/plugins/xpower_plugin/src/
Dpower_message_queue.cpp53 dataQueue_.pop_front(); in WaitAndPop()
75 dataQueue_.pop_front(); in WaitAndPopBatch()
/developtools/profiler/device/plugins/diskio_plugin/include/
Dio_stats.h165 cpuDatas_.pop_front(); in PutCpuStatsData()
199 ioDatas_.pop_front(); in PutIoStatsData()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp115 rawDataQueue_.pop_front(); in TakeRawData()
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h201 void pop_front();
Dhashlistpp.h765 void HashList<Key, Val>::pop_front() in pop_front() function
/developtools/hdc/hdc_rust/src/common/
Dhdctransfer.rs354 let Some(handler) = queue.pop_front() else { in read_and_send_data()
/developtools/hiperf/include/
Dhashlist.h201 void pop_front();
965 void HashList<Key, Val>::pop_front() in pop_front() function
/developtools/hdc/src/host/
Dserver_for_client.cpp248 lst.pop_front(); in OrderFindTargets()