Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dgeo_address.h44 std::string countryName_; member in OHOS::Location::GeoAddress
/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()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp155 eachObj.countryName = MallocCString(geoAddress->countryName_.c_str()); in ListGeoAddressToCJGeoAddressArr()
/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()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp124 EXPECT_EQ("countryName", geoAddress->countryName_); in VerifyGeoAddressReadFromParcel()

Completed in 6 milliseconds