/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | input_event_handler_test.cpp | 296 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TRACKING_ID, 185); in HWTEST_F() 297 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_X, 1511); in HWTEST_F() 298 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 384); in HWTEST_F() 299 vTouchpad_.SendEvent(EV_KEY, BTN_TOUCH, 1); in HWTEST_F() 300 vTouchpad_.SendEvent(EV_KEY, BTN_TOOL_FINGER, 1); in HWTEST_F() 301 vTouchpad_.SendEvent(EV_ABS, ABS_X, 1511); in HWTEST_F() 302 vTouchpad_.SendEvent(EV_ABS, ABS_Y, 384); in HWTEST_F() 303 vTouchpad_.SendEvent(EV_MSC, MSC_TIMESTAMP, 0); in HWTEST_F() 304 vTouchpad_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 305 vTouchpad_.SendEvent(EV_AB in HWTEST_F() [all...] |
H A D | event_normalize_handler_test.cpp | 262 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TRACKING_ID, ++trackingID_);
in HWTEST_F() 263 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_X, 2220);
in HWTEST_F() 264 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 727);
in HWTEST_F() 265 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TOOL_TYPE, 2);
in HWTEST_F() 266 vTouchpad_.SendEvent(EV_SYN, SYN_REPORT, 0);
in HWTEST_F() 267 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 715);
in HWTEST_F() 288 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TRACKING_ID, ++trackingID_);
in HWTEST_F() 289 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_X, 958);
in HWTEST_F() 290 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 896);
in HWTEST_F() 291 vTouchpad_.SendEvent(EV_AB in HWTEST_F() [all...] |
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 250 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_TRACKING_ID, 0); in HWTEST_F() 251 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_POSITION_X, 5190); in HWTEST_F() 252 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 8306); in HWTEST_F() 253 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_PRESSURE, 321); in HWTEST_F() 254 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_TOUCH_MAJOR, 198); in HWTEST_F() 255 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_TOUCH_MINOR, 180); in HWTEST_F() 256 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_ORIENTATION, -64); in HWTEST_F() 257 vTouchscreen_.SendEvent(EV_ABS, ABS_MT_BLOB_ID, 2); in HWTEST_F() 258 vTouchscreen_.SendEvent(EV_SYN, SYN_MT_REPORT, 0); in HWTEST_F() 259 vTouchscreen_.SendEvent(EV_KE in HWTEST_F() [all...] |
H A D | touchpad_transform_processor_test.cpp | 372 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TRACKING_ID, ++trackingID_); in HWTEST_F() 373 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_X, 2220); in HWTEST_F() 374 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 727); in HWTEST_F() 375 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TOOL_TYPE, 2); in HWTEST_F() 376 vTouchpad_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 377 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_Y, 710); in HWTEST_F() 378 vTouchpad_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 408 vTouchpad_.SendEvent(EV_ABS, ABS_MT_TRACKING_ID, ++trackingID_); in HWTEST_F() 409 vTouchpad_.SendEvent(EV_ABS, ABS_MT_POSITION_X, 2220); in HWTEST_F() 410 vTouchpad_.SendEvent(EV_AB in HWTEST_F() [all...] |
/foundation/multimodalinput/input/service/key_event_normalize/test/ |
H A D | key_event_normalize_test.cpp | 92 vKeyboard_.SendEvent(EV_KEY, 29, 1); in HWTEST_F() 93 vKeyboard_.SendEvent(EV_KEY, KEY_C, 1); in HWTEST_F() 94 vKeyboard_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 95 vKeyboard_.SendEvent(EV_KEY, KEY_C, 0); in HWTEST_F() 96 vKeyboard_.SendEvent(EV_KEY, 29, 0); in HWTEST_F() 97 vKeyboard_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 119 vKeyboard_.SendEvent(EV_KEY, 29, 1); in HWTEST_F() 120 vKeyboard_.SendEvent(EV_KEY, KEY_C, 1); in HWTEST_F() 121 vKeyboard_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 122 vKeyboard_.SendEvent(EV_KE in HWTEST_F() [all...] |
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestStateMachine.cpp | 96 EXPECT_EQ(ErrorCode::ERROR_INVALID_PARAMETER_TYPE, stateMachine.SendEvent(Intent::SET_SOURCE)); in TEST_F() 104 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::SET_SOURCE, source)); in TEST_F() 111 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PREPARE)); in TEST_F() 118 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::NOTIFY_ERROR)); in TEST_F() 126 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::SET_SOURCE, source)); in TEST_F() 128 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PREPARE)); in TEST_F() 130 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::NOTIFY_READY)); in TEST_F() 137 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PLAY)); in TEST_F() 144 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PAUSE)); in TEST_F() 151 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Inten in TEST_F() [all...] |
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_base.cpp | 46 void NetPolicyBase::SendEvent(int32_t eventId, int64_t delayTime) in SendEvent() function in OHOS::NetManagerStandard::NetPolicyBase 49 SendEvent(eventId, policyEvent, delayTime); in SendEvent() 52 void NetPolicyBase::SendEvent(int32_t eventId, std::shared_ptr<PolicyEvent> &policyEvent, int64_t delayTime) in SendEvent() function in OHOS::NetManagerStandard::NetPolicyBase 56 DelayedSingleton<NetPolicyCore>::GetInstance()->SendEvent(eventId, policyEvent, delayTime); in SendEvent()
|
H A D | net_policy_core.cpp | 83 void NetPolicyCore::SendEvent(int32_t eventId, std::shared_ptr<PolicyEvent> &eventData, int64_t delayTime) in SendEvent() function in OHOS::NetManagerStandard::NetPolicyCore 85 NETMGR_LOG_D("NetPolicyCore SendEvent: eventId[%{public}d]", eventId); in SendEvent() 92 handler_->SendEvent(event, delayTime); in SendEvent() 138 receiveMessage_->SendEvent(NetPolicyEventHandler::MSG_POWER_SAVE_MODE_CHANGED, policyEvent); in OnReceiveEvent() 147 receiveMessage_->SendEvent(NetPolicyEventHandler::MSG_DEVICE_IDLE_MODE_CHANGED, policyEvent); in OnReceiveEvent() 159 receiveMessage_->SendEvent(NetPolicyEventHandler::MSG_UID_REMOVED, policyEvent); in OnReceiveEvent() 175 SendEvent(NetPolicyEventHandler::MSG_UID_STATE_FOREGROUND, policyEvent); in SendAppStatusMessage() 179 SendEvent(NetPolicyEventHandler::MSG_UID_STATE_BACKGROUND, policyEvent); in SendAppStatusMessage()
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_handler_wrap.cpp | 43 bool EventHandlerWrap::SendEvent(uint32_t eventId) in SendEvent() function in OHOS::AAFwk::EventHandlerWrap 45 return SendEvent(EventWrap(eventId, 0)); in SendEvent() 47 bool EventHandlerWrap::SendEvent(uint32_t eventId, int64_t delayMillis) in SendEvent() function in OHOS::AAFwk::EventHandlerWrap 49 return SendEvent(EventWrap(eventId, 0), delayMillis); in SendEvent() 51 bool EventHandlerWrap::SendEvent(EventWrap event) in SendEvent() function in OHOS::AAFwk::EventHandlerWrap 53 return SendEvent(event, 0); in SendEvent() 55 bool EventHandlerWrap::SendEvent(EventWrap event, int64_t delayMillis, bool forceInsert) in SendEvent() function in OHOS::AAFwk::EventHandlerWrap
|
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/ |
H A D | crown_transform_processor_test.cpp | 129 vCrown_.SendEvent(EV_REL, REL_WHEEL, 5); in HWTEST_F() 130 vCrown_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 150 vCrown_.SendEvent(EV_REL, REL_WHEEL, 5); in HWTEST_F() 151 vCrown_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 171 vCrown_.SendEvent(EV_REL, REL_WHEEL, 30); in HWTEST_F() 172 vCrown_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 194 vCrown_.SendEvent(EV_REL, REL_WHEEL, -30); in HWTEST_F() 195 vCrown_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 229 vCrown_.SendEvent(EV_REL, REL_WHEEL, 10); in HWTEST_F() 230 vCrown_.SendEvent(EV_SY in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_handler.h | 93 bool SendEvent(InnerEvent::Pointer &event, int64_t delayTime = 0, Priority priority = Priority::LOW); 112 inline bool SendEvent(InnerEvent::Pointer &event, Priority priority) in SendEvent() function in OHOS::AppExecFwk::EventHandler 114 return SendEvent(event, 0, priority); in SendEvent() 125 inline bool SendEvent(InnerEvent::Pointer &&event, int64_t delayTime = 0, Priority priority = Priority::LOW) in SendEvent() function in OHOS::AppExecFwk::EventHandler 127 return SendEvent(event, delayTime, priority); in SendEvent() 138 inline bool SendEvent(uint32_t innerEventId, int64_t param, int64_t delayTime) in SendEvent() function in OHOS::AppExecFwk::EventHandler 140 return SendEvent(InnerEvent::Get(innerEventId, param), delayTime); in SendEvent() 151 inline bool SendEvent(uint32_t innerEventId, int64_t delayTime = 0, Priority priority = Priority::LOW) in SendEvent() function in OHOS::AppExecFwk::EventHandler 153 return SendEvent(InnerEvent::Get(innerEventId, 0), delayTime, priority); in SendEvent() 163 inline bool SendEvent(uint32_ function in OHOS::AppExecFwk::EventHandler 177 inline bool SendEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t delayTime = 0) SendEvent() function in OHOS::AppExecFwk::EventHandler 191 inline bool SendEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t delayTime = 0) SendEvent() function in OHOS::AppExecFwk::EventHandler 205 inline bool SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0) SendEvent() function in OHOS::AppExecFwk::EventHandler 219 inline bool SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t delayTime = 0) SendEvent() function in OHOS::AppExecFwk::EventHandler [all...] |
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | dsoftbus_handler.cpp | 201 SendEvent(CooperateEvent( in OnBind() 211 SendEvent(CooperateEvent( in OnShutdown() 221 SendEvent(CooperateEvent( in OnConnected() 242 void DSoftbusHandler::SendEvent(const CooperateEvent &event) in SendEvent() function in OHOS::Msdp::DeviceStatus::Cooperate::DSoftbusHandler 255 SendEvent(CooperateEvent( in OnCommunicationFailure() 278 SendEvent(CooperateEvent( in OnStartCooperate() 290 SendEvent(CooperateEvent( in OnStopCooperate() 311 SendEvent(CooperateEvent( in OnComeBack() 328 SendEvent(CooperateEvent( in OnRelayCooperate() 344 SendEvent(CooperateEven in OnRelayCooperateFinish() [all...] |
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 144 vMouse_.SendEvent(EV_REL, REL_X, 5); in HWTEST_F() 145 vMouse_.SendEvent(EV_REL, REL_Y, -10); in HWTEST_F() 146 vMouse_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 170 vMouse_.SendEvent(EV_REL, REL_X, 5); in HWTEST_F() 171 vMouse_.SendEvent(EV_REL, REL_Y, -10); in HWTEST_F() 172 vMouse_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 206 vMouse_.SendEvent(EV_REL, REL_X, 5); in HWTEST_F() 207 vMouse_.SendEvent(EV_REL, REL_Y, -10); in HWTEST_F() 208 vMouse_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 521 vMouse_.SendEvent(EV_RE in HWTEST_F() [all...] |
H A D | mouse_transform_processor_test.cpp | 923 vMouse_.SendEvent(EV_REL, REL_X, 5); in HWTEST_F() 924 vMouse_.SendEvent(EV_REL, REL_Y, -10); in HWTEST_F() 925 vMouse_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 945 vMouse_.SendEvent(EV_KEY, BTN_LEFT, 1); in HWTEST_F() 946 vMouse_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 966 vMouse_.SendEvent(EV_REL, REL_X, 5); in HWTEST_F() 967 vMouse_.SendEvent(EV_REL, REL_Y, -10); in HWTEST_F() 968 vMouse_.SendEvent(EV_SYN, SYN_REPORT, 0); in HWTEST_F() 991 vMouse_.SendEvent(EV_REL, REL_X, 5); in HWTEST_F() 992 vMouse_.SendEvent(EV_RE in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_event.cpp | 44 SendEvent(MTP_EVENT_OBJECT_ADDED_CODE); in SendObjectAdded() 61 SendEvent(MTP_EVENT_OBJECT_REMOVED_CODE); in SendObjectRemoved() 78 SendEvent(MTP_EVENT_OBJECT_INFO_CHANGED_CODE); in SendObjectInfoChanged() 90 SendEvent(MTP_EVENT_DEVICE_PROP_CHANGED_CODE); in SendDevicePropertyChanged() 93 void MtpEvent::SendEvent(const int32_t &code) in SendEvent() function in OHOS::Media::MtpEvent 107 MEDIA_ERR_LOG("MtpEvent::SendEvent responsePacket Maker err: %{public}d", errorCode); in SendEvent() 112 MEDIA_ERR_LOG("MtpEvent::SendEvent responsePacket Write err: %{public}d", errorCode); in SendEvent()
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/ |
H A D | net_policy_file_event_handler.cpp | 46 SendEvent(event); in SendWriteEvent() 49 void NetPolicyFileEventHandler::SendEvent(const AppExecFwk::InnerEvent::Pointer &event, uint32_t delayTime) in SendEvent() function in OHOS::NetManagerStandard::NetPolicyFileEventHandler 67 NETMGR_LOG_D("SendEvent MSG_POLICY_FILE_COMMIT[delay=%{public}d, now=%{public}s]", delay, in ProcessEvent() 69 SendEvent(AppExecFwk::InnerEvent::Get(MSG_POLICY_FILE_COMMIT, std::make_shared<PolicyFileEvent>()), delay); in ProcessEvent() 77 SendEvent(AppExecFwk::InnerEvent::Get(MSG_POLICY_FILE_COMMIT, std::make_shared<PolicyFileEvent>()), in ProcessEvent() 80 SendEvent(AppExecFwk::InnerEvent::Get(MSG_POLICY_FILE_DELETE, std::make_shared<PolicyFileEvent>()), in ProcessEvent()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_listener.cpp | 75 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseRegisterDistributedHardware() 102 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponsePrepareRemoteInput() 128 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseUnprepareRemoteInput() 154 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseRelayPrepareRemoteInput() 179 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseRelayUnprepareRemoteInput() 210 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseStartRemoteInput() 237 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseStopRemoteInput() 271 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseStartRemoteInputDhid() 299 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in OnResponseStopRemoteInputDhid() 327 sourceManagerObj_->GetCallbackEventHandler()->SendEvent(msgEven in OnResponseKeyState() [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_adapter_manager_handler.cpp | 44 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAdapterManagerServerCmd::DATABASE_UPDATE, eventContextObj), in SendKvDataUpdate() 47 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAdapterManagerServerCmd::DATABASE_UPDATE, eventContextObj)); in SendKvDataUpdate() 59 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAdapterManagerServerCmd::VOLUME_DATABASE_SAVE, eventContextObj)); in SendSaveVolume() 70 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAdapterManagerServerCmd::STREAM_MUTE_STATUS_UPDATE, in SendStreamMuteStatusUpdate() 81 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAdapterManagerServerCmd::RINGER_MODE_UPDATE, eventContextObj)); in SendRingerModeUpdate()
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_handler_wrap.h | 117 bool SendEvent(uint32_t eventId); 118 bool SendEvent(uint32_t eventId, int64_t delayMillis); 119 bool SendEvent(EventWrap event); 120 bool SendEvent(EventWrap event, int64_t delayMillis, bool forceInsert = true);
|
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | slide_recognizer.cpp | 41 EventListenerMgr::GetInstance().SendEvent(ResType::EventType::EVENT_DRAW_FRAME_REPORT, 94 EventListenerMgr::GetInstance().SendEvent(ResType::EventType::EVENT_DRAW_FRAME_REPORT, in HandleSlideOFFEvent() 113 EventListenerMgr::GetInstance().SendEvent(ResType::EventType::EVENT_DRAW_FRAME_REPORT, in HandleSlideDetecting() 131 EventListenerMgr::GetInstance().SendEvent(ResType::EventType::EVENT_DRAW_FRAME_REPORT, in HandleListFlingStart() 161 EventListenerMgr::GetInstance().SendEvent(ResType::EventType::EVENT_DRAW_FRAME_REPORT, in HandleSendFrameEvent() 201 EventListenerMgr::GetInstance().SendEvent(ResType::EventType::EVENT_DRAW_FRAME_REPORT, in HandleClickEvent()
|
/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_base.h | 54 void SendEvent(int32_t eventId, int64_t delayTime = 0); 63 void SendEvent(int32_t eventId, std::shared_ptr<PolicyEvent> &policyEvent, int64_t delayTime = 0);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/ |
H A D | mock_softbus_adapter.cpp | 40 int32_t SendEvent(const char* pkgName, BroadCastAddr target, EventData *event) in SendEvent() function 42 return SoftbusMock::GetMock().SendEvent(pkgName, target, event); in SendEvent()
|
H A D | mock_softbus_adapter.h | 30 virtual int32_t SendEvent(const char* pkgName, BroadCastAddr target, EventData *event) = 0; 43 MOCK_METHOD(int32_t, SendEvent, (const char* pkgName, BroadCastAddr target, EventData *event), (override));
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server_handler.cpp | 152 bool ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::AUDIO_DEVICE_CHANGE, eventContextObj)); in SendDeviceChangedCallback() 167 bool ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::MICROPHONE_BLOCKED, eventContextObj)); in SendMicrophoneBlockedCallback() 181 bool ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::AVAILABLE_AUDIO_DEVICE_CHANGE, in SendAvailableDeviceChange() 193 bool ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::VOLUME_KEY_EVENT, eventContextObj)); in SendVolumeKeyEventCallback() 205 bool ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::AUDIO_SESSION_DEACTIVE_EVENT, in SendAudioSessionDeactiveCallback() 222 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::REQUEST_CATEGORY_EVENT, eventContextObj)); in SendAudioFocusInfoChangeCallback() 225 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::ABANDON_CATEGORY_EVENT, eventContextObj)); in SendAudioFocusInfoChangeCallback() 228 ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::FOCUS_INFOCHANGE, eventContextObj)); in SendAudioFocusInfoChangeCallback() 240 bool ret = SendEvent(AppExecFwk::InnerEvent::Get(EventAudioServerCmd::RINGER_MODEUPDATE_EVENT, eventContextObj)); in SendRingerModeUpdatedCallback() 251 bool ret = SendEvent(AppExecFw in SendMicStateUpdatedCallback() [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_quality_diag.cpp | 131 handler_->SendEvent(event);
in ReportDnsResult() 147 handler_->SendEvent(DnsQualityEventHandler::MSG_DNS_REPORT_LOOP, report_delay);
in RegisterResultListener() 149 handler_->SendEvent(DnsQualityEventHandler::MSG_DNS_MONITOR_LOOP, monitor_loop_delay);
in RegisterResultListener() 173 handler_->SendEvent(DnsQualityEventHandler::MSG_DNS_MONITOR_LOOP, monitor_loop_delay);
in RegisterHealthListener() 223 handler_->SendEvent(DnsQualityEventHandler::MSG_DNS_MONITOR_LOOP, monitor_loop_delay);
in handle_dns_loop() 254 handler_->SendEvent(DnsQualityEventHandler::MSG_DNS_REPORT_LOOP, report_delay);
in send_dns_report()
|