Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
H A Dcomponent_manager.cpp221 auto componentRespond = componentMap_[actionType]; in ComponentEventInput() local
222 if (componentRespond == nullptr) { in ComponentEventInput()
223 componentRespond = componentMap_[Accessibility::ACCESSIBILITY_ACTION_CLICK]; in ComponentEventInput()
225 ErrCode result = componentRespond(elementInfo); in ComponentEventInput()

Completed in 2 milliseconds