Home
last modified time | relevance | path

Searched refs:locality_ (Results 1 - 5 of 5) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dgeo_address.h47 std::string locality_; member in OHOS::Location::GeoAddress
/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp83 locality_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
119 parcel.WriteString16(Str8ToStr16(locality_)); in Marshalling()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp158 eachObj.locality = MallocCString(geoAddress->locality_.c_str()); in ListGeoAddressToCJGeoAddressArr()
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp192 SetValueUtf8String(env, "locality", geoAddress->locality_.c_str(), eachObj); in GeoAddressesToJsObj()
548 JsObjectToString(env, value, "locality", bufLen, address->locality_); in GetGeoAddressInfo()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp127 EXPECT_EQ("locality", geoAddress->locality_); in VerifyGeoAddressReadFromParcel()

Completed in 5 milliseconds