Searched refs:PROPERTY_DEVICE_NAME (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_config.cpp | 62 if (!config_->GetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name)) { in GetLocalName() 71 if (!config_->SetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name)) { in SetLocalName() 171 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name)) { in GetRemoteName() 240 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name)) { in SetRemoteName()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_config.cpp | 61 bool ret = config_->GetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name); in GetLocalName() 72 bool ret = config_->SetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name); in SetLocalName() 646 bool ret = config_->GetValue(SECTION_BLE_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name); in GetPeerName() 693 bool ret = config_->SetValue(SECTION_BLE_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name); in SetPeerName()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_device_config.h | 32 const std::string PROPERTY_DEVICE_NAME = "DeviceName"; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/ |
H A D | generic_access_service.cpp | 251 AdapterDeviceConfig::GetInstance()->GetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, result); in GetDeviceName()
|
Completed in 4 milliseconds