Home
last modified time | relevance | path

Searched refs:wptrDeath (Results 1 – 12 of 12) sorted by relevance

/base/notification/common_event_service/services/test/unittest/ability_manager_death_recipient_unit_test/
Dability_manager_death_recipient_unit_test.cpp70 wptr<MockAbilityManagerStub> wptrDeath = sptrDeath; variable
71 recipient->OnRemoteDied(wptrDeath);
89 wptr<IRemoteObject> wptrDeath = nullptr; variable
90 recipient->OnRemoteDied(wptrDeath);
111 wptr<IRemoteObject> wptrDeath = sptrDeath; variable
112 recipient->OnRemoteDied(wptrDeath);
/base/notification/common_event_service/services/src/
Dbms_death_recipient.cpp23 void BMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
27 if (wptrDeath == nullptr) { in OnRemoteDied()
32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
Dability_manager_death_recipient.cpp23 void AbilityManagerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
27 if (wptrDeath == nullptr) { in OnRemoteDied()
32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
/base/customization/enterprise_device_management/services/edm/src/
Dability_manager_death_recipient.cpp23 void AbilityManagerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied() argument
27 if (wptrDeath == nullptr) { in OnRemoteDied()
32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
/base/notification/common_event_service/services/test/unittest/bundle_manager_death_recipient_unit_test/
Dbundle_manager_death_recipient_unit_test.cpp129 wptr<MockIRemoteObject> wptrDeath = sptrDeath; variable
130 recipient->OnRemoteDied(wptrDeath);
148 wptr<IRemoteObject> wptrDeath = nullptr; variable
149 recipient->OnRemoteDied(wptrDeath);
170 wptr<IRemoteObject> wptrDeath = sptrDeath; variable
171 recipient->OnRemoteDied(wptrDeath);
/base/print/print_fwk/services/src/
Dprint_bms_death_recipient.cpp21 void PrintBMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
24 DelayedSingleton<PrintBMSHelper>::GetInstance()->ResetProxy(wptrDeath); in OnRemoteDied()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_subscribe_death_recipient_test.cpp102 wptr<IRemoteObject> wptrDeath = nullptr; variable
103 recipient->OnRemoteDied(wptrDeath);
122 wptr<IRemoteObject> wptrDeath = sptrDeath; variable
123 recipient->OnRemoteDied(wptrDeath);
141 wptr<IRemoteObject> wptrDeath = sptrDeath; variable
142 recipient->OnRemoteDied(wptrDeath);
/base/print/print_fwk/services/include/
Dprint_bms_death_recipient.h29 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);
/base/notification/common_event_service/services/include/
Dbms_death_recipient.h30 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);
Dability_manager_death_recipient.h30 void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) override;
/base/customization/enterprise_device_management/services/edm/include/
Dability_manager_death_recipient.h30 void OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) override;
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp532 wptr<IRemoteObject> wptrDeath = nullptr; variable