Searched refs:RpcP2pSetExtListen (Results 1 – 4 of 4) sorted by relevance
229 int RpcP2pSetExtListen(RpcServer *server, Context *context);
229 ret += PushRpcFunc("P2pSetExtListen", RpcP2pSetExtListen); in InitRpcFuncMapP2p()
408 int RpcP2pSetExtListen(RpcServer *server, Context *context) in RpcP2pSetExtListen() function
354 EXPECT_TRUE(RpcP2pSetExtListen(nullptr, nullptr) < 0);355 EXPECT_TRUE(RpcP2pSetExtListen(mServer, nullptr) < 0);360 EXPECT_TRUE(RpcP2pSetExtListen(mServer, mContext) < 0);365 EXPECT_TRUE(RpcP2pSetExtListen(mServer, mContext) == 0);