Searched refs:locationSourceType_ (Results 1 – 2 of 2) sorted by relevance
46 locationSourceType_ = 0; in Location()72 locationSourceType_ = location.GetLocationSourceType(); in Location()96 locationSourceType_ = parcel.ReadInt32(); in ReadFromParcel()147 parcel.WriteInt32(locationSourceType_) && in Marshalling()178 ", locationSourceType : " + std::to_string(locationSourceType_) + in ToString()
218 return locationSourceType_; in GetLocationSourceType()223 locationSourceType_ = locationSourceType; in SetLocationSourceType()280 int32_t locationSourceType_; variable