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:recipient_
(Results
1 - 7
of
7
) sorted by relevance
/drivers/interface/display/buffer/v1_0/hdi_impl/
H
A
D
display_buffer_hdi_impl.h
76
mapper_(nullptr),
recipient_
(nullptr)
in DisplayBufferHdiImpl()
89
if (
recipient_
!= nullptr) {
in ~DisplayBufferHdiImpl()
91
remoteObj->RemoveDeathRecipient(
recipient_
);
in ~DisplayBufferHdiImpl()
92
recipient_
= nullptr;
in ~DisplayBufferHdiImpl()
99
if (
recipient_
!= nullptr) {
102
remoteObj->RemoveDeathRecipient(
recipient_
);
106
recipient_
= recipient;
108
recipient_
= nullptr;
116
if (
recipient_
!= nullptr) {
118
remoteObj->RemoveDeathRecipient(
recipient_
);
203
sptr<IRemoteObject::DeathRecipient>
recipient_
;
global()
member in OHOS::HDI::Display::Buffer::V1_0::DisplayBufferHdiImpl
[all...]
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H
A
D
usb_bus_extension.cpp
42
if (this->usbInterface_ != nullptr && this->subScriber_ != nullptr && this->
recipient_
!= nullptr) {
in ~UsbBusExtension()
45
remote->RemoveDeathRecipient(
recipient_
);
in ~UsbBusExtension()
46
recipient_
.clear();
in ~UsbBusExtension()
74
recipient_
= new UsbdDeathRecipient();
in SetDevChangeCallback()
76
if (!remote->AddDeathRecipient(
recipient_
)) {
in SetDevChangeCallback()
/drivers/interface/display/composer/v1_0/hdi_impl/
H
A
D
display_composer_hdi_impl.h
79
recipient_
(nullptr) {
in DisplayComposerHdiImpl()
85
if (
recipient_
!= nullptr) {
in ~DisplayComposerHdiImpl()
87
remoteObj->RemoveDeathRecipient(
recipient_
);
in ~DisplayComposerHdiImpl()
88
recipient_
= nullptr;
in ~DisplayComposerHdiImpl()
95
if (
recipient_
!= nullptr) {
98
remoteObj->RemoveDeathRecipient(
recipient_
);
102
recipient_
= recipient;
104
recipient_
= nullptr;
112
if (
recipient_
!= nullptr) {
114
remoteObj->RemoveDeathRecipient(
recipient_
);
577
sptr<IRemoteObject::DeathRecipient>
recipient_
;
global()
member in OHOS::HDI::Display::Composer::V1_0::DisplayComposerHdiImpl
[all...]
/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/usb/
H
A
D
usb_bus_extension.h
53
sptr<IRemoteObject::DeathRecipient>
recipient_
;
member in OHOS::ExternalDeviceManager::UsbBusExtension
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H
A
D
hdf_remote_adapter.h
51
struct HdfDeathRecipient *
recipient_
;
member in HdfDeathNotifier
/drivers/external_device_manager/frameworks/ddk/hid/
H
A
D
input_emit_event.cpp
31
static OHOS::sptr<IRemoteObject::DeathRecipient>
recipient_
= nullptr;
member
64
remote->RemoveDeathRecipient(
recipient_
);
in OnRemoteDied()
65
recipient_
.clear();
in OnRemoteDied()
94
recipient_
= new HidDeathRecipient();
in Connect()
96
if (!remote->AddDeathRecipient(
recipient_
)) {
in Connect()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_remote_adapter.cpp
91
:
recipient_
(recipient), service_(service)
in HdfDeathNotifier()
101
if (
recipient_
!= nullptr) {
in OnRemoteDied()
102
recipient_
->OnRemoteDied(
recipient_
, service_);
in OnRemoteDied()
Completed in 4 milliseconds