Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp80 countryName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
116 parcel.WriteString16(Str8ToStr16(countryName_)); in Marshalling()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeo_address.h44 std::string countryName_; variable
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp189 SetValueUtf8String(env, "countryName", geoAddress->countryName_.c_str(), eachObj); in GeoAddressesToJsObj()
545 JsObjectToString(env, value, "countryName", bufLen, address->countryName_); in GetGeoAddressInfo()
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp123 EXPECT_EQ("countryName", geoAddress->countryName_); in VerifyGeoAddressReadFromParcel()