Searched refs:RpcP2pReqServiceDiscovery (Results 1 – 4 of 4) sorted by relevance
345 int RpcP2pReqServiceDiscovery(RpcServer *server, Context *context);
241 ret += PushRpcFunc("P2pReqServiceDiscovery", RpcP2pReqServiceDiscovery); in InitRpcFuncMapP2p()
649 int RpcP2pReqServiceDiscovery(RpcServer *server, Context *context) in RpcP2pReqServiceDiscovery() function
572 EXPECT_TRUE(RpcP2pReqServiceDiscovery(nullptr, nullptr) < 0);573 EXPECT_TRUE(RpcP2pReqServiceDiscovery(mServer, nullptr) < 0);578 EXPECT_TRUE(RpcP2pReqServiceDiscovery(mServer, mContext) < 0);583 EXPECT_TRUE(RpcP2pReqServiceDiscovery(mServer, mContext) == 0);