Lines Matching refs:std
29 wifiData_ = std::make_shared<WifiScanInfo>();
30 blueToothData_ = std::make_shared<BluetoothScanInfo>();
45 inline std::shared_ptr<WifiScanInfo> GetWifiScanInfo() const
50 inline void SetWifiScanInfo(std::shared_ptr<WifiScanInfo> wifiData)
55 inline std::shared_ptr<BluetoothScanInfo> GetBluetoothScanInfo() const
60 inline void SetBluetoothScanInfo(std::shared_ptr<BluetoothScanInfo> blueToothData)
79 static std::shared_ptr<LocatingRequiredData> Unmarshalling(Parcel& parcel)
81 auto locatingRequiredData = std::make_shared<LocatingRequiredData>();
86 std::string ToString()
88 std::string str = "type_ : " + std::to_string(type_);
94 std::shared_ptr<WifiScanInfo> wifiData_;
95 std::shared_ptr<BluetoothScanInfo> blueToothData_;