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:scopeId_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_deferred.cpp
30
scopeId_
= OHOS::Ace::ContainerScope::CurrentId();
in ArkNativeDeferred()
43
OHOS::Ace::ContainerScope containerScope(
scopeId_
);
in Resolve()
52
OHOS::Ace::ContainerScope containerScope(
scopeId_
);
in Reject()
H
A
D
ark_native_deferred.h
40
int32_t
scopeId_
= -1;
member in ArkNativeDeferred
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
xcomponent_element.h
105
int32_t
scopeId_
= 0;
member in OHOS::Ace::XComponentElement
H
A
D
xcomponent_element.cpp
255
scopeId_
= Container::CurrentId();
in CreateSurface()
290
platformTaskExecutor.PostTask([weak = WeakClaim(this), scopeId =
scopeId_
] {
in OnSurfaceCreated()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H
A
D
form_pattern.h
240
int32_t
scopeId_
;
member in OHOS::Ace::NG::FormPattern
H
A
D
form_pattern.cpp
154
scopeId_
= Container::CurrentId();
in OnAttachToFrameNode()
372
ContainerScope scope(
scopeId_
);
in OnSnapshot()
506
ContainerScope scope(
scopeId_
);
in UpdateImageNode()
538
ContainerScope scope(
scopeId_
);
in RemoveFrsNode()
556
ContainerScope scope(
scopeId_
);
in ReleaseRenderer()
1943
ContainerScope scope(
scopeId_
);
in RemoveFormChildNode()
2091
ContainerScope scope(
scopeId_
);
in DoSkeletonAnimation()
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H
A
D
form_pattern_test.cpp
112
EXPECT_EQ(pattern->
scopeId_
, 0);
in HWTEST_F()
117
EXPECT_EQ(pattern->
scopeId_
, 0);
in HWTEST_F()
123
EXPECT_EQ(pattern->
scopeId_
, 0);
in HWTEST_F()
129
EXPECT_EQ(pattern->
scopeId_
, 0);
in HWTEST_F()
136
EXPECT_EQ(pattern->
scopeId_
, 0);
in HWTEST_F()
592
EXPECT_FALSE(ContainerScope::CurrentId() == pattern->
scopeId_
);
in HWTEST_F()
596
EXPECT_FALSE(ContainerScope::CurrentId() == pattern->
scopeId_
);
in HWTEST_F()
Completed in 8 milliseconds