Home
last modified time | relevance | path

Searched defs:statusListener (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/shared/src/
H A Dioserstat_listener.c25 struct IoServiceStatusListener *statusListener = listener->priv; in OnIoServiceEventReceive() local
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp588 auto statusListener = std::make_shared<InputMethodPanelTest::PanelStatusListenerImpl>(); variable
702 auto statusListener = std::make_shared<InputMethodPanelTest::PanelStatusListenerImpl>(); variable
727 auto statusListener = std::make_shared<InputMethodPanelTest::PanelStatusListenerImpl>(); variable
846 auto statusListener = std::make_shared<InputMethodPanelTest::PanelStatusListenerImpl>(); variable
872 auto statusListener = std::make_shared<InputMethodPanelTest::PanelStatusListenerImpl>(); variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp821 bool InputMethodPanel::SetPanelStatusListener(std::shared_ptr<PanelStatusListener> statusListener, in SetPanelStatusListener()