Lines Matching refs:string
45 using CooperateMessageCallback = std::function<void(const std::string&, const CoordinationMsgInfo&)>;
72 const std::string &remoteNetworkId, int32_t startDeviceId,
78 const std::string &networkId, CooperateStateCallback callback,
80 int32_t GetCooperateState(ITunnelClient &tunnel, const std::string &udId, bool &state);
81 int32_t RegisterEventListener(ITunnelClient &tunnel, const std::string &networkId,
83 int32_t UnregisterEventListener(ITunnelClient &tunnel, const std::string &networkId,
96 void OnDevCooperateListener(const std::string &networkId, CoordinationMessage msg);
97 void OnCooperateMessageEvent(int32_t userData, const std::string &networkId, const CoordinationMsgInfo &msgInfo);
100 void OnDevMouseLocationListener(const std::string &networkId, const Event &event);
109 std::map<std::string, std::set<MouseLocationListenerPtr>> eventListener_;