Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control.cpp189 sptr<IRemoteObject::DeathRecipient> clientDeath = in GetForegroundApplications() local
191 if (clientDeath == nullptr) { in GetForegroundApplications()
195 remoteObject->AddDeathRecipient(clientDeath); in GetForegroundApplications()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp257 sptr<ClientDeathStub> clientDeath = new ClientDeathStub(); in AvSessionServiceClientTest() local
258 service->RegisterClientDeathObserver(clientDeath); in AvSessionServiceClientTest()