Searched refs:SendSimpleMsg (Results 1 – 5 of 5) sorted by relevance
30 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::GeoConvertProxy96 int error = SendSimpleMsg(msgId, reply); in SendSimpleMsgAndParseResult()
41 int SendSimpleMsg(const int msgId, MessageParcel& reply);
47 geoConvertProxy->SendSimpleMsg(data[index++], request); in GeoConvertProxyFuzzerTest()
78 int SendSimpleMsg(const int msgId);
74 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