Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp33 AddCommonEvent(EventTag::COMMON_RAW_EVENT); in InitCommonEvent()
34 AddCommonEvent(EventTag::COMMON_GESTURE_EVENT); in InitCommonEvent()
35 AddCommonEvent(EventTag::COMMON_REMOTE_MESSAGE_GESTURE_EVENT); in InitCommonEvent()
/ohos5.0/base/usb/usb_manager/test/tool/
H A Dusb_function_test.cpp92 static void AddCommonEvent() in AddCommonEvent() function
299 AddCommonEvent(); in main()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h443 void AddCommonEvent(EventTag tag);
H A Ddeclaration.cpp176 AddCommonEvent(event); in InitCommonEvent()
353 void Declaration::AddCommonEvent(EventTag tag) in AddCommonEvent() function in OHOS::Ace::Declaration