Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dgeo_address.cpp84 m_locality = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
121 parcel.WriteString16(Str8ToStr16(m_locality)); in Marshalling()
/base/location/interfaces/inner_api/include/
Dgeo_address.h45 std::string m_locality; variable
/base/location/test/location_common/source/
Dlocation_common_test.cpp107 EXPECT_EQ("locality", geoAddress->m_locality); in VerifyGeoAddressReadFromParcel()
/base/location/frameworks/native/source/
Dnapi_util.cpp152 SetValueUtf8String(env, "locality", geoAddress->m_locality.c_str(), eachObj); in GeoAddressesToJsObj()
458 JsObjectToString(env, value, "locality", bufLen, address->m_locality); in GetGeoAddressInfo()