Home
last modified time | relevance | path

Searched defs:remoteUdid (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h176 int32_t PrepareRemoteAuth(const std::string &remoteUdid) in PrepareRemoteAuth()
181 …int32_t GetLocalScheduleFromMessage(const std::string &remoteUdid, const std::vector<uint8_t> &mes… in GetLocalScheduleFromMessage()
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> &messag… in GetAuthResultFromMessage()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h68 uint8_t remoteUdid[UDID_LEN]; member
79 uint8_t remoteUdid[UDID_LEN]; member
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp675 std::string remoteUdid; in FixDataOnDeviceOnline() local
774 std::string remoteUdid; in NotifyNotOHBaseOnline() local
865 void DeviceProfileManager::FixRemoteDataWhenPeerIsNonOH(const std::string& remoteUdid) in FixRemoteDataWhenPeerIsNonOH()
901 void DeviceProfileManager::FixRemoteDataWhenPeerIsOHBase(const std::string& remoteUdid, in FixRemoteDataWhenPeerIsOHBase()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.cpp59 uint64_t GenerateLaneId(const char *localUdid, const char *remoteUdid, LaneLinkType linkType) in GenerateLaneId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp139 uint64_t GenerateLaneId(const char *localUdid, const char *remoteUdid, LaneLinkType linkType) in GenerateLaneId()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1422 int32_t UserAuthInterfaceService::PrepareRemoteAuth(const std::string &remoteUdid) in PrepareRemoteAuth()
1462 int32_t UserAuthInterfaceService::GetLocalScheduleFromMessage(const std::string &remoteUdid, in GetLocalScheduleFromMessage()
1527 const std::string& remoteUdid, std::vector<uint8_t>& signedExecutorInfo) in GetSignedExecutorInfo()
1614 int32_t UserAuthInterfaceService::GetAuthResultFromMessage(const std::string& remoteUdid, in GetAuthResultFromMessage()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp178 std::string remoteUdid, Attributes &attr) in GetQueryExecutorInfoReply()
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp524 std::string remoteUdid = parcel.ReadString(); in FuzzGetLocalScheduleFromMessage() local
539 std::string remoteUdid = parcel.ReadString(); in FuzzGetSignedExecutorInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp378 const char *remoteUdid = LnnConvertDLidToUdid(param.remoteUuid.c_str(), CATEGORY_UUID); in OpenConnection() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c774 Uint8Array remoteUdid = { scheduleInfo->remoteUdid, sizeof(scheduleInfo->remoteUdid) }; in SetExecutorCollectMsgToAttribute() local
918 Uint8Array remoteUdid = { scheduleInfo->remoteUdid, UDID_LEN }; in GetScheduleInfoFromAttributeInner() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c465 ResultCode GenerateScheduleFunc(const Buffer *tlv, Uint8Array remoteUdid, ScheduleInfoParam *schedu… in GenerateScheduleFunc()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp487 const std::string &remoteUdid) in DeleteAclForAccountLogOut()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Daccesstoken_info_manager.cpp984 std::string remoteUdid; in AllocLocalTokenID() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c78 uint64_t GenerateLaneId(const char *localUdid, const char *remoteUdid, LaneLinkType linkType) in GenerateLaneId()