Home
last modified time | relevance | path

Searched refs:ENABLE_REVERSE_GEOCODE_MOCK (Results 1 – 9 of 9) sorted by relevance

/base/location/interfaces/inner_api/include/
Dlocationhub_ipc_interface_code.h55 ENABLE_REVERSE_GEOCODE_MOCK = 33, enumerator
73 ENABLE_REVERSE_GEOCODE_MOCK = 33, enumerator
/base/location/test/fuzztest/locator/geoconvertservice_fuzzer/
Dgeoconvertservice_fuzzer.cpp83 …vice4->OnRemoteRequest(static_cast<uint32_t>(GeoConvertInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), in GeoConvertServiceFuzzTest()
/base/location/services/location_geocode/geocode/source/
Dgeo_convert_skeleton.cpp62 case static_cast<uint32_t>(GeoConvertInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK): { in OnRemoteRequest()
/base/location/services/location_locator/locator/source/
Dgeo_convert_proxy.cpp105 …endSimpleMsgAndParseResult(static_cast<int>(GeoConvertInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK)); in EnableReverseGeocodingMock()
Dlocator_ability.cpp1025 …SendGeoRequest(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), dataParcel, re… in EnableReverseGeocodingMock()
Dlocator_skeleton.cpp82 locatorHandleMap_[static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK)] = in InitLocatorHandleMap()
/base/location/test/location_mock_ipc/src/
Dlocation_mock_ipc.cpp92 …ipcMap_[static_cast<uint32_t>(GeoConvertInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK)] = g_geoIpcCod… in SetUp()
/base/location/frameworks/native/source/
Dlocator_proxy.cpp416 …int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), … in EnableReverseGeocodingMock()
952 … SendMsgWithReplyV9(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), reply); in EnableReverseGeocodingMockV9()
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
Dlocatorabilitystub_fuzzer.cpp372 ability->OnRemoteRequest(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), in LocatorAbilityStub019FuzzTest()