mirror of
https://github.com/openharmony/distributed_screen.git
synced 2026-07-21 04:25:28 -04:00
@@ -34,6 +34,7 @@ public:
|
||||
int32_t SubscribeLocalHardware(const std::string &dhId, const std::string ¶m) override;
|
||||
int32_t UnsubscribeLocalHardware(const std::string &dhId) override;
|
||||
void OnRemoteSinkSvrDied(const wptr<IRemoteObject> &remote);
|
||||
void FinishStartSA(const std::string ¶ms, const sptr<IRemoteObject> &remoteObject);
|
||||
private:
|
||||
class DScreenSinkSvrRecipient : public IRemoteObject::DeathRecipient {
|
||||
public:
|
||||
@@ -42,7 +43,6 @@ private:
|
||||
|
||||
DScreenSinkHandler();
|
||||
~DScreenSinkHandler();
|
||||
void FinishStartSA(const std::string ¶ms, const sptr<IRemoteObject> &remoteObject);
|
||||
|
||||
std::mutex proxyMutex_;
|
||||
std::condition_variable proxyConVar_;
|
||||
|
||||
@@ -38,6 +38,7 @@ public:
|
||||
int32_t ConfigDistributedHardware(const std::string &devId, const std::string &dhId,
|
||||
const std::string &key, const std::string &value) override;
|
||||
void OnRemoteSourceSvrDied(const wptr<IRemoteObject> &remote);
|
||||
void FinishStartSA(const std::string ¶ms, const sptr<IRemoteObject> &remoteObject);
|
||||
private:
|
||||
class DScreenSourceSvrRecipient : public IRemoteObject::DeathRecipient {
|
||||
public:
|
||||
@@ -46,7 +47,6 @@ private:
|
||||
|
||||
DScreenSourceHandler();
|
||||
~DScreenSourceHandler();
|
||||
void FinishStartSA(const std::string ¶ms, const sptr<IRemoteObject> &remoteObject);
|
||||
|
||||
std::mutex proxyMutex_;
|
||||
std::condition_variable proxyConVar_;
|
||||
|
||||
Reference in New Issue
Block a user