Home
last modified time | relevance | path

Searched refs:DEFAULT_DEVICE_NAME (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter_weak.c24 #define DEFAULT_DEVICE_NAME "UNKNOWN" macro
34 if (strncpy_s(value, len, DEFAULT_DEVICE_NAME, strlen(DEFAULT_DEVICE_NAME)) != EOK) { in GetCommonDevInfo()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_deps_mock.cpp28 constexpr char DEFAULT_DEVICE_NAME[] = "OpenHarmony"; member
56 if (strncpy_s(value, len, DEFAULT_DEVICE_NAME, strlen(DEFAULT_DEVICE_NAME)) != EOK) { in LedgerGetCommonDevInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.h55 static const std::string DEFAULT_DEVICE_NAME; member in OHOS::bluetooth::GenericAccessService
H A Dgeneric_access_service.cpp33 const std::string GenericAccessService::DEFAULT_DEVICE_NAME = "BluetoothDevice"; member in OHOS::bluetooth::GenericAccessService
250 std::string result = DEFAULT_DEVICE_NAME; in GetDeviceName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h326 std::string deviceName_ {DEFAULT_DEVICE_NAME};
H A Dclassic_defs.h34 const std::string DEFAULT_DEVICE_NAME = "BluetoothDevice"; member
H A Dclassic_adapter_properties.cpp59 deviceName_ = DEFAULT_DEVICE_NAME; in LoadHostInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c54 #define DEFAULT_DEVICE_NAME "OpenHarmony" macro
392 if (strncpy_s((char *)buf, len, DEFAULT_DEVICE_NAME, strlen(DEFAULT_DEVICE_NAME)) != EOK) { in LlGetDeviceName()

Completed in 8 milliseconds