Home
last modified time | relevance | path

Searched refs:iremote_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dassert_fault_callback_death_mgr.cpp27 if (item.second.iremote_ == nullptr || item.second.deathObj_ == nullptr) { in ~AssertFaultCallbackDeathMgr()
31 item.second.iremote_->RemoveDeathRecipient(item.second.deathObj_); in ~AssertFaultCallbackDeathMgr()
92 if (iter->second.iremote_ != nullptr && iter->second.deathObj_ != nullptr) { in RemoveAssertFaultCallback()
93 iter->second.iremote_->RemoveDeathRecipient(iter->second.deathObj_); in RemoveAssertFaultCallback()
115 RemoveAssertFaultCallback(item.iremote_); in CallAssertFaultCallback()
116 sptr<AssertFaultProxy> callback = iface_cast<AssertFaultProxy>(item.iremote_); in CallAssertFaultCallback()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dassert_fault_callback_death_mgr.h37 sptr<IRemoteObject> iremote_; member