/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_power_test.cpp | 37 virtual void OnDisplayPowerEvent(DisplayPowerEvent event, EventStatus status)
in OnDisplayPowerEvent() argument 40 event_ = event;
in OnDisplayPowerEvent()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_impl.cpp | 258 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 D | dhcpd_interface.cpp | 45 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 D | object_service_impl.cpp | 344 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 D | cloud_test.cpp | 541 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 D | cloud_service_impl.h | 143 void GetSchema(const Event &event); 144 void CloudShare(const Event &event);
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_listener.cpp | 429 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 D | dcamera_provider_callback_impl.cpp | 303 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 D | device_manager_service_impl_lite.cpp | 327 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 D | rdb_store_impl.h | 131 int Notify(const std::string &event) override;
178 Uri GetUri(const std::string &event);
|
/foundation/distributedhardware/distributed_input/services/transportbase/src/ |
H A D | distributed_input_transport_base.cpp | 90 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 D | dh_transport.cpp | 203 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 D | dscreen_output_test.cpp | 34 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 D | daudio_output_test.cpp | 35 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 D | screen_session_manager_client.cpp | 184 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 D | screen_session_manager_client_proxy.cpp | 166 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 D | screen_session.h | 47 virtual void OnPowerStatusChange(DisplayPowerEvent event, EventStatus status, 220 void PowerStatusChange(DisplayPowerEvent event, EventStatus status, PowerStateChangeReason reason);
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_manager_service.h | 119 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 D | common.cpp | 442 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 D | benchmark_common.cpp | 435 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 D | hdi_common_v1_2.h | 292 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 D | hdi_common_v1_3.h | 298 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 D | location_geofence_test.cpp | 58 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 D | rich_editor_edit_testone_ng.cpp | 1120 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 D | web_pattern.h | 657 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);
|