Searched refs:TestServerProxyDeathRecipient (Results 1 – 2 of 2) sorted by relevance
62 class TestServerProxyDeathRecipient : public IRemoteObject::DeathRecipient {64 explicit TestServerProxyDeathRecipient(const sptr<TestServerService> &testServerService) in TestServerProxyDeathRecipient() function66 ~TestServerProxyDeathRecipient() = default;
100 sptr<TestServerProxyDeathRecipient>(new TestServerProxyDeathRecipient(this))); in CreateSession()178 …void TestServerService::TestServerProxyDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &obj… in OnRemoteDied()