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:OnSchedulerDied
(Results
1 - 9
of
9
) sorted by relevance
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H
A
D
app_file_access_ext_connection.cpp
131
std::bind(&AppFileAccessExtConnection::
OnSchedulerDied
, this, std::placeholders::_1));
in AddFileAccessDeathRecipient()
146
void AppFileAccessExtConnection::
OnSchedulerDied
(const wptr<IRemoteObject> &remote)
in OnSchedulerDied()
function in OHOS::FileAccessFwk::AppFileAccessExtConnection
149
HILOG_ERROR("
OnSchedulerDied
");
in OnSchedulerDied()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H
A
D
app_file_access_ext_connection.h
42
void
OnSchedulerDied
(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/include/data_ability/
H
A
D
data_ability_record.h
64
void
OnSchedulerDied
(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H
A
D
data_ability_record.cpp
212
dataAbilityRecord->
OnSchedulerDied
(remote);
in AddClient()
467
void DataAbilityRecord::
OnSchedulerDied
(const wptr<IRemoteObject> &remote)
in OnSchedulerDied()
function in OHOS::DataAbilityRecord
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
data_ability_helper_impl.h
302
void
OnSchedulerDied
(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
data_ability_helper_impl.cpp
88
DataAbilityHelperImpl->
OnSchedulerDied
(remote);
in AddDataAbilityDeathRecipient()
98
void DataAbilityHelperImpl::
OnSchedulerDied
(const wptr<IRemoteObject> &remote)
in OnSchedulerDied()
function in OHOS::AppExecFwk::DataAbilityHelperImpl
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1145
void
OnSchedulerDied
(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
1467
abilityRecord->
OnSchedulerDied
(remote);
in SetScheduler()
2524
void AbilityRecord::
OnSchedulerDied
(const wptr<IRemoteObject> &remote)
in OnSchedulerDied()
function in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
data_ability_helper_impl_test.cpp
1432
* @tc.name:
OnSchedulerDied
1445
dataAbilityHelperImpl->
OnSchedulerDied
(remote);
in HWTEST_F()
Completed in 16 milliseconds