Home
last modified time | relevance | path

Searched refs:remoteAuthResultMsg (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h77 Buffer *remoteAuthResultMsg; member
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h42 Buffer *remoteAuthResultMsg; member
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp633 if (infoIn.remoteAuthResultMsg != nullptr) { in CopyAuthResult()
634 infoOut.remoteAuthResultMsg.resize(infoIn.remoteAuthResultMsg->contentSize); in CopyAuthResult()
635 if (memcpy_s(infoOut.remoteAuthResultMsg.data(), infoOut.remoteAuthResultMsg.size(), in CopyAuthResult()
636 infoIn.remoteAuthResultMsg->buf, infoIn.remoteAuthResultMsg->contentSize) != EOK) { in CopyAuthResult()
637 IAM_LOGE("copy remoteAuthResultMsg failed"); in CopyAuthResult()
638 infoOut.remoteAuthResultMsg.clear(); in CopyAuthResult()
1577 out->remoteAuthResultMsg in CopyHdiAuthResultInfo()
[all...]
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c220 result->remoteAuthResultMsg = CreateBufferByData(retInfo.data, retInfo.len); in GenerateRemoteAuthResultMsg()
608 DestoryBuffer(authResult->remoteAuthResultMsg); in DestroyAuthResult()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp149 FillFuzzUint8Vector(parcel, authResultInfo.remoteAuthResultMsg); in FillFuzzAuthResultInfo()

Completed in 5 milliseconds