Home
last modified time | relevance | path

Searched refs:locationSourceType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation.cpp46 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()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation.h218 return locationSourceType_; in GetLocationSourceType()
223 locationSourceType_ = locationSourceType; in SetLocationSourceType()
280 int32_t locationSourceType_; variable