Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgeo_convert_proxy.cpp92 bool GeoConvertProxy::SendSimpleMsgAndParseResult(const int msgId) in SendSimpleMsgAndParseResult() function in OHOS::Location::GeoConvertProxy
105 …return SendSimpleMsgAndParseResult(static_cast<int>(GeoConvertInterfaceCode::ENABLE_REVERSE_GEOCOD… in EnableReverseGeocodingMock()
110 …return SendSimpleMsgAndParseResult(static_cast<int>(GeoConvertInterfaceCode::DISABLE_REVERSE_GEOCO… in DisableReverseGeocodingMock()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dgeo_convert_proxy.h40 bool SendSimpleMsgAndParseResult(const int msgId);
/ohos5.0/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
H A Dgeoconvertproxy_fuzzer.cpp46 geoConvertProxy->SendSimpleMsgAndParseResult(data[index++]); in GeoConvertProxyFuzzerTest()