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:realWidId
(Results
1 - 2
of
2
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_window_manager.cpp
463
int32_t
realWidId
= GetRealWindowId(info);
in GetAccessibilityWindow()
local
464
if (a11yWindows_.count(
realWidId
)) {
in GetAccessibilityWindow()
465
UpdateAccessibilityWindowInfo(a11yWindows_[
realWidId
], info);
in GetAccessibilityWindow()
469
a11yWindows_[
realWidId
] = tmpWindowInfo;
in GetAccessibilityWindow()
617
int32_t
realWidId
= GetRealWindowId(windowInfo);
in WindowUpdateAdded()
local
618
if (!a11yWindows_.count(
realWidId
)) {
in WindowUpdateAdded()
620
a11yWindows_.emplace(
realWidId
, a11yWindowInfoAdded);
in WindowUpdateAdded()
622
UpdateAccessibilityWindowInfo(a11yWindows_[
realWidId
], windowInfo);
in WindowUpdateAdded()
626
subWindows_.insert(
realWidId
);
in WindowUpdateAdded()
627
sceneBoardElementIdMap_.InsertPair(
realWidId
, windowInf
in WindowUpdateAdded()
648
int32_t
realWidId
= GetRealWindowId(windowInfo);
WindowUpdateRemoved()
local
677
int32_t
realWidId
= GetRealWindowId(windowInfo);
WindowUpdateFocused()
local
705
int32_t
realWidId
= GetRealWindowId(windowInfo);
WindowUpdateBounds()
local
725
int32_t
realWidId
= GetRealWindowId(windowInfo);
WindowUpdateActive()
local
750
int32_t
realWidId
= GetRealWindowId(windowInfo);
WindowUpdateProperty()
local
759
WindowUpdateTypeEvent(const int32_t
realWidId
, Accessibility::WindowUpdateType type)
WindowUpdateTypeEvent()
argument
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_window_manager.h
124
void WindowUpdateTypeEvent(const int32_t
realWidId
, Accessibility::WindowUpdateType type);
Completed in 3 milliseconds