Searched refs:SendGnssRequest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_ability.cpp | 561 LocationErrCode LocatorAbility::SendGnssRequest(int type, MessageParcel &data, MessageParcel &reply) in SendGnssRequest() function in OHOS::Location::LocatorAbility 617 return SendGnssRequest(static_cast<int>(GnssInterfaceCode::REG_NMEA), dataToStub, replyToStub); in RegisterNmeaMessageCallback() 630 … return SendGnssRequest(static_cast<int>(GnssInterfaceCode::UNREG_NMEA), dataToStub, replyToStub); in UnregisterNmeaMessageCallback() 647 … return SendGnssRequest(static_cast<int>(GnssInterfaceCode::REG_CACHED), dataToStub, replyToStub); in RegisterCachedLocationCallback() 660 …return SendGnssRequest(static_cast<int>(GnssInterfaceCode::UNREG_CACHED), dataToStub, replyToStub); in UnregisterCachedLocationCallback() 673 … SendGnssRequest(static_cast<int>(GnssInterfaceCode::GET_CACHED_SIZE), dataToStub, replyToStub); in GetCachedGnssLocationsSize() 716 return SendGnssRequest( in AddFence() 730 return SendGnssRequest( in RemoveFence() 744 return SendGnssRequest( in AddGnssGeofence() 759 return SendGnssRequest( in RemoveGnssGeofence() [all …]
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_ability.h | 220 LocationErrCode SendGnssRequest(int type, MessageParcel &data, MessageParcel &reply);
|