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:AttachTimeOut
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H
A
D
mock_app_scheduler.cpp
112
void AppScheduler::
AttachTimeOut
(const sptr<IRemoteObject>& token)
in AttachTimeOut()
function in OHOS::AAFwk::AppScheduler
114
TAG_LOGI(AAFwkTag::TEST, "Test AppScheduler::
AttachTimeOut
()");
in AttachTimeOut()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
app_scheduler.h
289
void
AttachTimeOut
(const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
app_scheduler.cpp
293
void AppScheduler::
AttachTimeOut
(const sptr<IRemoteObject> &token)
in AttachTimeOut()
function in OHOS::AAFwk::AppScheduler
H
A
D
ability_connect_manager.cpp
1567
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(abilityRecord->GetToken());
in HandleStartTimeoutTask()
1587
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(abilityRecord->GetToken());
in HandleCommandTimeoutTask()
2098
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(ability->GetToken());
in HandleInactiveTimeout()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H
A
D
data_ability_manager.cpp
492
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(dataAbilityRecord->GetToken());
in LoadLocked()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
ui_ability_lifecycle_manager.cpp
1624
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(abilityRecord->GetToken());
in HandleLoadTimeout()
1640
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(abilityRecord->GetToken());
in HandleForegroundTimeout()
1674
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(abilityRecord->GetToken());
in OnAbilityDied()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list_manager.cpp
2362
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(ability->GetToken());
in HandleLoadTimeout()
2391
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(ability->GetToken());
in HandleForegroundTimeout()
2452
DelayedSingleton<AppScheduler>::GetInstance()->
AttachTimeOut
(timeOutAbilityRecord->GetToken());
in HandleTimeoutAndResumeAbility()
Completed in 27 milliseconds