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:DestroyPanel
(Results
1 - 8
of
8
) sorted by relevance
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_ability_test.cpp
613
ret = inputMethodAbility_->
DestroyPanel
(softKeyboardPanel1);
in HWTEST_F()
616
ret = inputMethodAbility_->
DestroyPanel
(softKeyboardPanel2);
in HWTEST_F()
641
ret = inputMethodAbility_->
DestroyPanel
(statusBar1);
in HWTEST_F()
644
ret = inputMethodAbility_->
DestroyPanel
(statusBar2);
in HWTEST_F()
671
ret = inputMethodAbility_->
DestroyPanel
(softKeyboardPanel);
in HWTEST_F()
674
ret = inputMethodAbility_->
DestroyPanel
(statusBar);
in HWTEST_F()
695
ret = inputMethodAbility_->
DestroyPanel
(inputMethodPanel);
in HWTEST_F()
703
ret = inputMethodAbility_->
DestroyPanel
(inputMethodPanel);
in HWTEST_F()
711
ret = inputMethodAbility_->
DestroyPanel
(inputMethodPanel);
in HWTEST_F()
731
ret = inputMethodAbility_->
DestroyPanel
(softKeyboardPanel
in HWTEST_F()
[all...]
H
A
D
input_method_panel_test.cpp
69
static void
DestroyPanel
(const std::shared_ptr<InputMethodPanel> &panel);
268
void InputMethodPanelTest::
DestroyPanel
(const std::shared_ptr<InputMethodPanel> &panel)
in DestroyPanel()
function in OHOS::MiscServices::InputMethodPanelTest
272
auto ret = panel->
DestroyPanel
();
in DestroyPanel()
286
auto ret = ima_->
DestroyPanel
(panel);
in ImaDestroyPanel()
434
ret = inputMethodPanel->
DestroyPanel
();
in HWTEST_F()
440
* @tc.desc: Test
DestroyPanel
.
447
// not CreatePanel,
DestroyPanel
failed
in HWTEST_F()
448
auto ret = inputMethodPanel->
DestroyPanel
();
in HWTEST_F()
489
ret = inputMethodPanel->
DestroyPanel
();
in HWTEST_F()
530
ret = inputMethodPanel->
DestroyPanel
();
in HWTEST_F()
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_input_method_engine_setting.h
49
static napi_value
DestroyPanel
(napi_env env, napi_callback_info info);
H
A
D
js_input_method_engine_setting.cpp
99
DECLARE_NAPI_FUNCTION("destroyPanel",
DestroyPanel
),
in InitProperty()
429
napi_value JsInputMethodEngineSetting::
DestroyPanel
(napi_env env, napi_callback_info info)
in DestroyPanel()
function in OHOS::MiscServices::JsInputMethodEngineSetting
456
auto errCode = InputMethodAbility::GetInstance()->
DestroyPanel
(ctxt->panel);
in DestroyPanel()
458
IMSA_HILOGE("
DestroyPanel
failed, errCode: %{public}d!", errCode);
in DestroyPanel()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_panel.h
73
int32_t
DestroyPanel
();
H
A
D
input_method_ability.h
74
int32_t
DestroyPanel
(const std::shared_ptr<InputMethodPanel> &inputMethodPanel);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability.cpp
834
int32_t InputMethodAbility::
DestroyPanel
(const std::shared_ptr<InputMethodPanel> &inputMethodPanel)
in DestroyPanel()
function in OHOS::MiscServices::InputMethodAbility
841
auto ret = inputMethodPanel->
DestroyPanel
();
in DestroyPanel()
H
A
D
input_method_panel.cpp
145
int32_t InputMethodPanel::
DestroyPanel
()
in DestroyPanel()
function in OHOS::MiscServices::InputMethodPanel
Completed in 16 milliseconds