Home
last modified time | relevance | path

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

/domains/advertising/oaid/services/oaid_manager/src/
H A Doaid_death_recipient.cpp24 void OAIDDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &wptrDeath) in OnRemoteDied() argument
28 if (wptrDeath == nullptr) { in OnRemoteDied()
29 OAID_HILOGE(OAID_MODULE_SERVICE, "wptrDeath is null"); in OnRemoteDied()
33 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied()
/domains/advertising/oaid/services/oaid_manager/include/
H A Doaid_death_recipient.h28 * @param wptrDeath Indicates the died object.
30 virtual void OnRemoteDied(const wptr<IRemoteObject> &wptrDeath);

Completed in 1 milliseconds