Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocating_required_data.h30 blueToothData_ = std::make_shared<BluetoothScanInfo>(); in LocatingRequiredData()
57 return blueToothData_; in GetBluetoothScanInfo()
62 blueToothData_ = blueToothData; in SetBluetoothScanInfo()
69 blueToothData_ = BluetoothScanInfo::Unmarshalling(parcel); in ReadFromParcel()
76 blueToothData_->Marshalling(parcel); in Marshalling()
89 return str + wifiData_->ToString() + blueToothData_->ToString(); in ToString()
95 std::shared_ptr<BluetoothScanInfo> blueToothData_; variable