Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_country_code_callback.h28 COUNTRY_CODE_CHANGE_EVENT = 1, enumerator
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_callback_host.cpp31 case COUNTRY_CODE_CHANGE_EVENT: { in OnRemoteRequest()
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dcountry_code_callback_proxy.cpp43 int error = Remote()->SendRequest(COUNTRY_CODE_CHANGE_EVENT, data, reply, option); in OnCountryCodeChange()
/ohos5.0/base/location/test/fuzztest/locator/countrycodecallbackhost_fuzzer/
H A Dcountrycodecallbackhost_fuzzer.cpp71 …callback->OnRemoteRequest(CountryCodeCallbackNapi::COUNTRY_CODE_CHANGE_EVENT, requestParcel, reply… in CountryCodeCallbackHostFuzzTest()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dcountry_code_callback_napi.cpp49 case COUNTRY_CODE_CHANGE_EVENT: { in OnRemoteRequest()