Home
last modified time | relevance | path

Searched refs:DbinderSaDeathRecipient (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_sa_death_recipient.h22 class DbinderSaDeathRecipient : public IRemoteObject::DeathRecipient { class
25 DbinderSaDeathRecipient(binder_uintptr_t binderObject);
26 virtual ~DbinderSaDeathRecipient() = default;
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_sa_death_recipient.cpp23 "DbinderSaDeathRecipient" };
25 DbinderSaDeathRecipient::DbinderSaDeathRecipient(binder_uintptr_t binderObject) : binderObject_(binderObject) in DbinderSaDeathRecipient() function in OHOS::DbinderSaDeathRecipient
29 void DbinderSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
31 DBINDER_LOGE(LOG_LABEL, "DbinderSaDeathRecipient OnRemoteDied"); in OnRemoteDied()
H A Ddbinder_service.cpp559 sptr<IRemoteObject::DeathRecipient> death(new DbinderSaDeathRecipient(binderObject)); in LoadSystemAbilityComplete()
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c459 static void DbinderSaDeathRecipient(void *args) in DbinderSaDeathRecipient() function
462 RPC_LOG_ERROR("DbinderSaDeathRecipient args is null"); in DbinderSaDeathRecipient()
466 RPC_LOG_INFO("DbinderSaDeathRecipient cbiId %d", proxyObject->cbId); in DbinderSaDeathRecipient()
491 int32_t ret = AddDeathRecipient(*proxyObject->proxy, DbinderSaDeathRecipient, in FindOrNewProxy()

Completed in 4 milliseconds