Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
Dwifi_direct_dfx.cpp100 auto localDeviceType = WifiDirectUtils::GetDeviceType(); in ReportConnEventExtra() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
Drtsp_param_info.h31 DeviceType localDeviceType; member
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
Drtsp_param_info.h31 DeviceType localDeviceType; member
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
Dlnn_event_form.h133 const char *localDeviceType; // LOCAL_DEV_TYPE member
152 char localDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; // LOCAL_DEV_TYPE member
Ddisc_event_form.h181 const char *localDeviceType; // LOCAL_DEV_TYPE member
Dconn_event_form.h108 const char *localDeviceType; // LOCAL_DEVICE_TYPE member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
Dlnn_connection_fsm_test.cpp651 char localDeviceType[DEVICE_TYPE_SIZE_LEN + 1] = {0}; variable
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
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()