Searched refs:RpcGetCommonCmd (Results 1 – 4 of 4) sorted by relevance
64 int RpcGetCommonCmd(RpcServer *server, Context *context);
99 int RpcGetCommonCmd(RpcServer *server, Context *context) in RpcGetCommonCmd() function
198 ret += PushRpcFunc("GetCommonCmd", RpcGetCommonCmd); in InitRpcFuncMapCommon()
1519 EXPECT_TRUE(RpcGetCommonCmd(nullptr, nullptr) < 0);1520 EXPECT_TRUE(RpcGetCommonCmd(mServer, nullptr) < 0);1526 EXPECT_TRUE(RpcGetCommonCmd(mServer, mContext) == -1);