Home
last modified time | relevance | path

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

/base/location/frameworks/location_common/common/source/
Dgeo_address.cpp90 m_countryCode = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
127 parcel.WriteString16(Str8ToStr16(m_countryCode)); in Marshalling()
/base/location/interfaces/inner_api/include/
Dgeo_address.h41 std::string m_countryCode; variable
/base/location/test/location_common/source/
Dlocation_common_test.cpp113 EXPECT_EQ("countryCode", geoAddress->m_countryCode); in VerifyGeoAddressReadFromParcel()
/base/location/frameworks/native/source/
Dnapi_util.cpp148 SetValueUtf8String(env, "countryCode", geoAddress->m_countryCode.c_str(), eachObj); in GeoAddressesToJsObj()
454 JsObjectToString(env, value, "countryCode", bufLen, address->m_countryCode); in GetGeoAddressInfo()