Searched refs:SendRequestToStub (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/location/frameworks/native/locator_agent/source/ |
H A D | locator_agent.cpp | 236 return SendRequestToStub(static_cast<int>(LocatorInterfaceCode::START_LOCATING), in StartGnssLocating() 250 return SendRequestToStub(static_cast<int>(LocatorInterfaceCode::STOP_LOCATING), in StopGnssLocating() 264 return SendRequestToStub(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK_V9), in RegisterNmeaMessageCallback() 278 return SendRequestToStub(static_cast<int>(LocatorInterfaceCode::UNREG_NMEA_CALLBACK_V9), in UnregisterNmeaMessageCallback() 292 return SendRequestToStub(static_cast<int>(LocatorInterfaceCode::REG_GNSS_STATUS_CALLBACK), in RegisterGnssStatusCallback() 306 return SendRequestToStub(static_cast<int>(LocatorInterfaceCode::UNREG_GNSS_STATUS_CALLBACK), in UnregisterGnssStatusCallback() 310 LocationErrCode LocatorAgent::SendRequestToStub(const int msgId, MessageParcel& data, MessageParcel… in SendRequestToStub() function in OHOS::Location::LocatorAgent
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_agent.h | 45 LocationErrCode SendRequestToStub(const int msgId, MessageParcel& data, MessageParcel& reply);
|