Home
last modified time | relevance | path

Searched defs:localDeviceType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp100 auto localDeviceType = WifiDirectUtils::GetDeviceType(); in ReportConnEventExtra() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h133 const char *localDeviceType; // LOCAL_DEV_TYPE member
152 char localDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; // LOCAL_DEV_TYPE member
H A Dconn_event_form.h107 const char *localDeviceType; // LOCAL_DEVICE_TYPE member
H A Ddisc_event_form.h181 const char *localDeviceType; // LOCAL_DEV_TYPE member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp651 char localDeviceType[DEVICE_TYPE_SIZE_LEN + 1] = {0}; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c98 char localDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; member
563 static int32_t GetDevTypeForDfx(char *localDeviceType, char *peerDeviceType, LnnConntionInfo *connI… in GetDevTypeForDfx()