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 - 22
of
22
) sorted by relevance
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H
A
D
app_state_subscriber.cpp
62
recipient_
= new (std::nothrow) DeathRecipient(*this);
in AppStateSubscriberImpl()
67
if (GetMemMgrProxy() &&
recipient_
!= nullptr) {
in OnConnected()
68
proxy_->AsObject()->AddDeathRecipient(
recipient_
);
in OnConnected()
81
if (GetMemMgrProxy() &&
recipient_
!= nullptr) {
in OnDisconnected()
82
proxy_->AsObject()->RemoveDeathRecipient(
recipient_
);
in OnDisconnected()
/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/
H
A
D
concurrent_task_client.cpp
121
recipient_
= new ConcurrentTaskDeathRecipient(*this);
in TryConnect()
125
if (!
recipient_
) {
in TryConnect()
128
clientService_->AsObject()->AddDeathRecipient(
recipient_
);
in TryConnect()
136
clientService_->AsObject()->RemoveDeathRecipient(
recipient_
);
in StopRemoteObject()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H
A
D
res_sched_exe_client.cpp
125
recipient_
= new (std::nothrow) ResSchedExeDeathRecipient(*this);
in TryConnect()
126
if (!
recipient_
) {
in TryConnect()
130
resSchedExe_->AsObject()->AddDeathRecipient(
recipient_
);
in TryConnect()
139
resSchedExe_->AsObject()->RemoveDeathRecipient(
recipient_
);
in StopRemoteObject()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_client.cpp
56
if (!
recipient_
) {
in GetBundleActiveProxy()
57
recipient_
= new (std::nothrow) BundleActiveClientDeathRecipient();
in GetBundleActiveProxy()
59
if (
recipient_
) {
in GetBundleActiveProxy()
60
bundleActiveProxy_->AsObject()->AddDeathRecipient(
recipient_
);
in GetBundleActiveProxy()
175
if (
recipient_
&& ret == ERR_OK) {
in RegisterAppGroupCallBack()
176
recipient_
->AddObserver(observer);
in RegisterAppGroupCallBack()
189
if (
recipient_
&& ret == ERR_OK) {
in UnRegisterAppGroupCallBack()
190
recipient_
->RemoveObserver();
in UnRegisterAppGroupCallBack()
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H
A
D
socperf_client.cpp
65
recipient_
= new (std::nothrow) SocPerfDeathRecipient(*this);
in CheckClientValid()
66
if (!
recipient_
) {
in CheckClientValid()
69
client->AsObject()->AddDeathRecipient(
recipient_
);
in CheckClientValid()
79
client->AsObject()->RemoveDeathRecipient(
recipient_
);
in ResetClient()
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H
A
D
background_task_manager.cpp
239
recipient_
= new (std::nothrow) BgTaskMgrDeathRecipient(*this);
in GetBackgroundTaskManagerProxy()
240
if (
recipient_
== nullptr) {
in GetBackgroundTaskManagerProxy()
243
proxy_->AsObject()->AddDeathRecipient(
recipient_
);
in GetBackgroundTaskManagerProxy()
267
proxy_->AsObject()->RemoveDeathRecipient(
recipient_
);
in ResetBackgroundTaskManagerProxy()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
decision_maker.cpp
58
recipient_
= nullptr;
in ~DecisionMaker()
92
recipient_
= new (std::nothrow) AppMgrDeathRecipient(*this);
in GetAppMgrProxy()
93
if (
recipient_
== nullptr) {
in GetAppMgrProxy()
96
appMgrProxy_->AsObject()->AddDeathRecipient(
recipient_
);
in GetAppMgrProxy()
103
appMgrProxy_->AsObject()->RemoveDeathRecipient(
recipient_
);
in ResetAppMgrProxy()
/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H
A
D
concurrent_task_client.h
108
sptr<ConcurrentTaskDeathRecipient>
recipient_
;
member in OHOS::ConcurrentTask::ConcurrentTaskClient
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H
A
D
res_sched_exe_client.h
104
sptr<ResSchedExeDeathRecipient>
recipient_
;
member in OHOS::ResourceSchedule::ResSchedExeClient
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include/
H
A
D
socperf_client.h
136
sptr<SocPerfDeathRecipient>
recipient_
;
member in OHOS::SOCPERF::SocPerfClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
installd_client.cpp
214
installdProxy_->AsObject()->RemoveDeathRecipient(
recipient_
);
in ResetInstalldProxy()
229
recipient_
= new (std::nothrow) InstalldDeathRecipient();
in GetInstalldProxy()
230
if (
recipient_
== nullptr) {
in GetInstalldProxy()
234
tempProxy->AsObject()->AddDeathRecipient(
recipient_
);
in GetInstalldProxy()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H
A
D
res_sched_client.cpp
46
rss_->AsObject()->RemoveDeathRecipient(
recipient_
);
in ~ResSchedClient()
250
recipient_
= new (std::nothrow) ResSchedDeathRecipient(*this);
in TryConnect()
251
if (!
recipient_
) {
in TryConnect()
255
rss_->AsObject()->AddDeathRecipient(
recipient_
);
in TryConnect()
265
rss_->AsObject()->RemoveDeathRecipient(
recipient_
);
in StopRemoteObject()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H
A
D
purgeable_memory_manager_test.cpp
188
subscriberImpl->
recipient_
= sptr<AppStateSubscriber::AppStateSubscriberImpl::DeathRecipient>(
in HWTEST_F()
204
subscriberImpl->
recipient_
->OnRemoteDied(nullptr);
in HWTEST_F()
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H
A
D
app_state_subscriber.h
150
sptr<DeathRecipient>
recipient_
{ nullptr };
/foundation/resourceschedule/background_task_mgr/frameworks/include/
H
A
D
background_task_manager.h
207
sptr<BgTaskMgrDeathRecipient>
recipient_
;
member in OHOS::BackgroundTaskMgr::BackgroundTaskManager
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
installd_client.cpp
229
installdProxy_->AsObject()->RemoveDeathRecipient(
recipient_
);
in ResetInstalldProxy()
289
recipient_
= new (std::nothrow) InstalldDeathRecipient();
in GetInstalldProxy()
290
if (
recipient_
== nullptr) {
in GetInstalldProxy()
294
installdProxy_->AsObject()->AddDeathRecipient(
recipient_
);
in GetInstalldProxy()
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H
A
D
decision_maker.h
114
sptr<AppMgrDeathRecipient>
recipient_
;
member in OHOS::BackgroundTaskMgr::DecisionMaker
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_client.h
221
sptr<BundleActiveClientDeathRecipient>
recipient_
;
member in OHOS::DeviceUsageStats::BundleActiveClient
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H
A
D
res_sched_client.h
192
sptr<ResSchedDeathRecipient>
recipient_
;
member in OHOS::ResourceSchedule::ResSchedClient
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H
A
D
ipc_object_proxy.h
365
sptr<DeathRecipient>
recipient_
;
member
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
ipc_object_proxy.cpp
486
if ((*iter)->
recipient_
== recipient) {
in RemoveDeathRecipient()
544
sptr<DeathRecipient> recipient = (*iter)->
recipient_
;
in SendObituary()
1062
:
recipient_
(recipient), soFuncAddr_(nullptr), soPath_()
in DeathRecipientAddrInfo()
1064
if (
recipient_
== nullptr) {
in DeathRecipientAddrInfo()
1068
soFuncAddr_ = reinterpret_cast<void *>(GET_FIRST_VIRTUAL_FUNC_ADDR(
recipient_
.GetRefPtr()));
in DeathRecipientAddrInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
installd_client.h
272
sptr<IRemoteObject::DeathRecipient>
recipient_
;
member in OHOS::AppExecFwk::InstalldClient
Completed in 12 milliseconds