Home
last modified time | relevance | path

Searched full:peer_net_id (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/av_session/utils/include/
Dradar_constants.h107 const char* PEER_NET_ID = "PEER_NET_ID"; variable
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
Dpasteboard_event_dfx.h126 constexpr const char *PEER_NET_ID = "PEER_NET_ID"; variable
/foundation/communication/dsoftbus/dfx/interface/include/form/
Dlnn_event_form.h203 const char *peerNetworkId; // PEER_NET_ID
222 char peerNetworkId[NETWORK_ID_BUF_LEN]; // PEER_NET_ID
Dtrans_event_form.h94 const char *peerNetworkId; // PEER_NET_ID
Dconn_event_form.h97 const char *peerNetworkId; // PEER_NET_ID
Ddisc_event_form.h156 const char *peerNetworkId; // PEER_NET_ID
/foundation/communication/dsoftbus/dfx/event/src/convert/
Ddisc_event_converter.h108 { "PEER_NET_ID", HISYSEVENT_STRING, DiscAssignerPeerNetworkId },
Dtrans_event_converter.h94 { "PEER_NET_ID", HISYSEVENT_STRING, TransAssignerPeerNetworkId },
Dconn_event_converter.h125 { "PEER_NET_ID", HISYSEVENT_STRING, ConnAssignerPeerNetworkId },
Dlnn_event_converter.h161 { "PEER_NET_ID", HISYSEVENT_STRING, LnnAssignerPeerNetworkId },
/foundation/communication/dsoftbus/
Dhisysevent.yaml72 PEER_NET_ID: { type: STRING, desc: peer device net id }
181 PEER_NET_ID: { type: STRING, desc: peer device net id }
250 PEER_NET_ID: { type: STRING, desc: peer device net id }
334 PEER_NET_ID: { type: STRING, desc: peer network id }
/foundation/distributedhardware/distributed_camera/
Dhisysevent.yaml120 PEER_NET_ID: {type: STRING, desc: Peer device NET_ID}
/foundation/distributedhardware/distributed_audio/
Dhisysevent.yaml117 PEER_NET_ID: {type: STRING, desc: Peer device Net_ID}
/foundation/multimedia/av_session/utils/src/
Davsession_radar.cpp193 PEER_NET_ID, info.peerNetId_, in ReportWithoutTrustInfo()
216 PEER_NET_ID, info.peerNetId_, in ReportWithTrustInfo()
/foundation/multimedia/av_session/
Dhisysevent.yaml34 PEER_NET_ID: {type: STRING, desc: peer networkid}
/foundation/distributedhardware/device_manager/radar/src/
Ddm_radar_helper.cpp129 …{.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, .v = { .s = (char *)peerNetId.c_str() }, .arraySiz… in ReportDiscoverResCallbackStageSucc()
164 …{.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, .v = { .s = (char *)peerNetId.c_str() }, .arraySiz… in ReportDiscoverResCallback()
788 …{.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, .v = { .s = (char *)peerNetId.c_str() }, .arraySiz… in ReportNetworkOnline()
818 …{.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, .v = { .s = (char *)peerNetId.c_str() }, .arraySiz… in ReportNetworkOffline()
851 …{.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, .v = { .s = (char *)peerNetId.c_str() }, .arraySiz… in ReportDeleteTrustRelation()
1314 …{.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, .v = { .s = (char *)peerNetId.c_str() }, .arraySiz… in ReportGetDeviceInfoResultSucc()
1354 {.name = "PEER_NET_ID", .t = HISYSEVENT_STRING, in ReportGetDeviceInfo()
/foundation/distributeddatamgr/pasteboard/services/core/src/
Dpasteboard_service.cpp951 …DMAdapter::GetInstance().GetLocalDeviceType(), PEER_NET_ID, PasteboardDfxUntil::GetAnonymousID(pee… in GetData()