Searched refs:RpcIsChipSupportIndoorChannel (Results 1 – 4 of 4) sorted by relevance
193 int RpcIsChipSupportIndoorChannel(RpcServer *server, Context *context);
390 int RpcIsChipSupportIndoorChannel(RpcServer *server, Context *context) in RpcIsChipSupportIndoorChannel() function
114 ret += PushRpcFunc("IsChipSupportIndoorChannel", RpcIsChipSupportIndoorChannel); in InitRpcFuncMapChip()
1442 EXPECT_TRUE(RpcIsChipSupportIndoorChannel(nullptr, nullptr) < 0);1443 EXPECT_TRUE(RpcIsChipSupportIndoorChannel(mServer, nullptr) < 0);1444 EXPECT_TRUE(RpcIsChipSupportIndoorChannel(mServer, mContext) == 0);