Home
last modified time | relevance | path

Searched refs:remoteUdid (Results 1 - 12 of 12) sorted by relevance

/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h176 int32_t PrepareRemoteAuth(const std::string &remoteUdid) in PrepareRemoteAuth() argument
181 int32_t GetLocalScheduleFromMessage(const std::string &remoteUdid, const std::vector<uint8_t> &message, in GetLocalScheduleFromMessage() argument
188 const std::string &remoteUdid, std::vector<uint8_t> &signedExecutorInfo) in GetSignedExecutorInfo()
198 int32_t GetAuthResultFromMessage(const std::string &remoteUdid, const std::vector<uint8_t> &message, in GetAuthResultFromMessage() argument
187 GetSignedExecutorInfo(const std::vector<int32_t> &authTypes, int32_t executorRole, const std::string &remoteUdid, std::vector<uint8_t> &signedExecutorInfo) GetSignedExecutorInfo() argument
/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp139 if (metaData.remoteUdid.has_value()) { in CopyMetaDataToTraceInfo()
140 info.remoteUdid = metaData.remoteUdid.value(); in CopyMetaDataToTraceInfo()
199 if (metaData.remoteUdid.has_value()) { in ProcessUserAuthFwkEvent()
200 securityInfo.remoteUdid = metaData.remoteUdid.value(); in ProcessUserAuthFwkEvent()
H A Dcontext_callback_impl.cpp196 void ContextCallbackImpl::SetTraceRemoteUdid(const std::string &remoteUdid) in SetTraceRemoteUdid() argument
198 metaData_.remoteUdid = remoteUdid; in SetTraceRemoteUdid()
H A Dcontext_callback_impl.h48 void SetTraceRemoteUdid(const std::string &remoteUdid) override;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h76 MOCK_METHOD1(PrepareRemoteAuth, int32_t(const std::string &remoteUdid));
77 MOCK_METHOD3(GetLocalScheduleFromMessage, int32_t(const std::string &remoteUdid,
80 const std::string &remoteUdid, std::vector<uint8_t> &signedExecutorInfo));
83 const std::string &remoteUdid, const std::vector<uint8_t> &message, HdiAuthResultInfo &authResultInfo));
H A Dmock_context.h58 MOCK_METHOD1(SetTraceRemoteUdid, void(const std::string &remoteUdid));
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h38 std::string remoteUdid; member
54 std::string remoteUdid; member
/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_msg_util.h36 std::string remoteUdid, Attributes &attr);
/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h55 std::optional<std::string> remoteUdid; member
94 virtual void SetTraceRemoteUdid(const std::string &remoteUdid) = 0;
/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
H A Dhisysevent_adapter.cpp151 STR_REMOTE_UDID, MaskForStringId(info.remoteUdid), in ReportUserAuth()
175 STR_REMOTE_UDID, MaskForStringId(info.remoteUdid), in ReportSecurityUserAuthFwk()
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp178 std::string remoteUdid, Attributes &attr) in GetQueryExecutorInfoReply()
185 int32_t hdiRet = hdi->GetSignedExecutorInfo(authTypes, executorRole, remoteUdid, signedExecutorInfo); in GetQueryExecutorInfoReply()
177 GetQueryExecutorInfoReply(const std::vector<int32_t> authTypes, int32_t executorRole, std::string remoteUdid, Attributes &attr) GetQueryExecutorInfoReply() argument
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Daccesstoken_info_manager.cpp1009 std::string remoteUdid; in AllocLocalTokenID() local
1011 remoteUdid); in AllocLocalTokenID()
1012 ACCESSTOKEN_LOG_INFO(LABEL, "Device %{public}s remoteUdid.", ConstantCommon::EncryptDevId(remoteUdid).c_str()); in AllocLocalTokenID()
1013 AccessTokenID mapID = AccessTokenRemoteTokenManager::GetInstance().GetDeviceMappingTokenID(remoteUdid, in AllocLocalTokenID()
1018 int ret = TokenModifyNotifier::GetInstance().GetRemoteHapTokenInfo(remoteUdid, remoteTokenID); in AllocLocalTokenID()
1021 ConstantCommon::EncryptDevId(remoteUdid).c_str(), remoteTokenID); in AllocLocalTokenID()
1029 return AccessTokenRemoteTokenManager::GetInstance().GetDeviceMappingTokenID(remoteUdid, remoteTokenID); in AllocLocalTokenID()

Completed in 8 milliseconds