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:targetLabel
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_view_group_unit_test.cpp
387
UIView*
targetLabel
= group->GetChildById(VIEW_GROUP[0].text); // 0: label1=0
in HWTEST_F()
local
388
EXPECT_EQ(group->GetChildrenRenderHead(),
targetLabel
);
in HWTEST_F()
391
targetLabel
->SetZIndex(3); // 3: zIndex
in HWTEST_F()
393
EXPECT_EQ(beforeLabel->GetNextRenderSibling(),
targetLabel
);
in HWTEST_F()
398
targetLabel
->SetZIndex(0);
in HWTEST_F()
399
EXPECT_EQ(group->GetChildrenRenderHead(),
targetLabel
);
in HWTEST_F()
401
targetLabel
->SetZIndex(5); // 5: zIndex
in HWTEST_F()
403
EXPECT_EQ(beforeLabel->GetNextRenderSibling(),
targetLabel
);
in HWTEST_F()
441
UIView*
targetLabel
= group->GetChildById(VIEW_GROUP[0].text);
in HWTEST_F()
local
443
targetLabel
in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
ability_sync.cpp
1341
int32_t AbilitySync::TransformSecLabelIfNeed(int32_t originLabel, int
targetLabel
)
in TransformSecLabelIfNeed()
argument
1343
if ((originLabel == S0 &&
targetLabel
== S1) || (originLabel == S1 &&
targetLabel
== S0)) {
in TransformSecLabelIfNeed()
1344
LOGI("[AbilitySync] Accept SecLabel From %d To %d", originLabel,
targetLabel
);
in TransformSecLabelIfNeed()
1345
return
targetLabel
;
in TransformSecLabelIfNeed()
H
A
D
ability_sync.h
261
static int32_t TransformSecLabelIfNeed(int32_t originLabel, int
targetLabel
);
Completed in 4 milliseconds