Home
last modified time | relevance | path

Searched refs:appDeathRecipient (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp70 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in DoSomethingInterestingWithMyAPI() local
72 appDeathRecipient->OnRemoteDied(remote); in DoSomethingInterestingWithMyAPI()
74 appDeathRecipient->SetTaskHandler(handler); in DoSomethingInterestingWithMyAPI()
76 appDeathRecipient->SetAppMgrServiceInner(serviceInner); in DoSomethingInterestingWithMyAPI()
78 appDeathRecipient->SetIsRenderProcess(isRenderProcess); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service_inner.h60 MOCK_CONST_METHOD2(AddAppDeathRecipient, void(const pid_t pid, const sptr<AppDeathRecipient>& appDeathRecipient));
/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h57 MOCK_CONST_METHOD2(AddAppDeathRecipient, void(const pid_t pid, const sptr<AppDeathRecipient>& appDeathRecipient));
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1027 sptr<AppDeathRecipient> appDeathRecipient = new (std::nothrow) AppDeathRecipient(); in AttachApplication() local
1028 CHECK_POINTER_AND_RETURN_LOG(appDeathRecipient, "Failed to create death recipient."); in AttachApplication()
1029 appDeathRecipient->SetTaskHandler(taskHandler_); in AttachApplication()
1030 appDeathRecipient->SetAppMgrServiceInner(shared_from_this()); in AttachApplication()
1032 if (!object || !object->AddDeathRecipient(appDeathRecipient)) { in AttachApplication()
1037 appRecord->SetAppDeathRecipient(appDeathRecipient); in AttachApplication()
5199 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in AttachRenderProcess() local
5200 appDeathRecipient->SetTaskHandler(taskHandler_); in AttachRenderProcess()
5201 appDeathRecipient->SetAppMgrServiceInner(shared_from_this()); in AttachRenderProcess()
5202 appDeathRecipient in AttachRenderProcess()
7113 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); NotifyAppFaultBySA() local
[all...]
H A Dapp_running_record.cpp1284 void AppRunningRecord::SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient) in SetAppDeathRecipient() argument
1286 appDeathRecipient_ = appDeathRecipient; in SetAppDeathRecipient()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h529 * @param appDeathRecipient, application death recipient instance.
531 void SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient);

Completed in 17 milliseconds