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:TEST_NUM_TWO
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H
A
D
mock_notification_helper.cpp
45
constexpr int32_t
TEST_NUM_TWO
= 2;
member
120
if (g_getAllActiveNotificationsFlag ==
TEST_NUM_TWO
) {
in GetAllActiveNotifications()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H
A
D
bg_continuous_task_mgr_test.cpp
50
static constexpr int32_t
TEST_NUM_TWO
= 2;
member
481
continuousTaskRecord1->bgModeId_ =
TEST_NUM_TWO
;
in HWTEST_F()
486
continuousTaskRecord3->uid_ =
TEST_NUM_TWO
;
in HWTEST_F()
487
continuousTaskRecord3->bgModeId_ =
TEST_NUM_TWO
;
in HWTEST_F()
489
continuousTaskRecord4->uid_ =
TEST_NUM_TWO
;
in HWTEST_F()
708
continuousTaskRecord2->uid_ =
TEST_NUM_TWO
;
in HWTEST_F()
770
continuousTaskRecord2->pid_ =
TEST_NUM_TWO
;
in HWTEST_F()
785
processInfo2.pid_ =
TEST_NUM_TWO
;
in HWTEST_F()
806
continuousTaskRecord1->bgModeId_ =
TEST_NUM_TWO
;
in HWTEST_F()
986
EXPECT_EQ(bgContinuousTaskMgr_->CheckProcessUidInfo(allProcesses,
TEST_NUM_TWO
), fals
in HWTEST_F()
[all...]
H
A
D
bgtask_misc_unit_test.cpp
64
static constexpr int32_t
TEST_NUM_TWO
= 2;
member
251
SetGetAllActiveNotificationsFlag(
TEST_NUM_TWO
);
in HWTEST_F()
379
EXPECT_EQ(decisionMaker->NewDelaySuspendRequestId(),
TEST_NUM_TWO
);
in HWTEST_F()
386
auto keyInfo2 = std::make_shared<KeyInfo>("bundleName2",
TEST_NUM_TWO
);
in HWTEST_F()
387
auto pkgDelaySuspendInfo2 = std::make_shared<PkgDelaySuspendInfo>("bundleName2",
TEST_NUM_TWO
, timerManager);
in HWTEST_F()
Completed in 4 milliseconds