Home
last modified time | relevance | path

Searched refs:viewId (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/ui/control/
H A Devent_manager.cpp41 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<LabelOnTouchListener> listener) in Add() argument
43 if (!pgMgr_.IsValidCom(viewId)) { in Add()
44 LOG(ERROR) << "not an valid view " << viewId; in Add()
47 auto com = pgMgr_[viewId.pageId][viewId.comId].As(); in Add()
53 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<BtnOnEventListener> listener) in Add() argument
55 if (!pgMgr_.IsValidCom(viewId)) { in Add()
56 LOG(ERROR) << "not an valid view " << viewId; in Add()
59 auto com = pgMgr_[viewId.pageId][viewId in Add()
69 Add(const ComInfo &viewId, std::unique_ptr<BtnOnDragListener> listener) Add() argument
87 Add(const ComInfo &viewId, EventType evt, Callback cb) Add() argument
[all...]
H A Devent_manager.h35 void Add(const ComInfo &viewId, std::unique_ptr<LabelOnTouchListener> listener);
36 void Add(const ComInfo &viewId, std::unique_ptr<BtnOnEventListener> listener);
37 void Add(const ComInfo &viewId, std::unique_ptr<BtnOnDragListener> listener);
38 void Add(const ComInfo &viewId, EventType evt, Callback cb);

Completed in 2 milliseconds