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
defs:death
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H
A
D
dbinder_death_recipient.cpp
45
sptr<IRemoteObject::DeathRecipient>
death
= dBinderService->QueryDeathRecipient(object);
in OnRemoteDied()
local
H
A
D
dbinder_service_stub.cpp
225
sptr<IRemoteObject::DeathRecipient>
death
= dBinderService->QueryDeathRecipient(object);
in RemoveDbinderDeathRecipient()
local
H
A
D
dbinder_service.cpp
1210
sptr<IRemoteObject::DeathRecipient>
death
= QueryDeathRecipient((it->first));
in ProcessCallbackProxy()
local
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
ipc_object_proxy_unittest.cpp
565
sptr<IRemoteObject::DeathRecipient>
death
= new MockDeathRecipient();
in HWTEST_F()
local
587
sptr<IRemoteObject::DeathRecipient>
death
= new MockDeathRecipient();
in HWTEST_F()
local
606
sptr<IRemoteObject::DeathRecipient>
death
= new MockDeathRecipient();
HWTEST_F()
local
643
sptr<IRemoteObject::DeathRecipient>
death
= nullptr;
HWTEST_F()
local
663
sptr<IRemoteObject::DeathRecipient>
death
= nullptr;
HWTEST_F()
local
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
subscribe_manager_test.cpp
379
auto
death
= std::make_shared<SubscriberDeathRecipient>();
in HWTEST_F()
local
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H
A
D
ipc_invoker.c
271
DeathCallback *
death
= (DeathCallback *)(uintptr_t) *(binder_uintptr_t *)ptr;
in HandleDeadBinder()
local
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H
A
D
main_thread_test.cpp
1776
sptr<AppMgrDeathRecipient>
death
= new (std::nothrow) AppMgrDeathRecipient();
in HWTEST_F()
local
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H
A
D
paste_service_test.cpp
1027
PasteboardSaDeathRecipient
death
;
in HWTEST_F()
local
Completed in 14 milliseconds