Home
last modified time | relevance | path

Searched refs:Pop (Results 1 - 25 of 25) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Doperation_queue.cpp33 std::function<void()> op = Pop(); in Run()
77 std::function<void()> OperationQueue::Pop() in Pop() function in OperationQueue
/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h139 void Pop() in Pop() function in OHOS::Msdp::DeviceStatus::Channel::final
142 channel_->Pop(); in Pop()
169 void Pop();
233 void Channel<Event>::Pop() in Pop() function in OHOS::Msdp::DeviceStatus::Channel
/base/security/device_security_level/services/sa/standard/
H A Ddslm_ipc_process.cpp48 auto object = Singleton<DslmIpcProcess::RemoteHolder>::GetInstance().Pop(owner, cookie); in ProcessCallback()
50 SECURITY_LOG_ERROR("Pop failed"); in ProcessCallback()
171 Singleton<RemoteHolder>::GetInstance().Pop(owner, cookie); in DslmProcessGetDeviceSecurityLevel()
178 Singleton<RemoteHolder>::GetInstance().Pop(owner, cookie); in DslmProcessGetDeviceSecurityLevel()
196 sptr<IRemoteObject> DslmIpcProcess::RemoteHolder::Pop(uint32_t owner, uint32_t cookie) in Pop() function in OHOS::Security::DeviceSecurityLevel::DslmIpcProcess::RemoteHolder
H A Ddslm_ipc_process.h42 sptr<IRemoteObject> Pop(uint32_t owner, uint32_t cookie);
/base/print/print_fwk/services/print_service/include/
H A Doperation_queue.h33 std::function<void()> Pop();
/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_queue.h31 std::pair<int32_t, std::string> Pop();
/base/update/updater/test/unittest/updater_binary/
H A Dupdate_processor_unittest.cpp128 ringBuffer.Pop(recvBuffer, UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE, len); in HWTEST_F()
130 ringBuffer.Pop(recvBuffer, UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE, len); in HWTEST_F()
/base/update/updater/services/common/ring_buffer/
H A Dring_buffer.h35 bool Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len);
H A Dring_buffer.cpp112 bool RingBuffer::Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len) in Pop() function in Updater::RingBuffer
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dffrt_block_queue.h33 void Pop() in Pop() function in OHOS::MiscServices::FFRTBlockQueue
H A Djs_panel.cpp179 jsQueue_.Pop(); in Resize()
190 jsQueue_.Pop(); in Resize()
226 jsQueue_.Pop(); in MoveTo()
230 jsQueue_.Pop(); in MoveTo()
316 jsQueue_.Pop(); in ChangeFlag()
457 jsQueue_.Pop(); in AdjustPanelRect()
470 jsQueue_.Pop(); in AdjustPanelRect()
H A Djs_text_input_client_engine.cpp255 privateCommandQueue_.Pop(); in SendPrivateCommand()
/base/inputmethod/imf/common/include/
H A Dblock_queue.h33 void Pop() in Pop() function in OHOS::MiscServices::BlockQueue
/base/request/request/frameworks/js/napi/include/
H A Dblock_queue.h31 void Pop() in Pop() function in OHOS::BlockQueue
/base/update/updater/test/benchmarktest/
H A Dupdater_benchmark_test.cpp54 ringBuffer->Pop(buf, sizeof(buf), len); in ConsumerTask()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dblock_queue_test.cpp92 timeQueue_.Pop(); in TestImfBlockQueue()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_queue.cpp53 std::pair<int32_t, std::string> ModuleUpdateQueue::Pop() in Pop() function in OHOS::SysInstaller::ModuleUpdateQueue
H A Dmodule_update_consumer.cpp83 std::pair<int32_t, std::string> saStatusPair = queue_.Pop(); in Run()
/base/update/updater/test/unittest/common/ring_buffer/
H A Dring_buffer_unittest.cpp55 ringBuffer->Pop(buf, sizeof(buf), len); in ConsumerTask()
/base/useriam/face_auth/services_ex/src/
H A Dfinite_state_machine_impl.cpp66 bool result = pendingEvents_.Pop(event); in ScheduleInner()
/base/useriam/user_auth_framework/services/base/src/
H A Dfinite_state_machine_impl.cpp65 bool result = pendingEvents_.Pop(event); in ScheduleInner()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp813 keyEventQueue_.Pop(); in DispatchKeyEvent()
818 keyEventQueue_.Pop(); in DispatchKeyEvent()
824 keyEventQueue_.Pop(); in DispatchKeyEvent()
831 keyEventQueue_.Pop(); in DispatchKeyEvent()
838 keyEventQueue_.Pop(); in DispatchKeyEvent()
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp704 session->GetSwitchQueue().Pop(); in OnSwitchInputMethod()
709 session->GetSwitchQueue().Pop(); in OnSwitchInputMethod()
722 session->GetSwitchQueue().Pop(); in OnSwitchInputMethod()
729 session->GetSwitchQueue().Pop(); in OnSwitchInputMethod()
762 session->GetSwitchQueue().Pop(); in OnStartInputType()
767 session->GetSwitchQueue().Pop(); in OnStartInputType()
771 session->GetSwitchQueue().Pop(); in OnStartInputType()
/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp343 if ((avail_ == 0) && !ringBuf_->Pop(buff_, MAX_FLOW_BUFFER_SIZE, avail_)) { in ReadFromRingBuf()
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp225 privateCommandQueue_.Pop(); in SendPrivateCommand()

Completed in 15 milliseconds