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:containerId_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
popup_base_pattern.h
32
containerId_
= containerId;
in SetContainerId()
37
return
containerId_
;
in GetContainerId()
69
int32_t
containerId_
= -1;
member in OHOS::Ace::NG::PopupBasePattern
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H
A
D
exposure_processor.h
47
containerId_
= id;
in SetContainerId()
52
return
containerId_
;
in GetContainerId()
69
int32_t
containerId_
= -1;
member in OHOS::Ace::Recorder::ExposureProcessor
H
A
D
exposure_processor.cpp
39
containerId_
= processor->
containerId_
;
in ExposureProcessor()
H
A
D
event_recorder.cpp
203
containerId_
= id;
in SetContainerInfo()
210
containerId_
= -1;
in SetContainerInfo()
225
if (
containerId_
== -1) {
in GetContainerId()
H
A
D
event_recorder.h
175
int32_t
containerId_
= -1;
member in OHOS::Ace::Recorder::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
inner_navigation_controller.cpp
27
: weakNavigationPattern_(pattern),
containerId_
(containerId) {}
in InnerNavigationController()
37
ContainerScope scope(
containerId_
);
in GetTopHandle()
56
ContainerScope scope(
containerId_
);
in SetInPIPMode()
88
ContainerScope scope(
containerId_
);
in PopInPIP()
108
ContainerScope scope(
containerId_
);
in PushInPIP()
155
ContainerScope scope(
containerId_
);
in DeletePIPMode()
H
A
D
inner_navigation_controller.h
43
int32_t
containerId_
;
member in OHOS::Ace::InnerNavigationController
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
window.cpp
62
.
containerId_
= Container::CurrentId(),
in SetVsyncCallback()
H
A
D
window.h
221
int32_t
containerId_
= -1;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H
A
D
image_loading_context.h
104
return
containerId_
;
in GetContainerId()
204
const int32_t
containerId_
{0};
H
A
D
image_loading_context.cpp
72
: src_(src), notifiers_(std::move(loadNotifier)),
containerId_
(Container::CurrentId()), syncLoad_(syncLoad),
in ImageLoadingContext()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_stack_processor.h
345
if (
containerId_
!= OHOS::Ace::INSTANCE_ID_UNDEFINED) {
in StartGetAccessRecordingFor()
347
ContainerScope::UpdateCurrent(
containerId_
);
in StartGetAccessRecordingFor()
465
containerId_
= containerId;
in SetRebuildContainerId()
497
int32_t
containerId_
= OHOS::Ace::INSTANCE_ID_UNDEFINED;
member in OHOS::Ace::NG::final
Completed in 7 milliseconds