Home
last modified time | relevance | path

Searched refs:GetCountryCodeType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code.h39 SetCountryCodeType(country.GetCountryCodeType()); in CountryCode()
47 (countryCodeType_ == country.GetCountryCodeType()); in IsSame()
65 inline int GetCountryCodeType() const in GetCountryCodeType() function
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp164 SetValueInt64(env, "type", country->GetCountryCodeType(), result); in CountryCodeToJs()