Home
last modified time | relevance | path

Searched defs:peerDeviceType (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
Ddisc_event_form.h123 const char *peerDeviceType; // PEER_DEV_TYPE member
191 const char *peerDeviceType; // PEER_DEV_TYPE member
Dconn_event_form.h98 const char *peerDeviceType; // PEER_DEV_TYPE member
165 const char *peerDeviceType; // PEER_DEV_TYPE member
Dlnn_event_form.h134 const char *peerDeviceType; // PEER_DEV_TYPE member
153 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; // PEER_DEV_TYPE member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_connection_fsm.c99 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; member
563 static int32_t GetDevTypeForDfx(char *localDeviceType, char *peerDeviceType, LnnConntionInfo *connI… in GetDevTypeForDfx()
769 static void NotifyProofExceptionEvent(DeviceType type, int32_t reason, const char *peerDeviceType) in NotifyProofExceptionEvent()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
Dlnn_connection_fsm_test.cpp652 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1] = {0}; variable