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:startTaskNum_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
dtbschedmgr_device_info_storage_test.h
35
static int32_t
startTaskNum_
;
member in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorageTest
H
A
D
dtbschedmgr_device_info_storage_test.cpp
32
int32_t DtbschedmgrDeviceInfoStorageTest::
startTaskNum_
= 2;
49
--
startTaskNum_
;
in TearDownTestCase()
60
[&] () { return
startTaskNum_
== 0; });
in TearDownTestCase()
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/
H
A
D
distributed_ability_manager_service_test.h
33
static int32_t
startTaskNum_
;
member in OHOS::DistributedSchedule::DistributedAbilityManagerServiceTest
H
A
D
distributed_ability_manager_service_test.cpp
46
int32_t DistributedAbilityManagerServiceTest::
startTaskNum_
= 1;
member in OHOS::DistributedSchedule::DistributedAbilityManagerServiceTest
69
--
startTaskNum_
;
in TearDownTestCase()
77
[&] () { return
startTaskNum_
== 0; });
in TearDownTestCase()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
local_ability_manager.cpp
658
if (
startTaskNum_
> 0) {
in StartSystemAbilityTask()
659
--
startTaskNum_
;
in StartSystemAbilityTask()
702
++
startTaskNum_
;
in StartPhaseTasks()
715
[this] () { return
startTaskNum_
== 0; })) {
in WaitForTasks()
718
startTaskNum_
= 0;
in WaitForTasks()
/foundation/systemabilitymgr/safwk/services/safwk/include/
H
A
D
local_ability_manager.h
137
int32_t
startTaskNum_
= 0;
member in OHOS::LocalAbilityManager
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H
A
D
local_ability_manager_test.cpp
970
LocalAbilityManager::GetInstance().
startTaskNum_
= STARTCODE;
in HWTEST_F()
Completed in 12 milliseconds