Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp29 static map<string, shared_ptr<function<void(CUIElementInfo)>>> g_callbacks;
52 auto func = reinterpret_cast<void (*)(CUIElementInfo)>(callbackId); in PreprocessCallOnce()
53 auto sp = make_shared<function<void(CUIElementInfo)>>(CJLambda::Create(func)); in PreprocessCallOnce()
68 weak_ptr<function<void(CUIElementInfo)>> callbackRef;
103 static void DestructElementInfo(CUIElementInfo &info) in DestructElementInfo()
111 static CUIElementInfo CreateElementInfo(string str) in CreateElementInfo()
114 CUIElementInfo result{}; in CreateElementInfo()
H A Duitest_ffi.h28 struct CUIElementInfo { struct

Completed in 1 milliseconds