Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dgeo_address.cpp78 postalCode_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
114 parcel.WriteString16(Str8ToStr16(postalCode_)); in Marshalling()
/base/location/interfaces/inner_api/include/
Dgeo_address.h50 std::string postalCode_; variable
/base/location/frameworks/native/source/
Dnapi_util.cpp155 SetValueUtf8String(env, "postalCode", geoAddress->postalCode_.c_str(), eachObj); in GeoAddressesToJsObj()
490 JsObjectToString(env, value, "postalCode", bufLen, address->postalCode_); in GetGeoAddressInfo()
/base/location/test/location_common/source/
Dlocation_common_test.cpp127 EXPECT_EQ("postalCode", geoAddress->postalCode_); in VerifyGeoAddressReadFromParcel()