Searched refs:RpcGetScanInfos (Results 1 – 4 of 4) sorted by relevance
63 int RpcGetScanInfos(RpcServer *server, Context *context);
138 ret += PushRpcFunc("GetScanInfos", RpcGetScanInfos); in InitRpcFuncMapSta()
104 int RpcGetScanInfos(RpcServer *server, Context *context) in RpcGetScanInfos() function
770 EXPECT_TRUE(RpcGetScanInfos(nullptr, nullptr) < 0);771 EXPECT_TRUE(RpcGetScanInfos(mServer, nullptr) < 0);776 EXPECT_TRUE(RpcGetScanInfos(mServer, mContext) < 0);781 EXPECT_TRUE(RpcGetScanInfos(mServer, mContext) == 0);