Home
last modified time | relevance | path

Searched refs:locationUpdate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dnative_location_callback_host.cpp52 if (locationCallback.locationUpdate != nullptr) { in OnLocationReport()
53 locationCallback.locationUpdate(location); in OnLocationReport()
/ohos5.0/base/location/frameworks/native/locator_agent/include/
H A Dnative_location_callback_host.h31 LocationUpdate locationUpdate; member
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp237 …ocationEngine::MySwitchCallback::MySwitchCallback(std::shared_ptr<MyLocationEngine> locationUpdate) in MySwitchCallback() argument
238 : locationUpdate_(locationUpdate) in MySwitchCallback()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_locator.h94 explicit MySwitchCallback(std::shared_ptr<MyLocationEngine> locationUpdate);
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_lib.h599 OnLocationChange locationUpdate; member
H A Dgnss_interface_impl.cpp259 device->locationUpdate = LocationUpdate; in GetGnssBasicCallbackMethods()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp606 locationCallback.locationUpdate = TestLocationUpdate;