Searched refs:RpcP2pStopFind (Results 1 – 4 of 4) sorted by relevance
220 int RpcP2pStopFind(RpcServer *server, Context *context);
228 ret += PushRpcFunc("P2pStopFind", RpcP2pStopFind); in InitRpcFuncMapP2p()
396 int RpcP2pStopFind(RpcServer *server, Context *context) in RpcP2pStopFind() function
347 EXPECT_TRUE(RpcP2pStopFind(nullptr, nullptr) < 0);348 EXPECT_TRUE(RpcP2pStopFind(mServer, nullptr) < 0);349 EXPECT_TRUE(RpcP2pStopFind(mServer, mContext) == 0);