Home
last modified time | relevance | path

Searched refs:CountryCodeToJs (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/frameworks/native/geofence_sdk/
H A Dlibgeofence_sdk_version_script.txt20 "*CountryCodeToJs*";
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dcountry_code_callback_napi.cpp161 CountryCodeToJs(context->env, context->country, jsEvent); in UvQueueWork()
H A Dnapi_util.cpp161 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& … in CountryCodeToJs() function
H A Dlocation_napi_adapter.cpp797 CountryCodeToJs(context->env, context->country, context->result[PARAM1]); in CreateReverseGeocodeAsyncContext()
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h80 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& …