Searched refs:GetBluetoothScanInfo (Results 1 - 2 of 2) sorted by relevance
/base/location/interfaces/inner_api/include/ |
H A D | locating_required_data.h | 55 inline std::shared_ptr<BluetoothScanInfo> GetBluetoothScanInfo() const in GetBluetoothScanInfo() function in OHOS::Location::LocatingRequiredData
|
/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 240 replyList[i]->GetBluetoothScanInfo()->GetDeviceName().c_str(), blueToothObj); in LocatingRequiredDataToJsObj() 241 SetValueUtf8String(env, "macAddress", replyList[i]->GetBluetoothScanInfo()->GetMac().c_str(), blueToothObj); in LocatingRequiredDataToJsObj() 242 SetValueInt64(env, "rssi", replyList[i]->GetBluetoothScanInfo()->GetRssi(), blueToothObj); in LocatingRequiredDataToJsObj() 243 SetValueInt64(env, "timestamp", replyList[i]->GetBluetoothScanInfo()->GetTimeStamp(), blueToothObj); in LocatingRequiredDataToJsObj()
|
Completed in 3 milliseconds