Searched refs:RpcGetNetworkList (Results 1 – 4 of 4) sorted by relevance
363 int RpcGetNetworkList(RpcServer *server, Context *context);
168 ret += PushRpcFunc("GetNetworkList", RpcGetNetworkList); in InitRpcFuncMapSta()
886 int RpcGetNetworkList(RpcServer *server, Context *context) in RpcGetNetworkList() function
786 EXPECT_TRUE(RpcGetNetworkList(nullptr, nullptr) < 0);787 EXPECT_TRUE(RpcGetNetworkList(mServer, nullptr) < 0);792 EXPECT_TRUE(RpcGetNetworkList(mServer, mContext) < 0);797 EXPECT_TRUE(RpcGetNetworkList(mServer, mContext) == 0);