Home
last modified time | relevance | path

Searched refs:wptrDeath (Results 1 - 10 of 10) sorted by relevance

/base/notification/common_event_service/services/src/
H A Dability_manager_death_recipient.cpp23 void AbilityManagerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
27 if (wptrDeath == nullptr) { in OnRemoteDied()
28 EVENT_LOGE("wptrDeath is null"); in OnRemoteDied()
32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
H A Dbms_death_recipient.cpp23 void BMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
27 if (wptrDeath == nullptr) { in OnRemoteDied()
28 EVENT_LOGE("wptrDeath is null"); in OnRemoteDied()
32 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
/base/notification/common_event_service/services/test/unittest/ability_manager_death_recipient_unit_test/
H A Dability_manager_death_recipient_unit_test.cpp70 wptr<MockAbilityManagerStub> wptrDeath = sptrDeath; in HWTEST_F() local
71 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
89 wptr<IRemoteObject> wptrDeath = nullptr; in HWTEST_F() local
90 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
111 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F() local
112 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_death_recipient.cpp21 void PrintBMSDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
24 DelayedSingleton<PrintBMSHelper>::GetInstance()->ResetProxy(wptrDeath); in OnRemoteDied()
/base/notification/common_event_service/services/test/unittest/bundle_manager_death_recipient_unit_test/
H A Dbundle_manager_death_recipient_unit_test.cpp129 wptr<MockIRemoteObject> wptrDeath = sptrDeath; in HWTEST_F() local
130 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
148 wptr<IRemoteObject> wptrDeath = nullptr; in HWTEST_F() local
149 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
170 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F() local
171 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_subscribe_death_recipient_test.cpp109 wptr<IRemoteObject> wptrDeath = nullptr; in HWTEST_F() local
110 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
129 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F() local
130 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
148 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F() local
149 recipient->OnRemoteDied(wptrDeath); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dprint_bms_death_recipient.h27 * @param wptrDeath Indicates the died object.
29 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);
/base/notification/common_event_service/services/include/
H A Dability_manager_death_recipient.h28 * @param wptrDeath Indicates the died object.
30 void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) override;
H A Dbms_death_recipient.h28 * @param wptrDeath Indicates the died object.
30 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp544 wptr<IRemoteObject> wptrDeath = nullptr; in HWTEST_F() local

Completed in 6 milliseconds