Home
last modified time | relevance | path

Searched refs:countryCodePtr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_callback_host.cpp32 auto countryCodePtr = CountryCode::Unmarshalling(data); in OnRemoteRequest() local
33 OnCountryCodeChange(countryCodePtr); in OnRemoteRequest()
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.cpp156 auto countryCodePtr = CountryCode::Unmarshalling(request); in CountryCodeCallbackHostFuzzerTest() local
157 callbackHost->Send(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()
160 callbackHost->OnCountryCodeChange(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dcountry_code_callback_napi.cpp50 auto countryCodePtr = CountryCode::Unmarshalling(data); in OnRemoteRequest() local
51 OnCountryCodeChange(countryCodePtr); in OnRemoteRequest()