Home
last modified time | relevance | path

Searched refs:countryCode_ (Results 1 - 6 of 6) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dgeo_address.h43 std::string countryCode_; member in OHOS::Location::GeoAddress
/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp79 countryCode_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
115 parcel.WriteString16(Str8ToStr16(countryCode_)); in Marshalling()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp154 eachObj.countryCode = MallocCString(geoAddress->countryCode_.c_str()); in ListGeoAddressToCJGeoAddressArr()
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp208 return replyList.front()->countryCode_; in GetCountryCodeByLocation()
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp188 SetValueUtf8String(env, "countryCode", geoAddress->countryCode_.c_str(), eachObj); in GeoAddressesToJsObj()
544 JsObjectToString(env, value, "countryCode", bufLen, address->countryCode_); in GetGeoAddressInfo()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp123 EXPECT_EQ("countryCode", geoAddress->countryCode_); in VerifyGeoAddressReadFromParcel()

Completed in 9 milliseconds