Home
last modified time | relevance | path

Searched defs:event (Results 551 – 575 of 2459) sorted by relevance

1...<<21222324252627282930>>...99

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
H A Dwifi_direct_event_dispatcher.cpp38 bool WifiDirectEventDispatcher::Dispatch(const std::shared_ptr<WifiDirectEventBase> &event) in Dispatch()
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dmousewheel_input.cpp37 void MousewheelInput::MousewheelHandler(QWheelEvent *event) in MousewheelHandler()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.cpp20 …t MockEventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, in AddTimerEvent()
/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/src/
H A Di_collector_subscriber.cpp19 ICollectorSubscriber::ICollectorSubscriber(const Event &event, int64_t duration, bool isNotify) in ICollectorSubscriber()
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/
H A Dsecurity_collector_run_manager.h60 void OnNotify(const Event &event) override {}; in OnNotify()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_event_req.h42 void SetEvent(const std::string &event) in SetEvent()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_event_handler.cpp28 void UserEventHandler::ProcessEvent(const EventWrap &event) in ProcessEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dicollect_plugin.cpp23 void ICollectPlugin::ReportEvent(const OnDemandEvent& event) in ReportEvent()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_event_receiver.cpp30 void PlayerServerCommonEventReceiver::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_adapter_listener.cpp36 int UpdateAdapterListener::OnIntellVoiceHdiEvent(const IntellVoiceEngineCallBackEvent& event) in OnIntellVoiceHdiEvent()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_callback_impl.cpp29 int32_t TriggerCallbackImpl::OnRecognitionHdiEvent(const IntellVoiceRecognitionEvent &event, int32_… in OnRecognitionHdiEvent()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_detector_callback.cpp28 void TriggerDetectorCallback::OnDetected(const std::shared_ptr<DetectorEvent> &event) in OnDetected()
H A Dtrigger_detector_recognition_callback.cpp29 const std::shared_ptr<GenericTriggerEvent> event) in OnGenericTriggerDetected()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_input_callback.cpp36 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in OnError() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine/include/
H A Dav_receiver_engine_test.h65 int32_t OnReceiverEvent(const AVTransEvent &event) override in OnReceiverEvent()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dordered_event_handler.cpp34 void OrderedEventHandler::ProcessEvent(const InnerEvent::Pointer &event) in ProcessEvent()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnet_policy_file_event_handler.cpp44 void NetPolicyFileEventHandler::SendWriteEvent(AppExecFwk::InnerEvent::Pointer &event) in SendWriteEvent()
49 void NetPolicyFileEventHandler::SendEvent(const AppExecFwk::InnerEvent::Pointer &event, uint32_t de… in SendEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dwifi_mock.cpp56 WifiErrorCode RegisterWifiEvent(WifiEvent *event) in RegisterWifiEvent()
66 WifiErrorCode UnRegisterWifiEvent(WifiEvent *event) in UnRegisterWifiEvent()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_screenshot/
H A Dui_test_screenshot.cpp57 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
72 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h37 …PipelineEvent(const Event& event) : Event(event), handler_(nullptr), startDeliver_(false), pipelin… in PipelineEvent()
88 std::shared_ptr<Event>& event, in RepackPipelineEvent()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/adminmanager_fuzzer/
H A Dadmin_manager_fuzzer.cpp33 void InitAdminParam(Admin &admin, std::string fuzzString, EntInfo entInfo, ManagedEvent event) in InitAdminParam()
51 ManagedEvent event = GetData<ManagedEvent>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dambient_light1_test.cpp71 void AmbientLightDataCallbackImpl(SensorEvent *event) in AmbientLightDataCallbackImpl()
94 void AmbientLightDataCallbackImpl2(SensorEvent *event) in AmbientLightDataCallbackImpl2()
H A Dproximity1_test.cpp71 void ProximityDataCallbackImpl(SensorEvent *event) in ProximityDataCallbackImpl()
94 void ProximityDataCallbackImpl2(SensorEvent *event) in ProximityDataCallbackImpl2()
H A Drpc_sensor_test.cpp71 void RPCDataCallbackImpl(SensorEvent *event) in RPCDataCallbackImpl()
95 void RPCDataCallbackImpl2(SensorEvent *event) in RPCDataCallbackImpl2()
/ohos5.0/base/security/security_guard/services/data_collect/collect/hiview/
H A Dhiview_listener.cpp41 SecEvent event; in OnEvent() local
54 …HiviewListener::GetSecEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent, SecEvent& event) in GetSecEvent()

1...<<21222324252627282930>>...99