Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgeo_convert_proxy.cpp30 return SendSimpleMsg(static_cast<int>(GeoConvertInterfaceCode::IS_AVAILABLE), reply); in IsGeoConvertAvailable()
63 int GeoConvertProxy::SendSimpleMsg(const int msgId, MessageParcel& reply) in SendSimpleMsg() function in OHOS::Location::GeoConvertProxy
96 int error = SendSimpleMsg(msgId, reply); in SendSimpleMsgAndParseResult()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dgeo_convert_proxy.h41 int SendSimpleMsg(const int msgId, MessageParcel& reply);
/ohos5.0/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
H A Dgeoconvertproxy_fuzzer.cpp47 geoConvertProxy->SendSimpleMsg(data[index++], request); in GeoConvertProxyFuzzerTest()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h78 int SendSimpleMsg(const int msgId);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp74 int state = SendSimpleMsg(static_cast<int>(LocatorInterfaceCode::UPDATE_SA_ABILITY)); in UpdateSaAbility()
104 int LocatorProxy::SendSimpleMsg(const int msgId) in SendSimpleMsg() function in OHOS::Location::LocatorProxy