Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocationhub_ipc_interface_code.h51 GET_ISO_COUNTRY_CODE = 29, enumerator
107 GET_ISO_COUNTRY_CODE = 21, enumerator
140 GET_ISO_COUNTRY_CODE = 21, enumerator
169 GET_ISO_COUNTRY_CODE = 21, enumerator
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_ipc_interface_code.h38 GET_ISO_COUNTRY_CODE, enumerator
/ohos5.0/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
H A Dlocatorabilitystub_fuzzer.cpp159 ability->OnRemoteRequest(static_cast<int>(LocatorInterfaceCode::GET_ISO_COUNTRY_CODE), in LocatorAbilityStub005FuzzTest()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp197 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_ISO_COUNTRY_CODE)] = in AddHandlerSimToMapExt()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp705 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_ISO_COUNTRY_CODE), data, r… in GetISOCountryCodeForSim()