/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_death_recipient.cpp | 26 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 D | child_process_record.cpp | 142 void ChildProcessRecord::SetDeathRecipient(const sptr<AppDeathRecipient> recipient) in SetDeathRecipient()
|
H A D | app_running_record.cpp | 169 void RenderRecord::SetDeathRecipient(const sptr<AppDeathRecipient> recipient) in SetDeathRecipient() 1273 void AppRunningRecord::SetAppDeathRecipient(const sptr<AppDeathRecipient> &appDeathRecipient) in SetAppDeathRecipient()
|
H A D | app_mgr_service_inner.cpp | 990 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 D | ipc_server_stub.h | 37 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 D | ipc_server_stub.cpp | 221 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 D | child_process_record.h | 58 void SetDeathRecipient(const sptr<AppDeathRecipient> recipient); 84 sptr<AppDeathRecipient> deathRecipient_ = nullptr;
|
H A D | app_death_recipient.h | 27 class AppDeathRecipient : public IRemoteObject::DeathRecipient {
|
H A D | app_running_record.h | 102 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 D | appmgrrest_fuzzer.cpp | 70 sptr<AppDeathRecipient> appDeathRecipient = new AppDeathRecipient(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/ |
H A D | file_access_service.h | 299 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 D | ams_app_death_recipient_test.cpp | 65 sptr<AppDeathRecipient> appDeathRecipientObject_; 106 appDeathRecipientObject_ = new (std::nothrow) AppDeathRecipient(); in SetUp()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/ |
H A D | libappms.map | 19 *AppDeathRecipient*;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_record_test/ |
H A D | child_process_record_test.cpp | 223 sptr<AppDeathRecipient> recipient; 242 sptr<AppDeathRecipient> recipient;
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/ |
H A D | abilitychildprocessrecord_fuzzer.cpp | 78 sptr<AppDeathRecipient> recipient; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/ |
H A D | mock_app_mgr_service_inner.h | 57 …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 D | mock_app_mgr_service_inner.h | 60 …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 D | file_access_service.cpp | 144 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 D | ams_app_running_record_test.cpp | 2172 sptr<AppDeathRecipient> recipient; 2199 sptr<AppDeathRecipient> recipient;
|