Home
last modified time | relevance | path

Searched defs:peerUdid (Results 1 – 25 of 78) sorted by relevance

1234

/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/registerdatachangelistener_fuzzer/
H A Dregisterdatachangelistener_fuzzer.cpp23 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 Ddevauthservregdatachangelistener_fuzzer.cpp27 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 Dbroadcast_manager.c72 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 Ddm_radar_helper.cpp45 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 Dlnn_topo_manager.c79 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 Dlnn_net_builder_init.c414 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 Dlnn_lane_listener_deps_mock.cpp49 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 Dlnn_lane_listener_test.cpp88 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 Ddm_radar_helper.cpp165 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 Dsign_param.h36 Uint8Array peerUdid; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp129 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 Daccount_related_group_auth.c269 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 Dlnn_topo_manager.h29 char peerUdid[UDID_BUF_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp196 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 Daccount_unrelated_group_auth.c98 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 Dhmac_key.c28 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 Dcompatible_bind_sub_session.c185 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 Dtrust_group_manager.cpp138 void TrustGroupManager::OnDeviceUnBoundAdapter(const char* peerUdid, const char* groupInfo) in OnDeviceUnBoundAdapter()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h47 char peerUdid[UDID_BUF_LEN]; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c704 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 Dlnn_lane_link.c634 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 Dlane_test.cpp456 const char *peerUdid = "123456ABCDEF"; variable
475 const char *peerUdid = "123456ABCDEF"; variable
/ohos5.0/base/security/device_auth/services/mk_agree/inc/
H A Dmk_agree_task.h51 char *peerUdid; member
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp761 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 Dgroup_auth_data_operation.c172 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe… in GaIsDeviceInGroup()

1234