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:ON_STATE_CHANGED
(Results
1 - 5
of
5
) sorted by relevance
/foundation/barrierfree/accessibility/common/interface/src/
H
A
D
accessible_ability_manager_state_observer_stub.cpp
38
if (code == static_cast<uint32_t>(AccessibilityInterfaceCode::
ON_STATE_CHANGED
)) {
in OnRemoteRequest()
H
A
D
accessible_ability_manager_state_observer_proxy.cpp
65
static_cast<uint32_t>(AccessibilityInterfaceCode::
ON_STATE_CHANGED
),
in OnStateChanged()
/foundation/barrierfree/accessibility/common/interface/include/
H
A
D
accessibility_ipc_interface_code.h
146
ON_STATE_CHANGED
= 900,
enumerator
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H
A
D
session_coordinator.cpp
281
pendingImageResults_.push_back({CallbackType::
ON_STATE_CHANGED
, userId, "", nullptr, 0,
in OnStateChanged()
311
if (result.callbackType == CallbackType::
ON_STATE_CHANGED
) {
in ProcessPendingResults()
394
if (result.callbackType == CallbackType::
ON_STATE_CHANGED
) {
in ProcessVideoResults()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/
H
A
D
session_coordinator.h
66
ON_STATE_CHANGED
Completed in 3 milliseconds