/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/ |
H A D | dcamera_input_callback.cpp | 39 event->eventResult_ = DCAMERA_EVENT_DEVICE_PREEMPT; in OnError() 41 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
H A D | dcamera_preview_callback.cpp | 48 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
H A D | dcamera_video_callback.cpp | 47 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
H A D | dcamera_photo_callback.cpp | 72 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnCaptureError()
|
H A D | dcamera_session_callback.cpp | 40 event->eventResult_ = DCAMERA_EVENT_DEVICE_ERROR; in OnError()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_event_cmd.cpp | 43 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 D | dcamera_event_cmd.h | 27 int32_t eventResult_; member in OHOS::DistributedHardware::DCameraEvent
|
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/ |
H A D | distributed_sched_types.h | 46 int32_t eventResult_ = -1; member in OHOS::DistributedSchedule::EventNotify
|
/foundation/ability/dmsfwk/interfaces/innerkits/tests/ |
H A D | dms_sdk_demo.cpp | 76 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 D | dms_listener_stub.cpp | 74 eventNotify.eventResult_ = data.ReadInt32();
in DSchedEventNotifyInner()
|
H A D | dms_client.cpp | 127 event.eventResult_ = reply.ReadInt32();
in GetDecodeDSchedEventNotify()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller.cpp | 207 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 D | dsched_collaborate_callback_mgr.cpp | 110 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 D | dcamera_source_capture_state.cpp | 94 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in DoUnregisterTask()
|
H A D | dcamera_source_opened_state.cpp | 95 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in DoUnregisterTask()
|
H A D | dcamera_source_config_stream_state.cpp | 103 camEvent->eventResult_ = DCAMERA_EVENT_CHANNEL_DISCONNECTED; in DoUnregisterTask()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 502 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 D | dcamera_source_dev.cpp | 772 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 D | dcamera_source_controller_test.cpp | 359 events->eventResult_ = DCAMERA_EVENT_CAMERA_ERROR; in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/ |
H A D | dcamera_client_test.cpp | 51 event->eventType_, event->eventResult_);
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 588 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 D | js_web.cpp | 820 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 D | distributed_sched_stub.cpp | 1043 PARCEL_WRITE_HELPER(reply, Int32, event.eventResult_); in GetEncodeDSchedEventNotify()
|
H A D | distributed_sched_service.cpp | 1489 event.eventResult_ = ret; in GetCurSrcCollaborateEvent() 1511 event.eventResult_ = ret; in GetCurDestCollaborateEvent()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 186 eventData_.eventResult_ = 0; in SetEventData()
|