Home
last modified time | relevance | path

Searched defs:event (Results 526 – 550 of 2459) sorted by relevance

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_state_machine.h116 void HgmStateMachine<State, Event>::OnEvent(Event event) in OnEvent()
150 void HgmStateMachine<State, Event>::RegisterEventCallback(Event event, const EventCallback& callbac… in RegisterEventCallback()
156 void HgmStateMachine<State, Event>::UnRegisterEventCallback(Event event) in UnRegisterEventCallback()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp91 CodecEventType event{}; in OnCodecEvent() local
106 void ImageCodec::BaseState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
397 void ImageCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
477 void ImageCodec::RunningState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
579 void ImageCodec::OutputPortChangedState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_… in OnCodecEvent()
677 void ImageCodec::StoppingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service_event_handler.cpp30 void AAMSEventHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) in ProcessEvent()
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dmouse_input.cpp36 void MouseInput::MouseHandler(QMouseEvent* event) in MouseHandler()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dsource_callback.h26 void OnEvent(const Plugins::PluginEvent &event) in OnEvent()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dsource_callback.h26 void OnEvent(const Plugins::PluginEvent &event) in OnEvent()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_rdb_observer.cpp40 InnerEvent::Pointer event = InnerEvent::Get(CellularDataEventCode::MSG_APN_CHANGED); in OnChange() local
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmy_event_handler.cpp33 void MyEventHandler::ProcessEvent(const InnerEvent::Pointer &event) {} in ProcessEvent()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_event_handler.cpp31 void SensorEventHandler::ProcessEvent(const InnerEvent::Pointer &event) {} in ProcessEvent()
/ohos5.0/base/security/security_guard/test/unittest/security_collector/interface_test/include/
H A Dcollector_interface_test.h40 CollectorSubscriberTestImpl(const Event &event, int64_t duration, bool isNotify) in CollectorSubscriberTestImpl()
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dmock_common_event_permission_manager.cpp25 Permission CommonEventPermissionManager::GetEventPermission(const std::string &event) in GetEventPermission()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dfan_callback.cpp23 int32_t FanCallback::OnFanDataEvent(const HdfThermalCallbackInfo& event) in OnFanDataEvent()
H A Dthermal_callback.cpp23 int32_t ThermalCallback::OnThermalDataEvent(const HdfThermalCallbackInfo& event) in OnThermalDataEvent()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_callback.cpp24 int32_t BatteryCallback::Update(const HDI::Battery::V2_0::BatteryInfo& event) in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dmouse_raw_recognizer.h32 void SetMouseLocationInfo(const MouseEvent& event) in SetMouseLocationInfo()
36 void SetMouseGlobalInfo(const MouseEvent& event) in SetMouseGlobalInfo()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp52 void DaemonExecute::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) in ProcessEvent()
69 void DaemonExecute::ExecutePushAsset(const AppExecFwk::InnerEvent::Pointer &event) in ExecutePushAsset()
123 void DaemonExecute::ExecuteRequestSendFile(const AppExecFwk::InnerEvent::Pointer &event) in ExecuteRequestSendFile()
185 void DaemonExecute::ExecutePrepareSession(const AppExecFwk::InnerEvent::Pointer &event) in ExecutePrepareSession()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_test/
H A Ddsoftbus_input_plugin_test.cpp34 void OnEvent(const PluginEvent &event) in OnEvent()
131 AVTransEvent event; variable
187 AVTransEvent event; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dsoftbus_output_test/
H A Ddsoftbus_output_plugin_test.cpp34 void OnEvent(const PluginEvent &event) in OnEvent()
148 AVTransEvent event; variable
162 AVTransEvent event; variable
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmanager.rs54 let event = RunCountEvent::Subscribe(pid, obj, tx); in subscribe_run_count() localVariable
61 let event = RunCountEvent::Unsubscribe(pid, tx); in unsubscribe_run_count() localVariable
68 let event = RunCountEvent::Change(new_count); in notify_run_count() localVariable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_observer_wrapper.cpp54 const std::string event = NapiUtils::GetStringFromValueUtf8(env, params[ARG_INDEX_0]); in On() local
91 const std::string event = NapiUtils::GetStringFromValueUtf8(env, params[ARG_INDEX_0]); in Off() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h150 virtual void OnKeyEvent(const KeyEvent& event) in OnKeyEvent()
209 virtual void OnVirtualDeviceEvent(const VirtualDeviceEvent& event) in OnVirtualDeviceEvent()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H A Ddspeaker_client_test.cpp88 AudioStandard::VolumeEvent event; variable
159 AudioEvent event; variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dinput_window_monitor_test.cpp45 root_ = new WindowRoot([](Event event, const sptr<IRemoteObject>& remoteObject) {}); in SetUp()
67 …input_monitor_->windowRoot_ = new WindowRoot([](Event event, const sptr<IRemoteObject>& remoteObje… in __anon4ff414750302()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine_provider/src/
H A Dav_receiver_engine_provider_test.cpp45 virtual int32_t OnProviderEvent(const AVTransEvent &event) in OnProviderEvent()
93 AVTransEvent event; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp131 auto event = AppExecFwk::InnerEvent::Get(0); variable
303 auto event = AppExecFwk::InnerEvent::Get(0); variable
429 auto event = AppExecFwk::InnerEvent::Get(0); variable
544 auto event = AppExecFwk::InnerEvent::Get(0); variable
588 auto event = AppExecFwk::InnerEvent::Get(0); variable
635 auto event = AppExecFwk::InnerEvent::Get(0); variable
770 auto event = AppExecFwk::InnerEvent::Get(0); variable
892 auto event = AppExecFwk::InnerEvent::Get(0); variable
925 auto event = AppExecFwk::InnerEvent::Get(0); variable
1164 auto event = AppExecFwk::InnerEvent::Get(0); variable
[all …]

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