/base/print/print_fwk/services/print_service/src/ |
H A D | operation_queue.cpp | 33 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 D | channel.h | 139 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 D | dslm_ipc_process.cpp | 48 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 D | dslm_ipc_process.h | 42 sptr<IRemoteObject> Pop(uint32_t owner, uint32_t cookie);
|
/base/print/print_fwk/services/print_service/include/ |
H A D | operation_queue.h | 33 std::function<void()> Pop();
|
/base/update/sys_installer/services/module_update/service/include/ |
H A D | module_update_queue.h | 31 std::pair<int32_t, std::string> Pop();
|
/base/update/updater/test/unittest/updater_binary/ |
H A D | update_processor_unittest.cpp | 128 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 D | ring_buffer.h | 35 bool Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len);
|
H A D | ring_buffer.cpp | 112 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 D | ffrt_block_queue.h | 33 void Pop() in Pop() function in OHOS::MiscServices::FFRTBlockQueue
|
H A D | js_panel.cpp | 179 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 D | js_text_input_client_engine.cpp | 255 privateCommandQueue_.Pop(); in SendPrivateCommand()
|
/base/inputmethod/imf/common/include/ |
H A D | block_queue.h | 33 void Pop() in Pop() function in OHOS::MiscServices::BlockQueue
|
/base/request/request/frameworks/js/napi/include/ |
H A D | block_queue.h | 31 void Pop() in Pop() function in OHOS::BlockQueue
|
/base/update/updater/test/benchmarktest/ |
H A D | updater_benchmark_test.cpp | 54 ringBuffer->Pop(buf, sizeof(buf), len); in ConsumerTask()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | block_queue_test.cpp | 92 timeQueue_.Pop(); in TestImfBlockQueue()
|
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_queue.cpp | 53 std::pair<int32_t, std::string> ModuleUpdateQueue::Pop() in Pop() function in OHOS::SysInstaller::ModuleUpdateQueue
|
H A D | module_update_consumer.cpp | 83 std::pair<int32_t, std::string> saStatusPair = queue_.Pop(); in Run()
|
/base/update/updater/test/unittest/common/ring_buffer/ |
H A D | ring_buffer_unittest.cpp | 55 ringBuffer->Pop(buf, sizeof(buf), len); in ConsumerTask()
|
/base/useriam/face_auth/services_ex/src/ |
H A D | finite_state_machine_impl.cpp | 66 bool result = pendingEvents_.Pop(event); in ScheduleInner()
|
/base/useriam/user_auth_framework/services/base/src/ |
H A D | finite_state_machine_impl.cpp | 65 bool result = pendingEvents_.Pop(event); in ScheduleInner()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 813 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 D | input_method_system_ability.cpp | 704 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 D | pkg_stream.cpp | 343 if ((avail_ == 0) && !ringBuf_->Pop(buff_, MAX_FLOW_BUFFER_SIZE, avail_)) { in ReadFromRingBuf()
|
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.cpp | 225 privateCommandQueue_.Pop(); in SendPrivateCommand()
|