Home
last modified time | relevance | path

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

/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()
220 SCLOCK_HILOGE("ScreenLockAppDeathRecipient on remote systemAbility died."); in OnRemoteDied()
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h30 class ScreenLockAppDeathRecipient : public IRemoteObject::DeathRecipient { class
32 explicit ScreenLockAppDeathRecipient();
33 ~ScreenLockAppDeathRecipient() override;
57 static sptr<ScreenLockAppDeathRecipient> deathRecipient_;

Completed in 1 milliseconds