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:removedElmtIds
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H
A
D
if_else_syntax_test_ng.cpp
39
std::list<int32_t>
removedElmtIds
;
member
107
ifElse.SetBranchId(IF_ELSE_BRANCH_ID,
removedElmtIds
);
in HWTEST_F()
124
ifElseNodeNode->SetBranchId(IF_ELSE_BRANCH_ID_2,
removedElmtIds
);
in HWTEST_F()
132
ifElseNodeNode->SetBranchId(IF_ELSE_BRANCH_ID,
removedElmtIds
);
in HWTEST_F()
146
ifElse.SetBranchId(IF_ELSE_BRANCH_ID,
removedElmtIds
);
in HWTEST_F()
162
ifElse.SetBranchId(IF_ELSE_BRANCH_ID,
removedElmtIds
);
in HWTEST_F()
179
ifElseNodeNode->SetBranchId(IF_ELSE_BRANCH_ID_2,
removedElmtIds
);
in HWTEST_F()
187
ifElseNodeNode->SetBranchId(IF_ELSE_BRANCH_ID_2,
removedElmtIds
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_if_else.cpp
81
std::list<int32_t>
removedElmtIds
;
in SetBranchId()
local
82
IfElseModel::GetInstance()->SetBranchId(branchid,
removedElmtIds
);
in SetBranchId()
89
if (!
removedElmtIds
.size()) {
in SetBranchId()
95
for (const auto& rmElmtId :
removedElmtIds
) {
in SetBranchId()
H
A
D
js_repeat.cpp
42
std::list<int32_t>
removedElmtIds
;
in FinishRender()
local
48
RepeatModel::GetInstance()->FinishRender(
removedElmtIds
);
in FinishRender()
50
if (!
removedElmtIds
.size()) {
in FinishRender()
57
for (const auto& rmElmtId :
removedElmtIds
) {
in FinishRender()
H
A
D
js_foreach.cpp
185
std::list<int32_t>
removedElmtIds
;
in SetIdArray()
local
186
ForEachModel::GetInstance()->SetRemovedElmtIds(
removedElmtIds
);
in SetIdArray()
188
if (
removedElmtIds
.size()) {
in SetIdArray()
192
for (const auto& rmElmtId :
removedElmtIds
) {
in SetIdArray()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_foreach_ffi.cpp
198
std::list<int32_t>
removedElmtIds
;
in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
local
199
ForEachModel::GetInstance()->SetRemovedElmtIds(
removedElmtIds
);
in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
200
if (
removedElmtIds
.size()) {
in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
201
for (const auto& rmElmtId :
removedElmtIds
) {
in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkTheme.js
797
onIfElseBranchUpdateExit(
removedElmtIds
) {
799
if (
removedElmtIds
&& scope) {
800
removedElmtIds
.forEach(elmtId => scope.removeComponentFromScope(elmtId));
Completed in 5 milliseconds