Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event_func.cpp26 UIEventFunc::UIEventFunc() in UIEventFunc() function in OHOS::Ace::UIEventFunc
45 UIEventFunc::~UIEventFunc() in ~UIEventFunc()
53 UIEventFunc& UIEventFunc::Get() in Get()
55 static UIEventFunc func; in Get()
59 bool UIEventFunc::IsAvailable() const in IsAvailable()
64 void UIEventFunc::ResetFunc() in ResetFunc()
73 void UIEventFunc
[all...]
H A Dui_event_func.h32 class UIEventFunc final {
46 static UIEventFunc& Get();
47 UIEventFunc();
48 ~UIEventFunc();
49 UIEventFunc(const UIEventFunc&) = delete;
50 const UIEventFunc& operator=(const UIEventFunc&) = delete;
H A Dui_event.cpp23 UIEventFunc::RegisterUIEventObserver(config, observer); in RegisterUIEventObserver()
28 UIEventFunc::UnregisterUIEventObserver(observer); in UnregisterUIEventObserver()
34 UIEventFunc::GetNodeProperty(pageUrl, nodeProperties); in GetNodeProperty()
39 UIEventFunc::GetSimplifiedInspectorTree(tree); in GetSimplifiedInspectorTree()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dui_event_test.cpp73 bool result = UIEventFunc::Get().IsAvailable(); in HWTEST_F()
94 bool result = UIEventFunc::Get().IsAvailable(); in HWTEST_F()
100 * @tc.desc: test UIEventFunc RegisterUIEventObserver/UnregisterUIEventObserver
110 UIEventFunc::RegisterUIEventObserver(config, observer); in HWTEST_F()
111 bool result = UIEventFunc::Get().IsAvailable(); in HWTEST_F()
118 UIEventFunc::UnregisterUIEventObserver(observer); in HWTEST_F()
119 bool result2 = UIEventFunc::Get().IsAvailable(); in HWTEST_F()

Completed in 2 milliseconds