Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp201 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_TYPE, type)) { in GetRemoteDeviceType()
260 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_TYPE, type)) { in SetRemoteDeviceType()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp35 constexpr char PROPERTY_DEVICE_TYPE[] = "const.product.devicetype"; member
522 auto deviceProp = system::GetParameter(PROPERTY_DEVICE_TYPE, PROPERTY_DEVICE_TYPE_DEFAULT); in InitDeviceTypeBySystemProperty()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp670 bool ret = config_->GetValue(SECTION_BLE_PAIRED_LIST, subSection, PROPERTY_DEVICE_TYPE, type); in GetPeerDeviceType()
704 bool ret = config_->SetValue(SECTION_BLE_PAIRED_LIST, subSection, PROPERTY_DEVICE_TYPE, type); in SetPeerDeviceType()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.h35 const std::string PROPERTY_DEVICE_TYPE = "DeviceType"; member

Completed in 5 milliseconds