Home
last modified time | relevance | path

Searched refs:LocationDataHandler (Results 1 – 4 of 4) sorted by relevance

/base/location/frameworks/native/source/
Dlocation_data_handler.cpp27 LocationDataHandler::LocationDataHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner) in LocationDataHandler() function in OHOS::Location::LocationDataHandler
30 LocationDataHandler::~LocationDataHandler() {} in ~LocationDataHandler()
32 void LocationDataHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) in ProcessEvent()
49 void LocationDataHandler::HandleSwitchStateChanged(const AppExecFwk::InnerEvent::Pointer &event) in HandleSwitchStateChanged()
Dlocation_data_rdb_observer.cpp30 std::make_shared<LocationDataHandler>(AppExecFwk::EventRunner::Create(true)); in LocationDataRdbObserver()
/base/location/interfaces/inner_api/include/
Dlocation_data_handler.h23 class LocationDataHandler : public AppExecFwk::EventHandler {
25 explicit LocationDataHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner);
26 ~LocationDataHandler() override;
Dlocation_data_rdb_observer.h31 std::shared_ptr<LocationDataHandler> locationDataHandler_;