/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/registerdatachangelistener_fuzzer/ |
H A D | registerdatachangelistener_fuzzer.cpp | 23 void onDeviceBound(const char *peerUdid, const char *groupInfo) {} in onDeviceBound() 25 void onDeviceUnBound(const char *peerUdid, const char *groupInfo) {} in onDeviceUnBound() 27 void onDeviceNotTrusted(const char *peerUdid) {} in onDeviceNotTrusted() 29 void onLastGroupDeleted(const char *peerUdid, int groupType) {} in onLastGroupDeleted()
|
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregdatachangelistener_fuzzer/ |
H A D | devauthservregdatachangelistener_fuzzer.cpp | 27 static void OnDeviceBound(const char *peerUdid, const char *groupInfo) {} in OnDeviceBound() 29 static void OnDeviceUnBound(const char *peerUdid, const char *groupInfo) {} in OnDeviceUnBound() 31 static void OnDeviceNotTrusted(const char *peerUdid) {} in OnDeviceNotTrusted() 33 static void OnLastGroupDeleted(const char *peerUdid, int groupType) {} in OnLastGroupDeleted()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/ |
H A D | broadcast_manager.c | 72 static void PostOnDeviceBound(const char *peerUdid, const char *messageStr) in PostOnDeviceBound() 90 static void PostOnDeviceUnBound(const char *peerUdid, const char *messageStr) in PostOnDeviceUnBound() 108 static void PostOnDeviceNotTrusted(const char *peerUdid) in PostOnDeviceNotTrusted() 126 static void PostOnLastGroupDeleted(const char *peerUdid, int groupType) in PostOnLastGroupDeleted()
|
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 45 bool DmRadarHelper::ReportAuthStart(const std::string &peerUdid, const std::string &pkgName) in ReportAuthStart() 126 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportCreatePinHolder() 132 std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportDestroyPinHolder() 137 …rHelper::ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) in ReportSendOrReceiveHolderMsg()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_topo_manager.c | 79 char peerUdid[UDID_BUF_LEN]; member 166 static int32_t FindTopoInfo(const char *udid, const char *peerUdid, TopoTableItem **item, TopoInfo … in FindTopoInfo() 260 static int32_t PackTopoInfo(cJSON *info, const char *udid, const char *peerUdid, in PackTopoInfo() 290 static const char *PackOneLnnRelation(const char *udid, const char *peerUdid, in PackOneLnnRelation() 312 static int32_t AddTopoInfo(const char *udid, const char *peerUdid, const uint8_t *relation, uint32_… in AddTopoInfo() 348 static int32_t UpdateLocalTopo(const char *udid, const char *peerUdid, const uint8_t *relation, uin… in UpdateLocalTopo() 425 static void TryCorrectRelation(const char *networkId, const char *udid, const char *peerUdid, in TryCorrectRelation() 461 char udid[UDID_BUF_LEN], peerUdid[UDID_BUF_LEN]; in ProcessTopoUpdateInfo() local 698 int32_t LnnGetRelation(const char *udid, const char *peerUdid, uint8_t *relation, uint32_t len) in LnnGetRelation()
|
H A D | lnn_net_builder_init.c | 414 const char *peerUdid = LnnConvertDLidToUdid(networkId, CATEGORY_NETWORK_ID); in TryElectAsMasterState() local 597 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_deps_mock.cpp | 49 int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneL… in PostLaneStateChangeMessage() 64 int32_t FindLaneResourceByLinkType(const char *peerUdid, LaneLinkType type, LaneResource *resource) in FindLaneResourceByLinkType()
|
H A D | lnn_lane_listener_test.cpp | 88 static void OnLaneLinkup(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo) in OnLaneLinkup() 93 static void OnLaneLinkdown(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo) in OnLaneLinkdown()
|
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 165 bool DmRadarHelper::ReportAuthStart(const std::string &peerUdid, const std::string &pkgName) in ReportAuthStart() 597 int32_t channelId, std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportCreatePinHolder() 646 std::string peerUdid, int32_t errCode, int32_t stageRes) in ReportDestroyPinHolder() 691 …rHelper::ReportSendOrReceiveHolderMsg(int32_t bizStage, std::string funcName, std::string peerUdid) in ReportSendOrReceiveHolderMsg()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/ |
H A D | sign_param.h | 36 Uint8Array peerUdid; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/ |
H A D | lnn_trans_lane_deps_mock.cpp | 129 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkupNotify() 134 int32_t LaneLinkdownNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkdownNotify() 154 int32_t CheckLaneResourceNumByLinkType(const char *peerUdid, LaneLinkType type, int32_t *laneNum) in CheckLaneResourceNumByLinkType()
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 269 static int32_t FillAccountCredentialInfo(int32_t osAccountId, const char *peerUdid, const char *gro… in FillAccountCredentialInfo() 303 const char *peerUdid = GetStringFromJson(paramsData, FIELD_PEER_CONN_DEVICE_ID); in FillAccountAuthInfo() local 331 static bool IsDeviceImportedByCloud(int32_t osAccountId, const char *peerUdid, const char *groupId) in IsDeviceImportedByCloud() 359 const char *peerUdid = GetStringFromJson(confirmationJson, FIELD_PEER_CONN_DEVICE_ID); in CombineAccountServerConfirms() local 579 const char *peerUdid = GetStringFromJson(dataFromClient, FIELD_PEER_CONN_DEVICE_ID); in AddSelfDevInfoForServer() local 720 static int32_t PrepareTrustedDeviceInfo(const char *peerUdid, const char *groupId, in PrepareTrustedDeviceInfo() 763 const char *peerUdid = GetStringFromJson(authParam, FIELD_PEER_CONN_DEVICE_ID); in AddTrustedDeviceForAccount() local
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_topo_manager.h | 29 char peerUdid[UDID_BUF_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_deviceprofile.cpp | 196 static void InsertDpSameAccount(const std::string peerUdid) in InsertDpSameAccount() 242 std::string peerUdid(deviceId); in UpdateDpSameAccount() local
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
H A D | account_unrelated_group_auth.c | 98 const char *peerUdid = GetStringFromJson(authParam, FIELD_PEER_CONN_DEVICE_ID); in AddPeerUdidToSelfData() local 369 const char *peerUdid = GetStringFromJson(paramsData, FIELD_PEER_CONN_DEVICE_ID); in FillNonAccountAuthInfo() local 417 const char *peerUdid = GetStringFromJson(confirmationJson, FIELD_PEER_CONN_DEVICE_ID); in CombineDasServerConfirmParams() local
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/ |
H A D | hmac_key.c | 28 static Buffer *GenerateHmacKey(const Buffer *peerUdid) in GenerateHmacKey()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session.c | 185 const char *peerUdid = GetStringFromJson(jsonParams, FIELD_CONN_DEVICE_ID); in CheckServerStatusIfNotInvite() local 298 static int32_t InformSelfBindSuccess(const char *peerAuthId, const char *peerUdid, const char *grou… in InformSelfBindSuccess() 478 static int32_t AddPeerDevToGroup(const char *peerAuthId, const char *peerUdid, in AddPeerDevToGroup() 492 static int32_t AddGroupAndDev(const char *peerAuthId, const char *peerUdid, const char *groupId, in AddGroupAndDev() 506 static int32_t HandleBindSuccess(const char *peerAuthId, const char *peerUdid, const char *groupId, in HandleBindSuccess() 528 const char *peerUdid = GetStringFromJson(jsonParams, FIELD_CONN_DEVICE_ID); in OnBindFinish() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/ |
H A D | trust_group_manager.cpp | 138 void TrustGroupManager::OnDeviceUnBoundAdapter(const char* peerUdid, const char* groupInfo) in OnDeviceUnBoundAdapter()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | trans_network_statistics.h | 47 char peerUdid[UDID_BUF_LEN]; member
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 704 IAM_STATIC ResultCode GetRemoteExecutorInfo(const Buffer *msg, Uint8Array peerUdid, Uint8Array *sub… in GetRemoteExecutorInfo() 752 Uint8Array peerUdid = { infoToCheck->deviceUdid, sizeof(infoToCheck->deviceUdid) }; in CheckRemoteExecutorInfo() local 966 ResultCode CreateScheduleInfo(const Buffer *tlv, Uint8Array peerUdid, ScheduleInfoParam *scheduleIn… in CreateScheduleInfo() 1035 Uint8Array peerUdid = { .data = authResultInfo->remoteUdid, .len = UDID_LEN }; in CreateAuthResultInfo() local 1106 Buffer *GetExecutorInfoTlv(Uint8Array attrsTlv, Uint8Array peerUdid) in GetExecutorInfoTlv()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 634 int32_t FindLaneResourceByLinkType(const char *peerUdid, LaneLinkType type, LaneResource *resource) in FindLaneResourceByLinkType() 716 int32_t UpdateLaneResourceLaneId(uint64_t oldLaneId, uint64_t newLaneId, const char *peerUdid) in UpdateLaneResourceLaneId() 747 int32_t CheckLaneResourceNumByLinkType(const char *peerUdid, LaneLinkType type, int32_t *laneNum) in CheckLaneResourceNumByLinkType() 846 static int32_t ConvertUdidToHexStr(const char *peerUdid, char *udidHashStr, uint32_t hashStrLen) in ConvertUdidToHexStr() 872 char peerUdid[UDID_BUF_LEN] = {0}; in FetchLaneResourceByDevId() local 1267 char peerUdid[UDID_BUF_LEN] = {0}; in LaneLinkOfBle() local 1550 char peerUdid[UDID_BUF_LEN] = {0}; in LaneLinkOfCoc() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 456 const char *peerUdid = "123456ABCDEF"; variable 475 const char *peerUdid = "123456ABCDEF"; variable
|
/ohos5.0/base/security/device_auth/services/mk_agree/inc/ |
H A D | mk_agree_task.h | 51 char *peerUdid; member
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 761 static void OnDeviceBound(const char *peerUdid, const char *groupInfo) in OnDeviceBound() 767 static void OnDeviceUnBound(const char *peerUdid, const char *groupInfo) in OnDeviceUnBound() 773 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() 778 static void OnLastGroupDeleted(const char *peerUdid, int groupType) in OnLastGroupDeleted()
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/ |
H A D | group_auth_data_operation.c | 172 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe… in GaIsDeviceInGroup()
|