Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h97 const char *peerDeviceType; // PEER_DEV_TYPE member
163 const char *peerDeviceType; // PEER_DEV_TYPE member
H A Ddisc_event_form.h123 const char *peerDeviceType; // PEER_DEV_TYPE member
191 const char *peerDeviceType; // PEER_DEV_TYPE member
H A Dlnn_event_form.h134 const char *peerDeviceType; // PEER_DEV_TYPE member
153 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; // PEER_DEV_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A 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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp652 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1] = {0}; variable