Searched refs:RpcGetPowerModel (Results 1 – 4 of 4) sorted by relevance
133 int RpcGetPowerModel(RpcServer *server, Context *context);
273 int RpcGetPowerModel(RpcServer *server, Context *context) in RpcGetPowerModel() function
188 ret += PushRpcFunc("WpaGetPowerModel", RpcGetPowerModel); in InitRpcFuncMapAp()
1418 EXPECT_TRUE(RpcGetPowerModel(nullptr, nullptr) < 0);1419 EXPECT_TRUE(RpcGetPowerModel(mServer, nullptr) < 0);1420 EXPECT_TRUE(RpcGetPowerModel(mServer, mContext) < 0);