Lines Matching refs:tunnel
63 int32_t RegisterListener(ITunnelClient &tunnel,
65 int32_t UnregisterListener(ITunnelClient &tunnel,
67 int32_t Enable(ITunnelClient &tunnel,
69 int32_t Disable(ITunnelClient &tunnel,
71 int32_t Start(ITunnelClient &tunnel,
74 int32_t Stop(ITunnelClient &tunnel,
77 int32_t GetCooperateState(ITunnelClient &tunnel,
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,
85 int32_t AddHotAreaListener(ITunnelClient &tunnel, HotAreaListenerPtr listener);
86 int32_t RemoveHotAreaListener(ITunnelClient &tunnel, HotAreaListenerPtr listener = nullptr);