Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_app_manager.cpp30 sptr<ScreenLockAppDeathRecipient> ScreenLockAppManager::deathRecipient_;
104 deathRecipient_ = new ScreenLockAppDeathRecipient(); in GetScreenLockManagerProxy()
140 ScreenLockAppDeathRecipient::ScreenLockAppDeathRecipient() in ScreenLockAppDeathRecipient() function in OHOS::ScreenLock::ScreenLockAppDeathRecipient
144 ScreenLockAppDeathRecipient::~ScreenLockAppDeathRecipient() in ~ScreenLockAppDeathRecipient()
148 void ScreenLockAppDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
/base/theme/screenlock_mgr/frameworks/native/include/
Dscreenlock_app_manager.h30 class ScreenLockAppDeathRecipient : public IRemoteObject::DeathRecipient {
32 explicit ScreenLockAppDeathRecipient();
33 ~ScreenLockAppDeathRecipient() override;
51 static sptr<ScreenLockAppDeathRecipient> deathRecipient_;