Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dsatellite_status.cpp31 carrierToNoiseDensitys_ = satelliteStatus.GetCarrierToNoiseDensitys(); in SatelliteStatus()
/base/location/interfaces/inner_api/include/
Dsatellite_status.h60 inline std::vector<double> GetCarrierToNoiseDensitys() const in GetCarrierToNoiseDensitys() function
/base/location/test/location_common/source/
Dlocation_common_test.cpp298 EXPECT_EQ(i + 1.0, status->GetCarrierToNoiseDensitys()[i]);
/base/location/frameworks/native/source/
Dnapi_util.cpp65 napi_create_double(env, statusInfo->GetCarrierToNoiseDensitys()[index], &value)); in SatelliteStatusToJs()