Searched defs:remoteUdid (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | coauth.h | 68 uint8_t remoteUdid[UDID_LEN]; member 79 uint8_t remoteUdid[UDID_LEN]; member
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 454 ResultCode GenerateScheduleFunc(const Buffer *tlv, Uint8Array remoteUdid, ScheduleInfoParam *scheduleInfo) in GenerateScheduleFunc() argument
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 772 Uint8Array remoteUdid = { scheduleInfo->remoteUdid, sizeof(scheduleInfo->remoteUdid) }; in SetExecutorCollectMsgToAttribute() local 916 Uint8Array remoteUdid = { scheduleInfo->remoteUdid, UDID_LEN }; in GetScheduleInfoFromAttributeInner() local
|
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 524 std::string remoteUdid = parcel.ReadString(); in FuzzGetLocalScheduleFromMessage() local 539 std::string remoteUdid = parcel.ReadString(); in FuzzGetSignedExecutorInfo() local
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 1420 int32_t UserAuthInterfaceService::PrepareRemoteAuth(const std::string &remoteUdid)
in PrepareRemoteAuth() argument 1460 int32_t UserAuthInterfaceService::GetLocalScheduleFromMessage(const std::string &remoteUdid,
in GetLocalScheduleFromMessage() argument 1524 GetSignedExecutorInfo(const std::vector<int32_t>& authTypes, int32_t executorRole, const std::string& remoteUdid, std::vector<uint8_t>& signedExecutorInfo) GetSignedExecutorInfo() argument 1612 GetAuthResultFromMessage(const std::string& remoteUdid, const std::vector<uint8_t>& message, HdiAuthResultInfo& authResultInfo) GetAuthResultFromMessage() argument [all...] |
Completed in 8 milliseconds