Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp28 sptr<ScreenLockAppDeathRecipient> ScreenLockAppManager::deathRecipient_;
177 deathRecipient_ = new ScreenLockAppDeathRecipient(); in GetScreenLockManagerProxy()
210 ScreenLockAppDeathRecipient::ScreenLockAppDeathRecipient() in ScreenLockAppDeathRecipient() function in OHOS::ScreenLock::ScreenLockAppDeathRecipient
214 ScreenLockAppDeathRecipient::~ScreenLockAppDeathRecipient() in ~ScreenLockAppDeathRecipient()
218 void ScreenLockAppDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h30 class ScreenLockAppDeathRecipient : public IRemoteObject::DeathRecipient {
32 explicit ScreenLockAppDeathRecipient();
33 ~ScreenLockAppDeathRecipient() override;
57 static sptr<ScreenLockAppDeathRecipient> deathRecipient_;