Home
last modified time | relevance | path

Searched refs:AppDeathRecipient (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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> &serviceInn… 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.cpp169 void RenderRecord::SetDeathRecipient(const sptr<AppDeathRecipient> recipient) in SetDeathRecipient()
1273 void AppRunningRecord::SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient) in SetAppDeathRecipient()
H A Dapp_mgr_service_inner.cpp990 sptr<AppDeathRecipient> appDeathRecipient = new (std::nothrow) AppDeathRecipient(); in AttachApplication()
5205 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in AttachRenderProcess()
7041 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in NotifyAppFaultBySA()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H A Dipc_server_stub.h37 class AppDeathRecipient : public IRemoteObject::DeathRecipient {
45 AppDeathRecipient() = default;
46 ~AppDeathRecipient() override = default;
161 std::map<std::string, sptr<AppDeathRecipient>> appRecipient_;
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_stub.cpp221 sptr<AppDeathRecipient> appRecipient = sptr<AppDeathRecipient>(new AppDeathRecipient()); in RegisterDeviceManagerListener()
333 void AppDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/ohos5.0/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 {
H A Dapp_running_record.h102 void SetDeathRecipient(const sptr<AppDeathRecipient> recipient);
127 sptr<AppDeathRecipient> deathRecipient_ = nullptr;
515 void SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient);
963 sptr<AppDeathRecipient> appDeathRecipient_ = nullptr;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp70 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h299 class AppDeathRecipient : public IRemoteObject::DeathRecipient {
301 AppDeathRecipient() {} in AppDeathRecipient() function
303 virtual ~AppDeathRecipient() = default;
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/
H A Dlibappms.map19 *AppDeathRecipient*;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dchild_process_record_test.cpp223 sptr<AppDeathRecipient> recipient;
242 sptr<AppDeathRecipient> recipient;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp78 sptr<AppDeathRecipient> recipient; in DoSomethingInterestingWithMyAPI()
/ohos5.0/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>& appD…
/ohos5.0/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>& appD…
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp2172 sptr<AppDeathRecipient> recipient;
2199 sptr<AppDeathRecipient> recipient;