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:GetCaptionsState
(Results
1 - 8
of
8
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H
A
D
accessibility_config.cpp
225
Accessibility::RetError AccessibilityConfig::
GetCaptionsState
(bool &state) const
in GetCaptionsState()
function in OHOS::AccessibilityConfig::AccessibilityConfig
228
return pImpl_->
GetCaptionsState
(state);
in GetCaptionsState()
H
A
D
accessibility_config_impl.cpp
326
Accessibility::RetError AccessibilityConfig::Impl::
GetCaptionsState
(bool &state)
in GetCaptionsState()
function in OHOS::AccessibilityConfig::AccessibilityConfig::Impl
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/
H
A
D
accessibility_config.h
330
Accessibility::RetError
GetCaptionsState
(bool &state) const;
/foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/
H
A
D
accessibility_config_impl_test.cpp
417
* @tc.desc: Test function SetCaptionsState
GetCaptionsState
427
instance.
GetCaptionsState
(value);
in HWTEST_F()
435
* @tc.desc: Test function SetCaptionsState
GetCaptionsState
445
instance.
GetCaptionsState
(value);
in HWTEST_F()
453
* @tc.desc: Test function SetCaptionsState
GetCaptionsState
463
instance.
GetCaptionsState
(value);
in HWTEST_F()
471
* @tc.desc: Test function SetCaptionsState
GetCaptionsState
481
instance.
GetCaptionsState
(value);
in HWTEST_F()
1419
* @tc.desc: Test function SetCaptionsState
GetCaptionsState
1430
instance.
GetCaptionsState
(valu
in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/frameworks/acfwk/include/
H
A
D
accessibility_config_impl.h
77
Accessibility::RetError
GetCaptionsState
(bool &state);
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilityconfig_fuzzer/
H
A
D
accessibilityconfig_fuzzer.cpp
201
abConfig.
GetCaptionsState
(flag);
in DoSomethingInterestingGetConfig()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H
A
D
napi_accessibility_system_ability_client.cpp
903
instance.
GetCaptionsState
(captionState);
in GetCaptionStateEnabled()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/
H
A
D
napi_accessibility_config.cpp
577
callbackInfo->ret_ = instance.
GetCaptionsState
(callbackInfo->boolConfig_);
in GetConfigExecute()
Completed in 13 milliseconds