/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/ |
H A D | dcamera_sink_output_channel_listener.cpp | 37 void DCameraSinkOutputChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 44 output->OnSessionError(streamType_, eventType, eventReason, detail); in OnSessionError()
|
H A D | dcamera_sink_controller_channel_listener.cpp | 37 void DCameraSinkControllerChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 44 controller->OnSessionError(eventType, eventReason, detail); in OnSessionError()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input_channel_listener.cpp | 45 void DCameraSourceInputChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 53 input->OnSessionError(streamType_, eventType, eventReason, detail); in OnSessionError()
|
H A D | dcamera_source_input.cpp | 327 void DCameraSourceInput::OnSessionError(DCStreamType streamType, int32_t eventType, int32_t eventReason, in OnSessionError() argument 331 "eventReason: %{public}d, detail %{public}s", GetAnonyString(devId_).c_str(), GetAnonyString(dhId_).c_str(), in OnSessionError() 332 eventType, eventReason, detail.c_str()); in OnSessionError()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller_channel_listener.cpp | 45 void DCameraSourceControllerChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 53 controller->OnSessionError(eventType, eventReason, detail); in OnSessionError()
|
H A D | dcamera_source_controller.cpp | 473 void DCameraSourceController::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 476 "eventReason: %{public}d, detail %{public}s", GetAnonyString(devId_).c_str(), GetAnonyString(dhId_).c_str(), in OnSessionError() 477 eventType, eventReason, detail.c_str()); in OnSessionError()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller_channel_listener.h | 31 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
|
H A D | dcamera_source_controller.h | 53 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail);
|
/foundation/distributedhardware/distributed_camera/services/channel/include/ |
H A D | icamera_channel_listener.h | 38 virtual void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) = 0;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/listener/ |
H A D | dcamera_sink_output_channel_listener.h | 31 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
|
H A D | dcamera_sink_controller_channel_listener.h | 31 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input_channel_listener.h | 33 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
|
H A D | dcamera_source_input.h | 47 void OnSessionError(DCStreamType streamType, int32_t eventType, int32_t eventReason, std::string detail);
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 262 uint32_t eventReason = item->second; in ReportEvent() local 267 eventReason, 0, bootBasedTimeStamp + timeoutForNotifySeen_, userId, event.uid_); in ReportEvent() 273 eventReason, 0, bootBasedTimeStamp + timeoutForSystemInteraction_, userId, event.uid_); in ReportEvent() 279 eventReason, bootBasedTimeStamp, bootBasedTimeStamp + timeoutForDirectlyUse_, userId, event.uid_); in ReportEvent()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_output.h | 47 void OnSessionError(DCStreamType type, int32_t eventType, int32_t eventReason, std::string detail);
|
H A D | dcamera_sink_controller.h | 61 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_controller_test.cpp | 311 int32_t eventReason = 1; in HWTEST_F() local 313 listener->OnSessionError(eventType, eventReason, detail); in HWTEST_F() 508 int32_t eventReason = 1; in HWTEST_F() local 510 listener_->OnSessionError(eventType, eventReason, detail); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_output.cpp | 231 void DCameraSinkOutput::OnSessionError(DCStreamType type, int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 233 DHLOGI("OnSessionError dhId: %{public}s, stream type: %{public}d, eventType: %{public}d, eventReason: " in OnSessionError() 234 "%{public}d, detail: %{public}s", GetAnonyString(dhId_).c_str(), type, eventType, eventReason, detail.c_str()); in OnSessionError()
|
H A D | dcamera_sink_controller.cpp | 593 void DCameraSinkController::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() argument 595 DHLOGI("DCameraSinkController::OnSessionError dhId: %{public}s, eventType: %{public}d, eventReason: %{public}d," in OnSessionError() 596 " detail: %{public}s", GetAnonyString(dhId_).c_str(), eventType, eventReason, detail.c_str()); in OnSessionError()
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | dcamera_channel_sink_impl_test.cpp | 260 int32_t eventReason = 1; in HWTEST_F() local 263 listener_->OnSessionError(eventType, eventReason, detail); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_sink_controller_test.cpp | 325 int32_t eventReason = 0; in HWTEST_F() local 327 controller_->OnSessionError(eventType, eventReason, detail); in HWTEST_F()
|