Home
last modified time | relevance | path

Searched refs:DevAuthDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h55 class DevAuthDeathRecipient : public IRemoteObject::DeathRecipient { class
57 DevAuthDeathRecipient() {} in DevAuthDeathRecipient() function in OHOS::DevAuthDeathRecipient
58 explicit DevAuthDeathRecipient(int32_t cbIdx);
59 ~DevAuthDeathRecipient() override {}
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp356 bRet = g_cbStub[cbStubIdx].cbStub->AddDeathRecipient(new(std::nothrow) DevAuthDeathRecipient(cbDataIdx)); in AddCbDeathRecipient()
388 DevAuthDeathRecipient::DevAuthDeathRecipient(int32_t cbIdx) in DevAuthDeathRecipient() function in OHOS::DevAuthDeathRecipient
393 void DevAuthDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()

Completed in 1 milliseconds