Home
last modified time | relevance | path

Searched defs:Dispatch (Results 1 – 25 of 26) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
Dsys_state_machine.cpp59 bool SysStoppedState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::SysStoppedState
77 bool SysStartedState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::SysStartedState
112 bool SysStoppingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::SysStoppingState
143 bool SysResettingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::SysResettingState
184 bool SysFactoryResettingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::SysFactoryResettingState
Dpower_state_machine.cpp58 bool PowerActiveState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PowerActiveState
88 bool PowerActiveActivingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PowerActiveActivingState
134 bool PowerActiveSniffingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PowerActiveSniffingState
196 bool PowerSniffState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PowerSniffState
241 bool PowerSniffActivingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PowerSniffActivingState
298 bool PowerSniffSniffingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PowerSniffSniffingState
Dadapter_state_machine.cpp53 bool AdapterTurnOffState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AdapterTurnOffState
87 bool AdapterTurningOnState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AdapterTurningOnState
143 bool AdapterTurnOnState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AdapterTurnOnState
177 bool AdapterTurningOffState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AdapterTurningOffState
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_service_state_machine.cpp24 bool A2dpDisconnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpDisconnected
59 bool A2dpDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpDisconnecting
73 bool A2dpConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpConnected
145 bool A2dpConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpConnecting
Da2dp_state_machine.cpp37 bool A2dpStateIdle::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpStateIdle
262 bool A2dpStateConfigure::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpStateConfigure
448 bool A2dpStateOpening::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpStateOpening
573 bool A2dpStateOpen::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpStateOpen
839 bool A2dpStateStreaming::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpStateStreaming
1045 bool A2dpStateClosing::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::A2dpStateClosing
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_statemachine.cpp223 bool HfpAgDisconnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgDisconnected
258 bool HfpAgConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgConnecting
325 bool HfpAgDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgDisconnecting
363 bool HfpAgConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgConnected
551 bool HfpAgAudioConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgAudioConnecting
608 bool HfpAgAudioDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgAudioDisconnecting
648 bool HfpAgAudioConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpAgAudioConnected
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/eventbus/
Deventbus_handler.h32 void Dispatch(T &e) in Dispatch() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
Dpan_statemachine.cpp98 bool PanDisconnectedState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PanDisconnectedState
128 bool PanConnectingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PanConnectingState
166 bool PanDisconnectingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PanDisconnectingState
202 bool PanConnectedState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::PanConnectedState
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_statemachine.cpp77 bool HfpHfDisconnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfDisconnected
111 bool HfpHfConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfConnecting
184 bool HfpHfDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfDisconnecting
218 bool HfpHfConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfConnected
329 bool HfpHfAudioConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfAudioConnecting
380 bool HfpHfAudioDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfAudioDisconnecting
419 bool HfpHfAudioConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HfpHfAudioConnected
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
Davrcp_ct_state_machine.cpp442 bool AvrcCtStateMachineManager::StateMachine::CtConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtConnecting
484 bool AvrcCtStateMachineManager::StateMachine::CtConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtConnected
575 bool AvrcCtStateMachineManager::StateMachine::CtDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtDisconnecting
611 bool AvrcCtStateMachineManager::StateMachine::CtPending::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtPending
650 bool AvrcCtStateMachineManager::StateMachine::CtContinuation::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtContinuation
702 bool AvrcCtStateMachineManager::StateMachine::CtDisable::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::CtDisable
747 bool AvrcCtStateMachineManager::StateMachine::BrConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrConnecting
789 bool AvrcCtStateMachineManager::StateMachine::BrConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrConnected
851 bool AvrcCtStateMachineManager::StateMachine::BrDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrDisconnecting
887 bool AvrcCtStateMachineManager::StateMachine::BrPending::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::BrPending
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
Davrcp_tg_state_machine.cpp385 bool AvrcTgStateMachineManager::StateMachine::CtConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtConnecting
426 bool AvrcTgStateMachineManager::StateMachine::CtConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtConnected
562 bool AvrcTgStateMachineManager::StateMachine::CtDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtDisconnecting
598 bool AvrcTgStateMachineManager::StateMachine::CtContinuation::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtContinuation
669 bool AvrcTgStateMachineManager::StateMachine::CtDisable::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::CtDisable
715 bool AvrcTgStateMachineManager::StateMachine::BrConnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::BrConnecting
757 bool AvrcTgStateMachineManager::StateMachine::BrConnected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::BrConnected
825 bool AvrcTgStateMachineManager::StateMachine::BrDisconnecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::BrDisconnecting
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_statemachine.cpp157 bool HidHostDisconnectedState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HidHostDisconnectedState
248 bool HidHostConnectingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HidHostConnectingState
345 bool HidHostDisconnectingState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HidHostDisconnectingState
437 bool HidHostConnectedState::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::HidHostConnectedState
/foundation/resourceschedule/ffrt/src/eu/
Dcpu_worker.cpp169 void CPUWorker::Dispatch(CPUWorker* worker) in Dispatch() function in ffrt::CPUWorker
244 void CPUWorker::Dispatch(CPUWorker* worker) in Dispatch() function in ffrt::CPUWorker
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Dasync_task_manager.cpp112 uint16_t AsyncTaskManager::Dispatch(AsyncTaskHandler handler, void *data, const void *context) in Dispatch() function in OHOS::ACELite::AsyncTaskManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
Devent_center.cpp54 void EventCenter::Dispatch(const Event &evt) const in Dispatch() function in OHOS::DistributedData::EventCenter
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Ddialog_container.h111 void Dispatch( in Dispatch() function
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
Dsamgr_mini_ipc_adapter.c43 static int Dispatch(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in Dispatch() function
Dsamgr_small_ipc_adapter.c200 static int Dispatch(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in Dispatch() function
Dendpoint.c392 static int Dispatch(const IpcContext *context, void *ipcMsg, IpcIo *data, void *argv) in Dispatch() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_connection_manager.cpp1277 bool GattConnectionManager::Device::StateMachine::Idle::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Idle
1326 bool GattConnectionManager::Device::StateMachine::Connecting::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Connecting
1380 bool GattConnectionManager::Device::StateMachine::Connected::Dispatch(const utility::Message &msg) in Dispatch() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Connected
1459 bool GattConnectionManager::Device::StateMachine::Disconnecting::Dispatch(const utility::Message &m… in Dispatch() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Disconnecting
1509 bool GattConnectionManager::Device::StateMachine::Disconnected::Dispatch(const utility::Message &ms… in Dispatch() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Disconnected
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
Devent_impl.cpp350 int EventImpl::Dispatch() in Dispatch() function in DistributedDB::EventImpl
/foundation/multimedia/audio_lite/services/server/src/
Daudio_capturer_server.cpp304 void AudioCapturerServer::Dispatch(int32_t funcId, pid_t pid, IpcIo *req, IpcIo *reply) in Dispatch() function in OHOS::Audio::AudioCapturerServer
/foundation/multimedia/media_lite/services/recorder_lite/server/src/
Drecorder_service.cpp52 void RecorderClientMng::Dispatch(int32_t funcId, pid_t pid, IpcIo *req, IpcIo *reply) in Dispatch() function in OHOS::Media::RecorderClientMng
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_container.cpp586 void AceContainer::Dispatch( in Dispatch() function in OHOS::Ace::Platform::AceContainer
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_command_list.cpp545 void RenderCommandList::Dispatch(const uint32_t groupCountX, const uint32_t groupCountY, const uint… in Dispatch() function in RenderCommandList

12