Home
last modified time | relevance | path

Searched refs:DoUpdateIdentify (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Didentify_funcs_test.cpp51 EXPECT_EQ(DoUpdateIdentify(contextId, nullptr, nullptr, nullptr, nullptr), RESULT_BAD_PARAM);
66 …EXPECT_EQ(DoUpdateIdentify(contextId, scheduleResult, &userId, &token, &result), RESULT_GENERAL_ER…
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Didentify_funcs.h29 ResultCode DoUpdateIdentify(uint64_t contextId, const Buffer *scheduleResult, int32_t *userId, User…
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Didentify_funcs.c47 ResultCode DoUpdateIdentify(uint64_t contextId, const Buffer *scheduleResult, int32_t *userId, in DoUpdateIdentify() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp767 …int32_t ret = DoUpdateIdentify(contextId, scheduleResultBuffer, &info.userId, &token, &info.result… in UpdateIdentificationResult()