Home
last modified time | relevance | path

Searched refs:eventResult_ (Results 1 - 25 of 26) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_input_callback.cpp39 event->eventResult_ = DCAMERA_EVENT_DEVICE_PREEMPT; in OnError()
41 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
H A Ddcamera_preview_callback.cpp48 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
H A Ddcamera_video_callback.cpp47 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
H A Ddcamera_photo_callback.cpp72 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnCaptureError()
H A Ddcamera_session_callback.cpp40 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_event_cmd.cpp43 cJSON_AddNumberToObject(event, "EventResult", value_->eventResult_); in Marshal()
96 event->eventResult_ = eventResult->valueint; in Unmarshal()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_event_cmd.h27 int32_t eventResult_; member in OHOS::DistributedHardware::DCameraEvent
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddistributed_sched_types.h46 int32_t eventResult_ = -1; member in OHOS::DistributedSchedule::EventNotify
/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp76 cout << "eventResult: " << notify.eventResult_ << endl; in GetDSchedEventInfo()
96 cout << "eventResult: " << notify.eventResult_ << endl; in DSchedEventNotify()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_listener_stub.cpp74 eventNotify.eventResult_ = data.ReadInt32(); in DSchedEventNotifyInner()
H A Ddms_client.cpp127 event.eventResult_ = reply.ReadInt32(); in GetDecodeDSchedEventNotify()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp207 if (events->eventResult_ == DCAMERA_EVENT_CAMERA_ERROR) { in DCameraNotify()
219 if (events->eventType_ == DCAMERA_SINK_STOP && events->eventResult_ == DCAMERA_EVENT_SINK_STOP) { in DCameraNotify()
221 events->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in DCameraNotify()
225 hdiEvent.result_ = events->eventResult_; in DCameraNotify()
230 events->eventType_, events->eventResult_, events->eventContent_.c_str()); in DCameraNotify()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp110 PARCEL_WRITE_HELPER_RET(data, Int32, event.eventResult_, SEND_REQUEST_DEF_FAIL); in NotifyDSchedEventForOneCB()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp94 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in DoUnregisterTask()
H A Ddcamera_source_opened_state.cpp95 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in DoUnregisterTask()
H A Ddcamera_source_config_stream_state.cpp103 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in DoUnregisterTask()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp502 GetAnonyString(dhId_).c_str(), event->eventResult_); in OnStateChanged()
503 if (event->eventResult_ == DCAMERA_EVENT_DEVICE_PREEMPT) { in OnStateChanged()
659 event->eventResult_ = result; in DCameraNotifyInner()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp772 events->eventResult_ = iter->second; in NotifyHalResult()
792 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_CONNECTED; in OnChannelConnectedEvent()
814 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in OnChannelDisconnectedEvent()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp359 events->eventResult_ = DCAMERA_EVENT_CAMERA_ERROR; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp51 event->eventType_, event->eventResult_);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h588 bool GetEventResult() { return eventResult_; } in GetEventResult()
593 bool eventResult_ = false; member in OHOS::Ace::GestureEventResultOhos
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp820 eventResult_ = result; in SetResult()
825 if (eventResult_) { in SetGestureEventResult()
829 eventResult_->SetGestureEventResult(result); in SetGestureEventResult()
849 RefPtr<GestureEventResult> eventResult_; member in OHOS::OHOS::Ace::Framework::JSNativeEmbedGestureRequest
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1043 PARCEL_WRITE_HELPER(reply, Int32, event.eventResult_); in GetEncodeDSchedEventNotify()
H A Ddistributed_sched_service.cpp1489 event.eventResult_ = ret; in GetCurSrcCollaborateEvent()
1511 event.eventResult_ = ret; in GetCurDestCollaborateEvent()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp186 eventData_.eventResult_ = 0; in SetEventData()

Completed in 38 milliseconds

12