/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slots.rs | 129 pub fn pop_front(&mut self) -> Option<T> { in pop_front() method 403 assert_eq!(slots.pop_front(), Some(index)); in ut_slots_pop_front() 412 assert_eq!(slots.pop_front(), Some(target)); in ut_slots_pop_front() 414 assert_eq!(slots.pop_front(), None); in ut_slots_pop_front() 519 slots.pop_front(); in ut_slots_remove_and_pop() 535 assert_eq!(slots.pop_front(), Some(index)); in ut_slots_remove_and_pop() 537 assert!(slots.pop_front().is_none()); in ut_slots_remove_and_pop() 577 slots.pop_front(); in ut_slots_huge_data_pop_front()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/ |
H A D | render_fifo_queue.h | 44 _list.pop_front(); in Pop() 54 _list.pop_front(); in PopWithCallBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | render_boundary_manager.cpp | 69 renderLayoutBoundaryTaskQueue_.pop_front(); in ResetTaskQueue() 79 renderLayoutBoundaryTaskQueue_.pop_front(); in RemoveCurrentRenderBoundaryTask()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 160 adptSetElementList.pop_front(); in GetPeriodElement() 341 representationElementList.pop_front(); in GetAdaptationSetElement() 1058 periodElementList.pop_front(); in ParsePeriodElement() 1107 dashMpdInfo_.periodInfoList_.pop_front(); in Clear() 1111 dashMpdInfo_.baseUrl_.pop_front(); in Clear() 1156 segListInfo->segmentUrl_.pop_front(); in FreeSegmentList() 1189 adptSetInfoList.pop_front(); in ClearAdaptationSet() 1203 contentCompList.pop_front(); in ClearContentComp() 1221 representationList.pop_front(); in ClearRepresentation() 1268 propertyList.pop_front(); in ClearPropertyList() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | queue.rs | 78 pub(crate) fn pop_front(&self) -> Option<Task> { in pop_front() method 79 self.inner.pop_front() in pop_front() 204 pub(crate) fn pop_front(&self) -> Option<Task> { in pop_front() method 417 let mut head = self.pop_front(); in drop() 420 head = self.pop_front(); in drop() 438 let task = self.pop_front().unwrap(); in drop() 515 pub(super) fn pop_front(&self) -> Option<Task> { in pop_front() method 615 let task = self.pop_front(); in pop_front_and_release() 826 assert!(local_queue.pop_front().is_none()); in ut_inner_buffer_pop_front()
|
H A D | blocking_pool.rs | 344 while let Some(task) = shared.queue.pop_front() { in run() 358 while let Some(_task) = shared.queue.pop_front() { in run() 513 .pop_front() in ut_blocking_pool_spawner_create_permanent_threads() 541 .pop_front() in ut_blocking_pool_spawner_create_permanent_threads()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | transport.cpp | 121 retryDataList_.pop_front(); in AddFailedData() 137 retryDataList_.pop_front(); in RetrySendFailedData()
|
/ohos5.0/base/update/sys_installer/frameworks/action_processer/src/ |
H A D | action_processer.cpp | 62 actionQue_.pop_front(); in Start() 157 actionQue_.pop_front(); in StartNextAction()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | wait_queue.h | 109 WaitUntilEntry *wue = pop_front(); in ReleaseAll() 126 inline WaitUntilEntry* pop_front() in pop_front() function
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | camera_napi_worker_queue_keeper.cpp | 94 workerQueueTasks_.pop_front(); in WorkerLockCondition() 138 workerQueueTasks_.pop_front(); in ConsumeWorkerQueueTask()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 55 processors_.pop_front(); in OnContinue() 137 seq.pop_front(); in FillPipelineInfo()
|
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | client_listener_handler.cpp | 123 responses_.pop_front(); in FetchCallbackRecord() 135 responses_.pop_front(); in FetchCallbackRecord()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/ |
H A D | background_task_executor.cpp | 214 tasks_.pop_front(); in ThreadLoop() 217 lowPriorityTasks_.pop_front(); in ThreadLoop()
|
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | internal_message.cpp | 44 intArray_.pop_front(); in GetIntData() 57 stringArray_.pop_front(); in GetStringData()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | base_utility_unit_test.cpp | 328 ret1.pop_front(); 331 ret1.pop_front(); 334 ret1.pop_front();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_task_context.cpp | 169 responseTargetQueue_.pop_front(); in PopResponseTarget() 258 requestTargetQueue_.pop_front(); in ClearAllSyncTask() 266 responseTargetQueue_.pop_front(); in ClearAllSyncTask() 273 targetQueue.pop_front(); in ClearAllSyncTask()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline.cpp | 143 bufferCache_.pop_front(); in FlushOfflineStream() 179 bufferCache_.pop_front(); in HandleBuffers()
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | task_queue.cpp | 142 taskList_.pop_front(); in CancelNotExecutedTaskLocked() 166 taskList_.pop_front(); in TaskProcessor()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task_queue.cpp | 38 tasks_.pop_front(); in DequeueTaskId()
|
/ohos5.0/foundation/multimodalinput/input/intention/common/channel/include/ |
H A D | channel.h | 241 queue_.pop_front(); in Pop() 254 queue_.pop_front(); in Receive()
|
/ohos5.0/base/msdp/device_status/intention/common/channel/include/ |
H A D | channel.h | 241 queue_.pop_front(); in Pop() 254 queue_.pop_front(); in Receive()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 373 inputList_.pop_front(); in WaitForInput() 412 inputList_.pop_front(); in WaitForInput() 447 outputList_.pop_front(); in WaitForOutput() 478 outputList_.pop_front(); in WaitForOutput()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/ |
H A D | source_node.cpp | 124 captureRequests_[id].pop_front(); in DeliverBuffer() 377 respondBufferList.pop_front(); in DistributeBuffers() 416 respondBufferList.pop_front(); in FlushBuffers()
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_slice_stack.cpp | 61 slices_.pop_front(); in Pop()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_dump_pcm.cpp | 230 memChunkDeque_.pop_front(); in GetAvailableMemBlock() 264 memChunkDeque_.pop_front(); in DumpAllMemBlock() 365 memChunkDeque_.pop_front(); in ReleaseOverTimeMemBlock()
|