/base/notification/common_event_service/services/test/unittest/ability_manager_death_recipient_unit_test/ |
D | ability_manager_death_recipient_unit_test.cpp | 70 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/ |
D | bms_death_recipient.cpp | 23 void BMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument 27 if (wptrDeath == nullptr) { in OnRemoteDied() 32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
|
D | ability_manager_death_recipient.cpp | 23 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/ |
D | ability_manager_death_recipient.cpp | 23 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/ |
D | bundle_manager_death_recipient_unit_test.cpp | 129 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/ |
D | print_bms_death_recipient.cpp | 21 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/ |
D | os_account_subscribe_death_recipient_test.cpp | 102 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/ |
D | print_bms_death_recipient.h | 29 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);
|
/base/notification/common_event_service/services/include/ |
D | bms_death_recipient.h | 30 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);
|
D | ability_manager_death_recipient.h | 30 void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) override;
|
/base/customization/enterprise_device_management/services/edm/include/ |
D | ability_manager_death_recipient.h | 30 void OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) override;
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.cpp | 532 wptr<IRemoteObject> wptrDeath = nullptr; variable
|