Home
last modified time | relevance | path

Searched refs:objectLocator (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dsubability_common.cpp223 sptr<IRemoteObject> objectLocator = in ReportLocationInfo() local
225 if (objectLocator == nullptr) { in ReportLocationInfo()
229objectLocator->SendRequest(static_cast<int>(LocatorInterfaceCode::REPORT_LOCATION), data, reply, o… in ReportLocationInfo()
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp568 sptr<IRemoteObject> objectLocator = in ReportLocationError() local
570 if (objectLocator == nullptr) { in ReportLocationError()
574objectLocator->SendRequest(static_cast<int>(LocatorInterfaceCode::REPORT_LOCATION_ERROR), data, re… in ReportLocationError()