Searched refs:RpcGetChipId (Results 1 – 4 of 4) sorted by relevance
53 int RpcGetChipId(RpcServer *server, Context *context);
78 int RpcGetChipId(RpcServer *server, Context *context) in RpcGetChipId() function
99 ret += PushRpcFunc("GetChipId", RpcGetChipId); in InitRpcFuncMapChip()
484 EXPECT_TRUE(RpcGetChipId(nullptr, nullptr) < 0);485 EXPECT_TRUE(RpcGetChipId(mServer, nullptr) < 0);486 EXPECT_TRUE(RpcGetChipId(mServer, mContext) == 0);