Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE_BUF_LEN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c168 char softBusDevType[DEVICE_TYPE_BUF_LEN] = {0}; in GetCommonDevInfo()
169 … if (SoftBusConvertDeviceType(devType, softBusDevType, DEVICE_TYPE_BUF_LEN) != SOFTBUS_OK) { in GetCommonDevInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h23 #define DEVICE_TYPE_BUF_LEN 17 macro
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble_utils.c116 char type[DEVICE_TYPE_BUF_LEN] = {0}; in DiscBleGetDeviceType()
117 int32_t ret = LnnGetLocalStrInfo(STRING_KEY_DEV_TYPE, type, DEVICE_TYPE_BUF_LEN); in DiscBleGetDeviceType()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c945 char devType[DEVICE_TYPE_BUF_LEN] = TYPE_UNKNOWN; in InitLocalDeviceInfo()
977 if (GetCommonDevInfo(COMM_DEVICE_KEY_DEVTYPE, devType, DEVICE_TYPE_BUF_LEN) != SOFTBUS_OK) { in InitLocalDeviceInfo()
1780 {STRING_KEY_DEV_TYPE, DEVICE_TYPE_BUF_LEN, LlGetDeviceType, UpdateLocalDeviceType},
2153 char type[DEVICE_TYPE_BUF_LEN] = {0}; in LnnGetLocalDeviceInfo()
2169 rc = LnnGetLocalStrInfo(STRING_KEY_DEV_TYPE, type, DEVICE_TYPE_BUF_LEN); in LnnGetLocalDeviceInfo()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1525 char deviceType[DEVICE_TYPE_BUF_LEN] = {0}; in ParseCommonJsonInfo()
1527 if (JSON_GetStringFromOject(json, DEVICE_TYPE, deviceType, DEVICE_TYPE_BUF_LEN)) { in ParseCommonJsonInfo()
1829 char deviceType[DEVICE_TYPE_BUF_LEN] = { 0 }; in UnpackDeviceInfoBtV1()
1831 !JSON_GetStringFromOject(json, DEVICE_TYPE, deviceType, DEVICE_TYPE_BUF_LEN) || in UnpackDeviceInfoBtV1()