mirror of
https://github.com/openharmony/distributed_camera.git
synced 2026-07-21 04:05:22 -04:00
等sink和source都release后,SA再进行退出
Signed-off-by: wangchaole <wangchaole1@huawei.com>
This commit is contained in:
+3
@@ -19,6 +19,8 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include "idcamera_source_callback.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace DistributedHardware {
|
||||
class ICameraStateListener {
|
||||
@@ -28,6 +30,7 @@ public:
|
||||
int32_t status, std::string& data) = 0;
|
||||
virtual int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId,
|
||||
int32_t status, std::string& data) = 0;
|
||||
virtual void SetCallback(sptr<IDCameraSourceCallback> callback) = 0;
|
||||
};
|
||||
} // namespace DistributedHardware
|
||||
} // namespace OHOS
|
||||
|
||||
Reference in New Issue
Block a user