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:shortkey_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_accessible_ability_manager_service_stub.cpp
212
shortkey_
= state;
in SetShortKeyState()
334
state =
shortkey_
;
in GetShortKeyState()
443
configData.
shortkey_
= true;
in GetAllConfigs()
H
A
D
mock_accessible_ability_manager_service_stub.h
131
bool
shortkey_
= false;
member in OHOS::Accessibility::MockAccessibleAbilityManagerServiceStub
/foundation/barrierfree/accessibility/common/interface/include/
H
A
D
i_accessible_ability_manager_service.h
44
bool
shortkey_
= false;
member
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H
A
D
accessibility_config_impl.cpp
588
if (
shortkey_
== enabled) {
in UpdateShortKeyEnabled()
591
shortkey_
= enabled;
in UpdateShortKeyEnabled()
1724
configValue.shortkey =
shortkey_
;
in NotifyImmediately()
1774
shortkey_
= configData.
shortkey_
;
in InitConfigValues()
1823
NotifyShortKeyChanged(it->second,
shortkey_
);
in NotifyDefaultShortKeyConfigs()
1835
NotifyShortKeyChanged(it->second,
shortkey_
);
in NotifyDefaultShortKeyMultiConfigs()
/foundation/barrierfree/accessibility/frameworks/acfwk/include/
H
A
D
accessibility_config_impl.h
309
bool
shortkey_
= false;
member in OHOS::AccessibilityConfig::AccessibilityConfig::Impl
/foundation/barrierfree/accessibility/common/interface/src/
H
A
D
accessible_ability_manager_service_stub.cpp
1228
reply.WriteBool(configData.
shortkey_
);
in HandleGetAllConfigs()
H
A
D
accessible_ability_manager_service_proxy.cpp
1564
configData.
shortkey_
= reply.ReadBool();
in GetAllConfigs()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessible_ability_manager_service.cpp
2334
config->
shortkey_
= accountData->GetConfig()->GetShortKeyState();
in GetAllConfigs()
Completed in 15 milliseconds