Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dcountry_code.h33 countryCodeType_ = COUNTRY_CODE_FROM_LOCALE; in CountryCode()
47 (countryCodeType_ == country.GetCountryCodeType()); in IsSame()
52 return (countryCodeType_ > type); in IsMoreReliable()
67 return countryCodeType_; in GetCountryCodeType()
72 countryCodeType_ = type; in SetCountryCodeType()
78 countryCodeType_ = parcel.ReadInt64(); in ReadFromParcel()
84 parcel.WriteInt64(countryCodeType_);
97 ", countryCodeType_ : " + std::to_string(countryCodeType_); in ToString()
103 int countryCodeType_; member in OHOS::Location::CountryCode
[all...]

Completed in 1 milliseconds