Searched refs:RpcIsChipSupportRadarDetect (Results 1 – 4 of 4) sorted by relevance
173 int RpcIsChipSupportRadarDetect(RpcServer *server, Context *context);
358 int RpcIsChipSupportRadarDetect(RpcServer *server, Context *context) in RpcIsChipSupportRadarDetect() function
112 ret += PushRpcFunc("IsChipSupportRadarDetect", RpcIsChipSupportRadarDetect); in InitRpcFuncMapChip()
1490 EXPECT_TRUE(RpcIsChipSupportRadarDetect(nullptr, nullptr) < 0);1491 EXPECT_TRUE(RpcIsChipSupportRadarDetect(mServer, nullptr) < 0);1492 EXPECT_TRUE(RpcIsChipSupportRadarDetect(mServer, mContext) == 0);