Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OnHide
(Results
1 - 25
of
49
) sorted by relevance
1
2
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_window.h
33
MOCK_METHOD0(
OnHide
, void());
H
A
D
mock_frontend.h
59
MOCK_METHOD(void,
OnHide
, (), (override));
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H
A
D
input_method_manager.h
52
virtual void
OnHide
() = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
form_render_window.cpp
164
void FormRenderWindow::
OnHide
()
in OnHide()
function in OHOS::Ace::FormRenderWindow
167
Window::
OnHide
();
in OnHide()
H
A
D
form_render_window.h
96
void
OnHide
() override;
H
A
D
rosen_window.h
101
void
OnHide
() override;
H
A
D
rosen_window.cpp
175
void RosenWindow::
OnHide
()
in OnHide()
function in OHOS::Ace::NG::RosenWindow
177
Window::
OnHide
();
in OnHide()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_rosen_window.cpp
32
void RosenWindow::
OnHide
() {}
in OnHide()
function in OHOS::Ace::NG::RosenWindow
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
native_view.cpp
219
cjView_->
OnHide
();
in FireOnHide()
287
void RemoteView::
OnHide
()
in OnHide()
function in OHOS::Ace::Framework::RemoteView
289
VoidCallback(CJRuntimeDelegate::GetInstance()->GetCJFuncs().atCOHOSAceFrameworkRemoteViewOnHide, "
OnHide
");
in OnHide()
H
A
D
native_view.h
44
void
OnHide
();
/foundation/arkui/ui_lite/frameworks/core/
H
A
D
input_method_manager.cpp
61
inputMethodListener_->
OnHide
();
in HideInputMethod()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.h
62
void
OnHide
() override;
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
window.h
106
virtual void
OnHide
()
in OnHide()
function in OHOS::OHOS::Ace::Window
H
A
D
frontend.h
219
virtual void
OnHide
() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend_declarative.h
62
void
OnHide
() override
H
A
D
card_frontend.h
91
void
OnHide
() override
/foundation/arkui/ui_lite/test/unittest/common/
H
A
D
input_method_manager_unit_test.cpp
37
void
OnHide
() override
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.h
111
void
OnHide
() override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.h
92
void
OnHide
() override;
H
A
D
declarative_frontend_ng.cpp
481
void DeclarativeFrontendNG::
OnHide
()
in OnHide()
function in OHOS::Ace::DeclarativeFrontendNG
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H
A
D
mock_plugin_frontend.cpp
95
void PluginFrontend::
OnHide
() {}
in OnHide()
function in OHOS::Ace::PluginFrontend
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
page_pattern.h
82
virtual void
OnHide
();
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend_abstract.h
43
void
OnHide
() override;
H
A
D
cj_frontend_abstract.cpp
139
void CJFrontendAbstract::
OnHide
()
in OnHide()
function in OHOS::Ace::CJFrontendAbstract
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.h
92
void
OnHide
() override;
Completed in 12 milliseconds
1
2