Home
last modified time | relevance | path

Searched refs:constellationTypes_ (Results 1 - 2 of 2) sorted by relevance

/base/location/frameworks/base_module/source/
H A Dsatellite_status.cpp35 constellationTypes_ = satelliteStatus.GetConstellationTypes(); in SatelliteStatus()
50 constellationTypes_.push_back(parcel.ReadInt64()); in ReadFromParcel()
64 CHK_PARCEL_RETURN_VALUE(parcel.WriteInt64(constellationTypes_[i])); in Marshalling()
/base/location/interfaces/inner_api/include/
H A Dsatellite_status.h138 return constellationTypes_; in GetConstellationTypes()
145 constellationTypes_.push_back(*it); in SetConstellationTypes()
152 constellationTypes_.push_back(type); in SetConstellationType()
186 std::vector<int> constellationTypes_; member in OHOS::Location::SatelliteStatus

Completed in 1 milliseconds