Searched refs:RpcGetValidFrequenciesForBand (Results 1 – 4 of 4) sorted by relevance
113 int RpcGetValidFrequenciesForBand(RpcServer *server, Context *context);
219 int RpcGetValidFrequenciesForBand(RpcServer *server, Context *context) in RpcGetValidFrequenciesForBand() function
186 ret += PushRpcFunc("GetValidFrequenciesForBand", RpcGetValidFrequenciesForBand); in InitRpcFuncMapAp()
1397 EXPECT_TRUE(RpcGetValidFrequenciesForBand(nullptr, nullptr) < 0);1398 EXPECT_TRUE(RpcGetValidFrequenciesForBand(mServer, nullptr) < 0);1403 EXPECT_TRUE(RpcGetValidFrequenciesForBand(mServer, mContext) < 0);1408 RpcGetValidFrequenciesForBand(mServer, mContext);