Searched refs:CopyTemplateArrays (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | co_auth_test.cpp | 378 EXPECT_EQ(CopyTemplateArrays(nullptr, nullptr), RESULT_BAD_PARAM); in HWTEST_F() 383 EXPECT_EQ(CopyTemplateArrays(&inArray, nullptr), RESULT_BAD_PARAM); in HWTEST_F() 387 EXPECT_EQ(CopyTemplateArrays(&inArray, &outArray), RESULT_BAD_PARAM); in HWTEST_F() 389 EXPECT_EQ(CopyTemplateArrays(&inArray, &outArray), RESULT_SUCCESS); in HWTEST_F() 392 EXPECT_EQ(CopyTemplateArrays(&inArray, &outArray), RESULT_SUCCESS); in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | coauth.c | 71 ResultCode ret = CopyTemplateArrays(&(coAuthSchedule->templateIds), &(schedule->templateIds)); in CopyCoAuthSchedule() 346 ret = CopyTemplateArrays(param->templateIds, &(coAuthSchedule->templateIds)); in GenerateSchedule() 377 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out) in CopyTemplateArrays() function
|
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | coauth.h | 95 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out);
|
Completed in 4 milliseconds