Searched refs:AuthOpenChannel (Results 1 – 5 of 5) sorted by relevance
44 int32_t AuthOpenChannel(const char *ip, int32_t port);
35 int32_t AuthOpenChannel(const char *ip, int32_t port) in AuthOpenChannel() function
714 ret = AuthOpenChannel(nullptr, port);717 ret = AuthOpenChannel(ip, port);2010 int32_t ret = AuthOpenChannel(ip, port);2012 ret = AuthOpenChannel(ipValue, port);
663 int32_t AuthOpenChannel(const char *ip, int32_t port) in AuthOpenChannel() function
1080 int32_t authId = AuthOpenChannel(connOpt->socketOption.addr, connOpt->socketOption.port); in TransOpenAuthMsgChannel()