Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_event_handler.h30 class AutoFillEventHandler : public AppExecFwk::EventHandler {
32 explicit AutoFillEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner);
33 virtual ~AutoFillEventHandler() = default;
H A Dauto_fill_manager.h79 std::shared_ptr<AutoFillEventHandler> eventHandler_;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_event_handler.cpp23 AutoFillEventHandler::AutoFillEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner) in AutoFillEventHandler() function in OHOS::AbilityRuntime::AutoFillEventHandler
27 void AutoFillEventHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) in ProcessEvent()
H A Dauto_fill_manager.cpp48 eventHandler_ = std::make_shared<AutoFillEventHandler>(runner); in AutoFillManager()