Home
last modified time | relevance | path

Searched refs:AppDeathRecipient (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_death_recipient.cpp26 void AppDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
52 void AppDeathRecipient::SetTaskHandler(const std::shared_ptr<AAFwk::TaskHandlerWrap> &handler) in SetTaskHandler()
57 void AppDeathRecipient::SetAppMgrServiceInner(const std::shared_ptr<AppMgrServiceInner> &serviceInner) in SetAppMgrServiceInner()
62 void AppDeathRecipient::SetIsRenderProcess(bool isRenderProcess) in SetIsRenderProcess()
67 void AppDeathRecipient::SetIsChildProcess(bool isChildProcess) in SetIsChildProcess()
H A Dchild_process_record.cpp142 void ChildProcessRecord::SetDeathRecipient(const sptr<AppDeathRecipient> recipient) in SetDeathRecipient()
H A Dapp_running_record.cpp175 void RenderRecord::SetDeathRecipient(const sptr<AppDeathRecipient> recipient) in SetDeathRecipient()
1284 void AppRunningRecord::SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient) in SetAppDeathRecipient()
H A Dapp_mgr_service_inner.cpp1027 sptr<AppDeathRecipient> appDeathRecipient = new (std::nothrow) AppDeathRecipient(); in AttachApplication()
5199 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in AttachRenderProcess()
7113 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in NotifyAppFaultBySA()
/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H A Dipc_server_stub.h39 class AppDeathRecipient : public IRemoteObject::DeathRecipient { class
42 * @tc.name: AppDeathRecipient::OnRemoteDied
47 AppDeathRecipient() = default;
48 ~AppDeathRecipient() override = default;
163 std::map<std::string, sptr<AppDeathRecipient>> appRecipient_;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dchild_process_record.h58 void SetDeathRecipient(const sptr<AppDeathRecipient> recipient);
84 sptr<AppDeathRecipient> deathRecipient_ = nullptr;
H A Dapp_death_recipient.h27 class AppDeathRecipient : public IRemoteObject::DeathRecipient { class
H A Dapp_running_record.h101 void SetDeathRecipient(const sptr<AppDeathRecipient> recipient);
126 sptr<AppDeathRecipient> deathRecipient_ = nullptr;
531 void SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient);
1048 sptr<AppDeathRecipient> appDeathRecipient_ = nullptr;
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp70 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in DoSomethingInterestingWithMyAPI()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_stub.cpp229 sptr<AppDeathRecipient> appRecipient = sptr<AppDeathRecipient>(new AppDeathRecipient()); in RegisterDeviceManagerListener()
341 void AppDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
344 LOGI("AppDeathRecipient: OnRemoteDied for %{public}s", pkgName.c_str()); in OnRemoteDied()
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h299 class AppDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::FileAccessFwk::final
301 AppDeathRecipient() {} in AppDeathRecipient() function in OHOS::FileAccessFwk::final::AppDeathRecipient
303 virtual ~AppDeathRecipient() = default;
/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp65 sptr<AppDeathRecipient> appDeathRecipientObject_;
106 appDeathRecipientObject_ = new (std::nothrow) AppDeathRecipient(); in SetUp()
193 * SubFunction: AppDeathRecipient
213 * SubFunction: AppDeathRecipient
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp69 sptr<AppDeathRecipient> recipient; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dchild_process_record_test.cpp223 sptr<AppDeathRecipient> recipient; in HWTEST_F()
242 sptr<AppDeathRecipient> recipient; in HWTEST_F()
/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/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp144 appDeathRecipient_ = sptr(new AppDeathRecipient()); in Init()
824 void FileAccessService::AppDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
826 HILOG_INFO("FileAccessService::AppDeathRecipient::OnRemoteDied, remote obj died."); in OnRemoteDied()
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp2214 sptr<AppDeathRecipient> recipient; in HWTEST_F()
2241 sptr<AppDeathRecipient> recipient; in HWTEST_F()

Completed in 29 milliseconds