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:isScbEnable_
(Results
1 - 7
of
7
) sorted by relevance
/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H
A
D
inputmethodsystemability_fuzzer.cpp
46
DelayedSingleton<InputMethodSystemAbility>::GetInstance()->
isScbEnable_
= false;
in FuzzOnUser()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_panel.cpp
84
isScbEnable_
= Rosen::SceneBoardJudgement::IsSceneBoardEnabled();
in CreatePanel()
85
if (
isScbEnable_
) {
in CreatePanel()
128
if (!
isScbEnable_
) {
in SetPanelProperties()
210
if (!
isScbEnable_
|| window_->GetType() != WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT) {
in Resize()
255
if (!
isScbEnable_
|| window_->GetType() != WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT) {
in MoveTo()
578
if (!
isScbEnable_
) {
in ChangePanelFlag()
634
if (!
isScbEnable_
) {
in ShowPanel()
681
if (!
isScbEnable_
) {
in HidePanel()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_panel.h
155
bool
isScbEnable_
{ false };
/base/inputmethod/imf/services/include/
H
A
D
input_method_system_ability.h
177
std::atomic<bool>
isScbEnable_
= false;
member in OHOS::MiscServices::InputMethodSystemAbility
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_panel_test.cpp
128
static bool
isScbEnable_
;
member in OHOS::MiscServices::InputMethodPanelTest
196
bool InputMethodPanelTest::
isScbEnable_
{ false };
201
isScbEnable_
= Rosen::SceneBoardJudgement::IsSceneBoardEnabled();
in SetUpTestCase()
413
if (
isScbEnable_
) {
in TriggerPanelStatusChangeToImc()
1119
if (
isScbEnable_
) {
in HWTEST_F()
H
A
D
input_method_private_member_test.cpp
137
//
isScbEnable_
is true
in HWTEST_F()
138
service_->
isScbEnable_
= true;
in HWTEST_F()
145
service_->
isScbEnable_
= false;
in HWTEST_F()
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
202
isScbEnable_
.store(Rosen::SceneBoardJudgement::IsSceneBoardEnabled());
in Initialize()
1025
if (
isScbEnable_
.load()) {
in OnUserStarted()
1685
if (
isScbEnable_
.load()) {
Completed in 11 milliseconds