Home
last modified time | relevance | path

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

/base/location/frameworks/native/source/
Dcountry_code_callback_host.cpp124 CountryCodeToJs(context->env, context->country, jsEvent); in UvQueueWork()
Dnapi_util.cpp124 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& … in CountryCodeToJs() function
/base/location/interfaces/inner_api/include/
Dnapi_util.h82 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& …
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp772 CountryCodeToJs(context->env, context->country, context->result[PARAM1]); in CreateReverseGeocodeAsyncContext()