Searched refs:RpcP2pSetWpsConfigMethods (Results 1 – 4 of 4) sorted by relevance
94 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context);
214 ret += PushRpcFunc("P2pSetWpsConfigMethods", RpcP2pSetWpsConfigMethods); in InitRpcFuncMapP2p()
129 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context) in RpcP2pSetWpsConfigMethods() function
154 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(nullptr, nullptr) < 0);155 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(mServer, nullptr) < 0);160 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(mServer, mContext) < 0);165 EXPECT_TRUE(RpcP2pSetWpsConfigMethods(mServer, mContext) == 0);