Home
last modified time | relevance | path

Searched refs:AdapterDeviceInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_info.cpp25 AdapterDeviceInfo *AdapterDeviceInfo::g_instance = nullptr;
27 struct AdapterDeviceInfo::impl {
34 IAdapterDeviceInfo *AdapterDeviceInfo::GetInstance() in GetInstance()
37 static AdapterDeviceInfo instance; in GetInstance()
44 AdapterDeviceInfo::AdapterDeviceInfo() : pimpl(std::make_unique<impl>()){}; in AdapterDeviceInfo() function in OHOS::bluetooth::AdapterDeviceInfo
46 AdapterDeviceInfo::~AdapterDeviceInfo() in ~AdapterDeviceInfo()
49 bool AdapterDeviceInfo
[all...]
H A Dadapter_device_info.h101 class AdapterDeviceInfo : public IAdapterDeviceInfo { class
157 AdapterDeviceInfo();
162 ~AdapterDeviceInfo();
165 static AdapterDeviceInfo *g_instance;
H A Dadapter_manager.cpp485 if (!AdapterDeviceInfo::GetInstance()->Reload()) { in ClearAllStorage()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp49 AdapterDeviceInfo::GetInstance()->Load(); in DeviceInformationService()
239 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_SYSYTEM_ID, result); in GetSystemId()
246 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_PNP_ID, result); in GetPnpId()
253 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_IEEE_INFO, result); in GetIEEEInfo()
260 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_MANUFACTURER_NAME, result); in GetManufactureName()
267 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_MODEL_NUMBER, result); in GetModelNumber()
274 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_SERIAL_NUMBER, result); in GetSerialNumber()
281 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_HARDWARE_REVISION, result); in GetHardwareRevision()
288 AdapterDeviceInfo::GetInstance()->GetValue(SECTION_BLE, PROPERTY_FIRMWARE_REVISION, result); in GetFirmwareRevision()
295 AdapterDeviceInfo in GetSoftwareRevision()
[all...]

Completed in 3 milliseconds