Searched refs:LocationDataHandler (Results 1 – 4 of 4) sorted by relevance
27 LocationDataHandler::LocationDataHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner) in LocationDataHandler() function in OHOS::Location::LocationDataHandler30 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()
30 std::make_shared<LocationDataHandler>(AppExecFwk::EventRunner::Create(true)); in LocationDataRdbObserver()
23 class LocationDataHandler : public AppExecFwk::EventHandler {25 explicit LocationDataHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner);26 ~LocationDataHandler() override;
31 std::shared_ptr<LocationDataHandler> locationDataHandler_;