Home
last modified time | relevance | path

Searched refs:event (Results 2751 - 2775 of 3247) sorted by relevance

1...<<111112113114115116117118119120>>...130

/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_power_test.cpp37 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) in OnDisplayPowerEvent() argument
40 event_ = event; in OnDisplayPowerEvent()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.cpp258 ErrCode WifiP2pImpl::RegisterCallBack(const sptr<IWifiP2pCallback> &callback, const std::vector<std::string> &event) in RegisterCallBack() argument
262 return client_->RegisterCallBack(callback, event); in RegisterCallBack()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp45 bool DhcpdInterface::RegisterDhcpCallBack(const std::string &ifaceName, ServerCallBack &event) in RegisterDhcpCallBack() argument
47 if (RegisterDhcpServerCallBack(ifaceName.c_str(), &event) != 0) { in RegisterDhcpCallBack()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp344 auto process = [](const Event& event) { in ObjectServiceImpl()
345 auto& evt = static_cast<const BindEvent&>(event); in ObjectServiceImpl()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp541 CloudEvent event(evtId, info); in HWTEST_F()
542 auto ret = event.GetEventId(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h143 void GetSchema(const Event &event);
144 void CloudShare(const Event &event);
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_listener.cpp429 DmPinHolderEvent event = DmPinHolderEvent::CREATE_RESULT; in HWTEST_F() local
432 listener_->OnPinHolderEvent(pkgName, event, result, content); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp303 int32_t DCameraProviderCallbackImpl::NotifyEvent(const DHBase& dhBase, const DCameraHDFEvent& event) in NotifyEvent() argument
312 int32_t ret = sourceDev->ProcessHDFEvent(event); in NotifyEvent()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp327 const std::string &event) in NotifyEvent()
331 (void)event; in NotifyEvent()
326 NotifyEvent(const std::string &pkgName, const int32_t eventId, const std::string &event) NotifyEvent() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h131 int Notify(const std::string &event) override;
178 Uri GetUri(const std::string &event);
/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp90 void OnFile(int32_t socket, FileEvent *event) in OnFile() argument
92 (void)event; in OnFile()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp203 void OnFile(int32_t socket, FileEvent *event) in OnFile() argument
205 (void)event; in OnFile()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dscreen_output_test/
H A Ddscreen_output_test.cpp34 void OnEvent(const PluginEvent &event) in OnEvent() argument
36 (void)event; in OnEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/daudio_output_test/
H A Ddaudio_output_test.cpp35 void OnEvent(const PluginEvent &event) in OnEvent() argument
37 (void)event; in OnEvent()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp184 void ScreenSessionManagerClient::OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status, in OnPowerStatusChanged() argument
197 screenSession->PowerStatusChange(event, status, reason); in OnPowerStatusChanged()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_proxy.cpp166 void ScreenSessionManagerClientProxy::OnPowerStatusChanged(DisplayPowerEvent event, EventStatus status, in OnPowerStatusChanged() argument
176 if (!data.WriteUint32(static_cast<uint32_t>(event))) { in OnPowerStatusChanged()
177 WLOGFE("Write event failed"); in OnPowerStatusChanged()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h47 virtual void OnPowerStatusChange(DisplayPowerEvent event, EventStatus status,
220 void PowerStatusChange(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason);
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h119 void DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event) override;
164 void OnWindowEvent(Event event, const sptr<IRemoteObject>& remoteObject);
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H A Dcommon.cpp442 int32_t Test::TestCameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent() argument
444 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), event); in OnCameraEvent()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp435 int32_t Test::TestCameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent() argument
437 CAMERA_LOGE("cameraId: %{public}s, status: %{public}d", cameraId.c_str(), event); in OnCameraEvent()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h292 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
303 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h298 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
310 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
/test/xts/hats/hdf/location/geofence_additional/
H A Dlocation_geofence_test.cpp58 int32_t GeofenceCallbackImpl::ReportGeofenceEvent(int32_t fenceIndex, const LocationInfo &location, GeofenceEvent event, in ReportGeofenceEvent() argument
63 (void)event; in ReportGeofenceEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp1120 RefPtr<OHOS::Ace::DragEvent> event = AceType::MakeRefPtr<OHOS::Ace::DragEvent>(); in HWTEST_F() local
1121 ASSERT_NE(event, nullptr); in HWTEST_F()
1126 event->SetData(unifiedData); in HWTEST_F()
1127 richEditorPattern->HandleOnDragDrop(event); in HWTEST_F()
1128 EXPECT_NE(event->GetData(), nullptr); in HWTEST_F()
1343 auto onCutWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { in HWTEST_F()
1345 event.SetPreventDefault(true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h657 void KeyboardReDispatch(const std::shared_ptr<OHOS::NWeb::NWebKeyEvent>& event, bool isUsed);
834 void HandleFlingMove(const GestureEvent& event);
835 void HandleDragMove(const GestureEvent& event);
861 void HandleScaleGestureChange(const GestureEvent& event);
898 const std::shared_ptr<SelectOverlayInfo>& info, const GestureEvent& event, bool isFirst);
900 void OnSelectHandleStart(const GestureEvent& event, bool isFirst);
1017 void UpdateTouchpadSlidingStatus(const GestureEvent& event);

Completed in 25 milliseconds

1...<<111112113114115116117118119120>>...130