Searched refs:RpcP2pSetServDiscExternal (Results 1 – 4 of 4) sorted by relevance
390 int RpcP2pSetServDiscExternal(RpcServer *server, Context *context);
245 ret += PushRpcFunc("P2pSetServDiscExternal", RpcP2pSetServDiscExternal); in InitRpcFuncMapP2p()
768 int RpcP2pSetServDiscExternal(RpcServer *server, Context *context) in RpcP2pSetServDiscExternal() function
636 EXPECT_TRUE(RpcP2pSetServDiscExternal(nullptr, nullptr) < 0);637 EXPECT_TRUE(RpcP2pSetServDiscExternal(mServer, nullptr) < 0);642 EXPECT_TRUE(RpcP2pSetServDiscExternal(mServer, mContext) < 0);647 EXPECT_TRUE(RpcP2pSetServDiscExternal(mServer, mContext) == 0);