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:parentWindowId_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_element_info.cpp
838
parentWindowId_
= iParentWindowId;
in SetParentWindowId()
843
return
parentWindowId_
;
in GetParentWindowId()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H
A
D
mock_accessibility_element_info_parcel.cpp
41
READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
parentWindowId_
);
in ReadFromParcelFirstPart()
203
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
parentWindowId_
);
in MarshallingFirstPart()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H
A
D
accessibility_element_info_parcel.cpp
41
READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
parentWindowId_
);
in ReadFromParcelFirstPart()
204
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel,
parentWindowId_
);
in MarshallingFirstPart()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
1762
int32_t
parentWindowId_
= UNDEFINED_WINID_ID;
member in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.h
559
uint32_t
parentWindowId_
= 0;
member in OHOS::OHOS::Ace::Framework::JsAccessibilityManager
H
A
D
js_accessibility_manager.cpp
1330
nodeInfo.SetParentWindowId(
parentWindowId_
);
in UpdateAccessibilityElementInfo()
5035
if (
parentWindowId_
== 0) {
in DeregisterInteractionOperation()
5041
parentWindowId_
= 0;
in DeregisterInteractionOperation()
5169
if (
parentWindowId_
== parentWindowId && parentTreeId_ == parentTreeId && parentElementId_ == parentElementId) {
in NeedRegisterChildTree()
5213
parentWindowId_
= parentWindowId;
in RegisterInteractionOperationAsChildTree()
5251
parentWindowId_
= 0;
in DeregisterInteractionOperationAsChildTree()
Completed in 18 milliseconds