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:windowElementMap_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H
A
D
accessible_ability_client_impl.cpp
1303
windowElementMap_
.AddWindowElementIdPair(windowId, realElementId);
in AddWindowElementMapByWMS()
1316
windowElementMap_
.AddWindowElementIdPair(innerWid, elementId);
in AddWindowElementMapByAce()
1330
std::vector<int32_t> windowsList =
windowElementMap_
.GetWindowIdList();
in GetElementInfoFromCache()
1430
windowElementMap_
.RemovePairByWindowId(windowId);
in RemoveCacheData()
1432
auto windowList =
windowElementMap_
.GetWindowIdList();
in RemoveCacheData()
1433
windowElementMap_
.RemovePairByWindowIdList(windowList);
in RemoveCacheData()
1439
windowElementMap_
.RemovePairByWindowId(windowId);
in RemoveCacheData()
1458
windowId =
windowElementMap_
.GetWindowIdByElementId(elementId);
in AddCacheByAce()
1632
if (
windowElementMap_
.find(windowId) !=
windowElementMap_
in IsExistWindowId()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_window_manager.h
89
std::map<int32_t, int64_t>
windowElementMap_
;
member in OHOS::Accessibility::AccessibilityWindowManager::SceneBoardElementIdMap
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_window_manager.cpp
982
windowElementMap_
[windowId] = elementId;
in InsertPair()
988
windowElementMap_
.erase(windowId);
in RemovePair()
994
return
windowElementMap_
.count(windowId);
in CheckWindowIdPair()
1000
windowElementMap_
.clear();
in Clear()
1006
return
windowElementMap_
;
in GetAllPairs()
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H
A
D
accessible_ability_client_impl.h
407
std::map<int32_t, int64_t>
windowElementMap_
;
member in OHOS::Accessibility::AccessibleAbilityClientImpl::SceneBoardWindowElementMap
464
SceneBoardWindowElementMap
windowElementMap_
;
member in OHOS::Accessibility::AccessibleAbilityClientImpl
Completed in 6 milliseconds