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:dependTimeout
(Results
1 - 10
of
10
) sorted by relevance
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
system_ability.cpp
345
void SystemAbility::SetDependTimeout(int32_t
dependTimeout
)
in SetDependTimeout()
argument
347
if (
dependTimeout
>= MIN_DEPENDENCY_TIMEOUT &&
dependTimeout
<= MAX_DEPENDENCY_TIMEOUT) {
in SetDependTimeout()
348
dependTimeout_ =
dependTimeout
;
in SetDependTimeout()
350
LOGD("SetDependTimeout new:%{public}d,old:%{public}d",
dependTimeout
, dependTimeout_);
in SetDependTimeout()
H
A
D
local_ability_manager.cpp
270
ability->SetDependTimeout(saProfile.
dependTimeout
);
in AddAbility()
610
int64_t
dependTimeout
= ability->GetDependTimeout();
in StartDependSaTask()
local
613
ability->GetSystemAbilitId(),
dependTimeout
, lastSize);
in StartDependSaTask()
619
if (duration <
dependTimeout
) {
in StartDependSaTask()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_system_ability.cpp
149
void SystemAbility::SetDependTimeout(int32_t
dependTimeout
)
in SetDependTimeout()
argument
152
(void)
dependTimeout
;
in SetDependTimeout()
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_system_ability.cpp
176
void SystemAbility::SetDependTimeout(int32_t
dependTimeout
)
in SetDependTimeout()
argument
179
(void)
dependTimeout
;
in SetDependTimeout()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H
A
D
mock_system_ability.cpp
180
void SystemAbility::SetDependTimeout(int32_t
dependTimeout
)
in SetDependTimeout()
argument
183
(void)
dependTimeout
;
in SetDependTimeout()
/foundation/resourceschedule/soc_perf/test/unittest/mock/
H
A
D
mock_system_ability.cpp
145
void SystemAbility::SetDependTimeout(int32_t
dependTimeout
)
in SetDependTimeout()
argument
148
(void)
dependTimeout
;
in SetDependTimeout()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H
A
D
system_ability.h
241
void SetDependTimeout(int
dependTimeout
);
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H
A
D
sa_profiles.h
123
int32_t
dependTimeout
= 0;
member
/foundation/systemabilitymgr/safwk/services/safwk/include/
H
A
D
system_ability.h
241
void SetDependTimeout(int
dependTimeout
);
/foundation/systemabilitymgr/samgr/services/common/src/
H
A
D
parse_util.cpp
400
GetInt32FromJson(systemAbilityJson, SA_TAG_DEPEND_TIMEOUT, saProfile.
dependTimeout
);
in ParseSystemAbilityGetSaExtInfo()
401
if (saProfile.
dependTimeout
== 0) {
in ParseSystemAbilityGetSaExtInfo()
402
GetInt32FromJson(systemAbilityJson, SA_TAG_DEPEND_TIMEOUT_COMPATIBILITY, saProfile.
dependTimeout
);
in ParseSystemAbilityGetSaExtInfo()
Completed in 10 milliseconds