Home
last modified time | relevance | path

Searched refs:peerDevName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h70 char peerDevName[SOFTBUS_HISYSEVT_NAME_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_audit_converter.h56 LNN_AUDIT_ASSIGNER(String, PeerDevName, peerDevName)
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h227 const char peerDevName[DEVICE_NAME_BUF_LEN]; // PEER_DEV_NAME member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp224 .peerDevName = "Openharmony002",
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp243 ret = memcpy_s(devInfo.peerDevName, SOFTBUS_HISYSEVT_NAME_LEN, g_devName, strlen(g_devName));
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h176 MatchLnnAuditNameTypeStrParam(params, ++index, extra.peerDevName);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c237 if (LnnGetRemoteStrInfo(peerDevInfo->networkId, STRING_KEY_DEV_NAME, info.peerDevName, in ReportDeviceOnlineEvt()