Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_event.h56 bool OffCountryCodeChangeCallback(const napi_env& env, const napi_value& handler);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp115 g_offFuncMap.insert(std::make_pair("countryCodeChange", &OffCountryCodeChangeCallback)); in InitOffFuncMap()
1312 bool OffCountryCodeChangeCallback(const napi_env& env, const napi_value& handler) in OffCountryCodeChangeCallback() function