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:shortkeyTarget
(Results
1 - 12
of
12
) sorted by relevance
/foundation/barrierfree/accessibility/common/interface/include/
H
A
D
i_accessible_ability_manager_config_observer.h
33
virtual void OnShortkeyTargetChanged(const std::string &
shortkeyTarget
) = 0;
H
A
D
accessible_ability_manager_config_observer_proxy.h
43
virtual void OnShortkeyTargetChanged(const std::string &
shortkeyTarget
) override;
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H
A
D
mock_accessible_ability_manager_config_observer_stub.cpp
136
std::string
shortkeyTarget
= data.ReadString();
in HandleOnShortkeyTargetChanged()
local
137
OnShortkeyTargetChanged(
shortkeyTarget
);
in HandleOnShortkeyTargetChanged()
H
A
D
mock_accessible_ability_manager_config_observer_proxy.cpp
243
void AccessibleAbilityManagerConfigObserverProxyMock::OnShortkeyTargetChanged(const std::string &
shortkeyTarget
)
in OnShortkeyTargetChanged()
argument
257
if (!data.WriteString(
shortkeyTarget
)) {
in OnShortkeyTargetChanged()
/foundation/barrierfree/accessibility/common/interface/src/
H
A
D
accessible_ability_manager_config_observer_stub.cpp
136
std::string
shortkeyTarget
= data.ReadString();
in HandleOnShortkeyTargetChanged()
local
137
OnShortkeyTargetChanged(
shortkeyTarget
);
in HandleOnShortkeyTargetChanged()
H
A
D
accessible_ability_manager_config_observer_proxy.cpp
243
void AccessibleAbilityManagerConfigObserverProxy::OnShortkeyTargetChanged(const std::string &
shortkeyTarget
)
in OnShortkeyTargetChanged()
argument
257
if (!data.WriteString(
shortkeyTarget
)) {
in OnShortkeyTargetChanged()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
mock_accessible_ability_manager_service_config_observer_proxy.h
43
MOCK_METHOD1(OnShortkeyTargetChanged, void(const std::string &
shortkeyTarget
));
H
A
D
mock_accessible_ability_manager_service_config_observer_stub.h
38
MOCK_METHOD1(OnShortkeyTargetChanged, void(const std::string &
shortkeyTarget
));
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerconfigobserverstub_fuzzer/
H
A
D
accessibleabilitymanagerconfigobserverstub_fuzzer.cpp
38
void OnShortkeyTargetChanged(const std::string &
shortkeyTarget
) override {};
/foundation/barrierfree/accessibility/frameworks/acfwk/include/
H
A
D
accessibility_config_impl.h
103
void OnAccessibleAbilityManagerShortkeyTargetChanged(const std::string &
shortkeyTarget
);
191
virtual void OnShortkeyTargetChanged(const std::string &
shortkeyTarget
) override
193
config_.OnAccessibleAbilityManagerShortkeyTargetChanged(
shortkeyTarget
);
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H
A
D
accessibility_config_impl.cpp
1627
void AccessibilityConfig::Impl::OnAccessibleAbilityManagerShortkeyTargetChanged(const std::string &
shortkeyTarget
)
in OnAccessibleAbilityManagerShortkeyTargetChanged()
argument
1629
HILOG_DEBUG("
shortkeyTarget
= [%{public}s}",
shortkeyTarget
.c_str());
in OnAccessibleAbilityManagerShortkeyTargetChanged()
1633
if (shortkeyTarget_.length() > 0 &&
shortkeyTarget
.length() > 0 &&
in OnAccessibleAbilityManagerShortkeyTargetChanged()
1634
!std::strcmp(shortkeyTarget_.c_str(),
shortkeyTarget
.c_str())) {
in OnAccessibleAbilityManagerShortkeyTargetChanged()
1637
shortkeyTarget_ =
shortkeyTarget
;
in OnAccessibleAbilityManagerShortkeyTargetChanged()
1646
NotifyShortkeyTargetChanged(observers,
shortkeyTarget
);
in OnAccessibleAbilityManagerShortkeyTargetChanged()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_settings.cpp
1106
std::string
shortkeyTarget
= accountData->GetConfig()->GetShortkeyTarget();
in UpdateShortkeyTarget()
1109
callback->OnShortkeyTargetChanged(
shortkeyTarget
);
in UpdateShortkeyTarget()
Completed in 9 milliseconds