Searched refs:RpcIsChipSupportDbdc (Results 1 – 4 of 4) sorted by relevance
153 int RpcIsChipSupportDbdc(RpcServer *server, Context *context);
326 int RpcIsChipSupportDbdc(RpcServer *server, Context *context) in RpcIsChipSupportDbdc() function
110 ret += PushRpcFunc("IsChipSupportDbdc", RpcIsChipSupportDbdc); in InitRpcFuncMapChip()
1466 EXPECT_TRUE(RpcIsChipSupportDbdc(nullptr, nullptr) < 0);1467 EXPECT_TRUE(RpcIsChipSupportDbdc(mServer, nullptr) < 0);1468 EXPECT_TRUE(RpcIsChipSupportDbdc(mServer, mContext) == 0);