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:flagCbk
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
animatable_dimension_test.cpp
162
bool
flagCbk
= false;
in HWTEST_F()
local
173
* @tc.steps3: Set the animationCallback_ as the function which changes the value of
flagCbk
.
in HWTEST_F()
175
animatableDimensionObj1.SetContextAndCallback(nullptr, [&
flagCbk
]() {
flagCbk
= true; });
in HWTEST_F()
179
* @tc.expected: The callback function is called and the value of
flagCbk
is set to true.
in HWTEST_F()
184
EXPECT_TRUE(
flagCbk
);
in HWTEST_F()
202
* @tc.expected: The value of
flagCbk
isFirstAssign_ is set to true.
in HWTEST_F()
219
bool
flagCbk
= false;
in HWTEST_F()
local
220
animatableDimensionObj1.SetContextAndCallback(nullptr, [&
flagCbk
]() {
flagCbk
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng.cpp
356
bool
flagCbk
= false;
in HWTEST_F()
local
358
context_->AddBuildFinishCallBack([&
flagCbk
]() {
flagCbk
= true; });
in HWTEST_F()
362
* @tc.expected: The
flagCbk
is changed to true.
in HWTEST_F()
365
EXPECT_TRUE(
flagCbk
);
in HWTEST_F()
446
bool
flagCbk
= false;
in HWTEST_F()
local
450
* @tc.expected: The
flagCbk
is changed to true.
in HWTEST_F()
453
context_->SetNextFrameLayoutCallback([&
flagCbk
]() {
flagCbk
= !
flagCbk
; });
in HWTEST_F()
651
bool
flagCbk
= false;
HWTEST_F()
local
681
bool
flagCbk
= false;
HWTEST_F()
local
[all...]
H
A
D
pipeline_context_test_ng_new.cpp
914
* @tc.expected: The value of
flagCbk
changed.
in HWTEST_F()
916
bool
flagCbk
= false;
in HWTEST_F()
local
917
context_->AddPredictTask([&
flagCbk
](int64_t, bool) {
flagCbk
= true; });
in HWTEST_F()
923
EXPECT_TRUE(
flagCbk
);
in HWTEST_F()
Completed in 5 milliseconds