Home
last modified time | relevance | path

Searched refs:IsTemplateArraysValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dco_auth_test.cpp360 EXPECT_FALSE(IsTemplateArraysValid(nullptr));
364 EXPECT_FALSE(IsTemplateArraysValid(&array));
366 EXPECT_FALSE(IsTemplateArraysValid(&array));
369 EXPECT_TRUE(IsTemplateArraysValid(&array));
371 EXPECT_TRUE(IsTemplateArraysValid(&array));
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c55 if (coAuthSchedule == NULL || !IsTemplateArraysValid(&(coAuthSchedule->templateIds))) { in CopyCoAuthSchedule()
364 bool IsTemplateArraysValid(const Uint64Array *templateIds) in IsTemplateArraysValid() function
379 if (!IsTemplateArraysValid(in) || out == NULL || out->data != NULL) { in CopyTemplateArrays()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h94 bool IsTemplateArraysValid(const Uint64Array *templateIds);