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:GetUIWindow
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/adapter/
H
A
D
mock_ace_container.cpp
38
sptr<OHOS::Rosen::Window> AceContainer::
GetUIWindow
(int32_t instanceId)
in GetUIWindow()
function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
dialog_container.h
182
static sptr<OHOS::Rosen::Window>
GetUIWindow
(int32_t instanceId);
H
A
D
ace_container.h
456
static sptr<OHOS::Rosen::Window>
GetUIWindow
(int32_t instanceId);
H
A
D
dialog_container.cpp
438
sptr<OHOS::Rosen::Window> DialogContainer::
GetUIWindow
(int32_t instanceId)
in GetUIWindow()
function in OHOS::Ace::Platform::DialogContainer
H
A
D
ace_container.cpp
1156
sptr<OHOS::Rosen::Window> AceContainer::
GetUIWindow
(int32_t instanceId)
in GetUIWindow()
function in AceContainer
1702
auto uiWindow =
GetUIWindow
(instanceId);
in RequestAutoSave()
H
A
D
ui_content_impl.cpp
278
auto uiWindow = Platform::AceContainer::
GetUIWindow
(instanceId);
in OHOS_ACE_GetUIContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
ui_extension_manager.cpp
154
auto window = Platform::AceContainer::
GetUIWindow
(instanceId);
in SendAccessibilityEventInfo()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.cpp
183
sptr<OHOS::Rosen::Window> parentWindow = parentContainer->
GetUIWindow
(parentContainerId_);
in InitContainer()
352
auto window = Platform::DialogContainer::
GetUIWindow
(childContainerId);
in GetInitToastDelayTask()
1846
auto window = Platform::DialogContainer::
GetUIWindow
(childContainerId);
in ResizeWindowForFoldStatus()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
6559
auto window = Platform::AceContainer::
GetUIWindow
(instanceId);
in SetToken()
Completed in 29 milliseconds