Home
last modified time | relevance | path

Searched defs:deathNotify (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.h74 explicit DeathNotifier(const sptr<IRemoteObject> &deathNotify) : serviceBinder(deathNotify) in DeathNotifier()
83 virtual void OnRemoteDied(const wptr<IRemoteObject> &deathNotify) in OnRemoteDied()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp1213 void CaDaemonService::Client::OnRemoteDied(const wptr<IRemoteObject> &deathNotify) in OnRemoteDied()