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:StateListenerImpl
(Results
1 - 2
of
2
) sorted by relevance
/foundation/barrierfree/accessibility/interfaces/kits/napi/include/
H
A
D
napi_accessibility_system_ability_client.h
47
class
StateListenerImpl
: public OHOS::Accessibility::AccessibilityStateObserver,
class
48
public std::enable_shared_from_this<
StateListenerImpl
> {
50
StateListenerImpl
(OHOS::Accessibility::AccessibilityStateEventType type) : type_(type) {};
in StateListenerImpl()
function in StateListenerImpl
137
static std::shared_ptr<
StateListenerImpl
> accessibilityStateListeners_;
138
static std::shared_ptr<
StateListenerImpl
> touchGuideStateListeners_;
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H
A
D
napi_accessibility_system_ability_client.cpp
38
std::shared_ptr<
StateListenerImpl
> NAccessibilityClient::accessibilityStateListeners_ =
39
std::make_shared<
StateListenerImpl
>(AccessibilityStateEventType::EVENT_ACCESSIBILITY_STATE_CHANGED);
40
std::shared_ptr<
StateListenerImpl
> NAccessibilityClient::touchGuideStateListeners_ =
41
std::make_shared<
StateListenerImpl
>(AccessibilityStateEventType::EVENT_TOUCH_GUIDE_STATE_CHANGED);
1363
void
StateListenerImpl
::SubscribeToFramework()
in SubscribeToFramework()
1371
void
StateListenerImpl
::UnsubscribeFromFramework()
in UnsubscribeFromFramework()
1380
void
StateListenerImpl
::OnStateChanged(const bool state)
in OnStateChanged()
1389
void
StateListenerImpl
::SubscribeObserver(napi_env env, napi_value observer)
in SubscribeObserver()
1410
void
StateListenerImpl
::UnsubscribeObserver(napi_env env, napi_value observer)
in UnsubscribeObserver()
1424
void
StateListenerImpl
[all...]
Completed in 5 milliseconds