Searched refs:DoIdentify (Results 1 – 4 of 4) sorted by relevance
28 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule);
45 EXPECT_EQ(DoIdentify(param, nullptr), RESULT_BAD_PARAM);
26 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule) in DoIdentify() function
427 int32_t ret = DoIdentify(param, &scheduleGet); in BeginIdentificationV1_1()