/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_wifi_direct.c | 187 char peerUdid[UDID_BUF_LEN] = {0}; in FreeResourceForForceDisconnect() local
|
H A D | lnn_lane_listener.c | 262 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkupNotify() argument 304 int32_t LaneLinkdownNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkdownNotify() argument [all...] |
H A D | lnn_select_rule.c | 595 char peerUdid[UDID_BUF_LEN] = {0}; in UpdateHmlPriority() local
|
H A D | lnn_lane_link.c | 634 int32_t FindLaneResourceByLinkType(const char *peerUdid, LaneLinkType type, LaneResource *resource) in FindLaneResourceByLinkType() argument 716 UpdateLaneResourceLaneId(uint64_t oldLaneId, uint64_t newLaneId, const char *peerUdid) UpdateLaneResourceLaneId() argument 747 CheckLaneResourceNumByLinkType(const char *peerUdid, LaneLinkType type, int32_t *laneNum) CheckLaneResourceNumByLinkType() argument 846 ConvertUdidToHexStr(const char *peerUdid, char *udidHashStr, uint32_t hashStrLen) ConvertUdidToHexStr() argument 872 char peerUdid[UDID_BUF_LEN] = {0}; FetchLaneResourceByDevId() local 1267 char peerUdid[UDID_BUF_LEN] = {0}; LaneLinkOfBle() local 1550 char peerUdid[UDID_BUF_LEN] = {0}; LaneLinkOfCoc() local [all...] |
H A D | lnn_trans_lane.c | 105 char peerUdid[UDID_BUF_LEN]; member 889 static int32_t CheckLinkConflict(const char* peerUdid, LaneLinkType linkType) in CheckLinkConflict() argument 1825 PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneLinkInfo) PostLaneStateChangeMessage() argument [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 456 const char *peerUdid = "123456ABCDEF"; in HWTEST_F() local 475 const char *peerUdid = "123456ABCDEF"; in HWTEST_F() local
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 163 void DpDeviceManager::DpDevTrustChangeCallback::OnDeviceTrustChange(const std::string &peerUdid, in OnDeviceTrustChange() argument
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 634 const char *peerUdid = NODE_UDID; in HWTEST_F() local 1936 const char *peerUdid = NODE_UDID; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_app_info.h | 100 char peerUdid[DEVICE_ID_SIZE_MAX]; member
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 925 const char *peerUdid = ""; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | conn_event_form.h | 96 const char *peerUdid; // PEER_UDID member 168 const char *peerUdid; // PEER_UDID member
|
H A D | trans_event_form.h | 91 const char *peerUdid; // PEER_UDID member
|
H A D | lnn_event_form.h | 121 const char *peerUdid; // PEER_UDID member 140 char peerUdid[UDID_BUF_LEN]; // PEER_UDID member 215 const char peerUdid[UDID_BUF_LEN]; // PEER_UDID member
|
H A D | disc_event_form.h | 179 const char *peerUdid; // PEER_UDID member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_device.c | 327 void AuthDeviceNotTrust(const char *peerUdid) in AuthDeviceNotTrust() argument 383 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() argument [all...] |
H A D | auth_session_json.c | 942 char peerUdid[UDID_BUF_LEN] = {0}; in VerifyExchangeIdTypeAndInfo() local
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_topo_manager.c | 77 char peerUdid[UDID_BUF_LEN]; member 164 static int32_t FindTopoInfo(const char *udid, const char *peerUdid, TopoTableItem **item, TopoInfo **info) in FindTopoInfo() argument 258 static int32_t PackTopoInfo(cJSON *info, const char *udid, const char *peerUdid, in PackTopoInfo() argument 288 PackOneLnnRelation(const char *udid, const char *peerUdid, const uint8_t *relation, uint32_t len) PackOneLnnRelation() argument 310 AddTopoInfo(const char *udid, const char *peerUdid, const uint8_t *relation, uint32_t len) AddTopoInfo() argument 346 UpdateLocalTopo(const char *udid, const char *peerUdid, const uint8_t *relation, uint32_t len) UpdateLocalTopo() argument 422 TryCorrectRelation(const char *networkId, const char *udid, const char *peerUdid, const uint8_t *relation, uint32_t len) TryCorrectRelation() argument 458 char udid[UDID_BUF_LEN], peerUdid[UDID_BUF_LEN]; ProcessTopoUpdateInfo() local 696 LnnGetRelation(const char *udid, const char *peerUdid, uint8_t *relation, uint32_t len) LnnGetRelation() argument [all...] |
H A D | lnn_net_builder.c | 581 bool DeletePcNodeInfo(const char *peerUdid) in DeletePcNodeInfo() argument 609 const char *SelectUseUdid(const char *peerUdid, const char *lowerUdid) in SelectUseUdid() argument 631 LnnDeleteLinkFinderInfo(const char *peerUdid) LnnDeleteLinkFinderInfo() argument [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 921 void DeviceProfileManager::OnDeviceTrustChange(const std::string& peerUdid, const std::string& peerUuid, in OnDeviceTrustChange() argument 943 void DeviceProfileManager::ClearDataWithPeerLogout(const std::string& peerUdid, const std::string& peerUuid) in ClearDataWithPeerLogout() argument [all...] |
/foundation/distributedhardware/device_manager/radar/include/ |
H A D | dm_radar_helper.h | 142 std::string peerUdid; member
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 895 static int32_t UdpOpenAuthConn(const char *peerUdid, uint32_t requestId, bool isMeta, int32_t linkType) in UdpOpenAuthConn() argument
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_deps_mock.cpp | 102 char peerUdid[] = "111122223333abcdef"; in ActionOfGetRemoteStrInfo() local
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 324 std::string peerUdid = ""; in OnSessionOpened() local
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 402 std::string peerUdid = ""; in GetPeerUdidHash() local
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 252 std::string peerUdid; in OnSoftbusDeviceOnline() local 300 std::string peerUdid; in OnSoftbusDeviceOffline() local
|