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 - 19
of
19
) sorted by relevance
/base/useriam/user_auth_framework/services/core/inc/
H
A
D
ipc_common.h
64
explicit PeerDeathRecipient(Recipient &&recipient) :
recipient_
(std::forward<Recipient>(recipient))
in PeerDeathRecipient()
73
if (
recipient_
) {
74
recipient_
();
79
Recipient
recipient_
;
member in OHOS::UserIam::UserAuth::final::final
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_local_live_view_subscriber.cpp
40
recipient_
= new (std::nothrow) DeathRecipient(*this);
in SubscriberLocalLiveViewImpl()
48
proxy->AsObject()->AddDeathRecipient(
recipient_
);
in OnConnected()
59
proxy->AsObject()->RemoveDeathRecipient(
recipient_
);
in OnDisconnected()
/base/location/frameworks/native/geofence_sdk/source/
H
A
D
geofence_sdk.cpp
49
remote.promote()->RemoveDeathRecipient(
recipient_
);
in ResetGeofenceSdkProxy()
72
recipient_
= sptr<GeofenceManagerDeathRecipient>(new (std::nothrow) GeofenceManagerDeathRecipient(*this));
in GetProxy()
73
if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(
recipient_
))) {
in GetProxy()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_local_live_view_subscriber_manager.cpp
46
recipient_
= new (std::nothrow)
in NotificationLocalLiveViewSubscriberManager()
49
if (
recipient_
== nullptr) {
in NotificationLocalLiveViewSubscriberManager()
225
record->subscriber->AsObject()->AddDeathRecipient(
recipient_
);
in AddSubscriberInner()
245
record->subscriber->AsObject()->RemoveDeathRecipient(
recipient_
);
in RemoveSubscriberInner()
H
A
D
notification_subscriber_manager.cpp
53
recipient_
= new (std::nothrow)
in NotificationSubscriberManager()
55
if (
recipient_
== nullptr) {
in NotificationSubscriberManager()
378
record->subscriber->AsObject()->AddDeathRecipient(
recipient_
);
in AddSubscriberInner()
406
record->subscriber->AsObject()->RemoveDeathRecipient(
recipient_
);
in RemoveSubscriberInner()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_local_live_view_subscriber.h
80
sptr<DeathRecipient>
recipient_
{nullptr};
/base/location/frameworks/native/locator_agent/source/
H
A
D
locator_agent.cpp
172
recipient_
= sptr<LocatorAgentDeathRecipient>(new (std::nothrow) LocatorAgentDeathRecipient(*this));
in InitLocatorAgent()
173
if ((saObject->IsProxyObject()) && (!saObject->AddDeathRecipient(
recipient_
))) {
in InitLocatorAgent()
216
remote.promote()->RemoveDeathRecipient(
recipient_
);
in ResetLocatorAgent()
/base/location/interfaces/inner_api/include/
H
A
D
geofence_sdk.h
75
sptr<IRemoteObject::DeathRecipient>
recipient_
{ nullptr };
H
A
D
locator_agent.h
111
sptr<IRemoteObject::DeathRecipient>
recipient_
{ nullptr };
H
A
D
locator_impl.h
651
sptr<IRemoteObject::DeathRecipient>
recipient_
{ nullptr };
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_local_live_view_subscriber_manager.h
107
sptr<IRemoteObject::DeathRecipient>
recipient_
{};
H
A
D
notification_subscriber_manager.h
176
sptr<IRemoteObject::DeathRecipient>
recipient_
{};
/base/telephony/sms_mms/frameworks/native/sms/src/
H
A
D
sms_service_manager_client.cpp
51
recipient_
= new SmsServiceInterfaceDeathRecipient(*this);
in InitSmsServiceProxy()
52
if (!
recipient_
) {
in InitSmsServiceProxy()
56
smsServiceInterface_->AsObject()->AddDeathRecipient(
recipient_
);
in InitSmsServiceProxy()
65
smsServiceInterface_->AsObject()->RemoveDeathRecipient(
recipient_
);
in ResetSmsServiceProxy()
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
sms_service_manager_client.h
325
sptr<IRemoteObject::DeathRecipient>
recipient_
;
member in OHOS::Telephony::SmsServiceManagerClient
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
242
recipient_
= nullptr;
in OnStop()
285
if (
recipient_
== nullptr) {
in AddWallpaperExtensionDeathRecipient()
286
recipient_
= sptr<IRemoteObject::DeathRecipient>(new WallpaperExtensionAbilityDeathRecipient(*this));
in AddWallpaperExtensionDeathRecipient()
290
proxy->AddDeathRecipient(
recipient_
);
in AddWallpaperExtensionDeathRecipient()
299
if (extensionRemoteObject_ != nullptr &&
recipient_
!= nullptr) {
in RemoveExtensionDeathRecipient()
303
extensionRemoteObject_->RemoveDeathRecipient(
recipient_
);
in RemoveExtensionDeathRecipient()
304
recipient_
= nullptr;
in RemoveExtensionDeathRecipient()
/base/theme/wallpaper_mgr/services/include/
H
A
D
wallpaper_service.h
182
sptr<IRemoteObject::DeathRecipient>
recipient_
;
member in OHOS::WallpaperMgrService::WallpaperService
/base/usb/usb_manager/services/native/include/
H
A
D
usb_service.h
203
sptr<IRemoteObject::DeathRecipient>
recipient_
;
member in OHOS::USB::UsbService
/base/usb/usb_manager/services/native/src/
H
A
D
usb_service.cpp
261
recipient_
= new UsbdDeathRecipient();
in InitUsbd()
263
if (!remote->AddDeathRecipient(
recipient_
)) {
in InitUsbd()
288
remote->RemoveDeathRecipient(
recipient_
);
in OnStop()
289
recipient_
.clear();
in OnStop()
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_impl.cpp
1314
remote.promote()->RemoveDeathRecipient(
recipient_
);
in ResetLocatorProxy()
1346
recipient_
= sptr<LocatorDeathRecipient>(new (std::nothrow) LocatorDeathRecipient(*this));
in GetProxy()
1347
if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(
recipient_
))) {
in GetProxy()
Completed in 16 milliseconds