Searched refs:AssociateCoauthSchedule (Results 1 – 4 of 4) sorted by relevance
31 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate);
108 EXPECT_EQ(AssociateCoauthSchedule(0, 0, true), RESULT_NEED_INIT);
173 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate) in AssociateCoauthSchedule() function
93 ret = AssociateCoauthSchedule(enrollSchedule->scheduleId, param->authType, isUpdate); in GenerateCoAuthSchedule()