Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager.h56 class ScreenLockSaDeathRecipient : public IRemoteObject::DeathRecipient {
58 explicit ScreenLockSaDeathRecipient(){}; in ScreenLockSaDeathRecipient() function
59 ~ScreenLockSaDeathRecipient() = default;
74 sptr<ScreenLockSaDeathRecipient> deathRecipient_;
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp153 deathRecipient_ = new ScreenLockSaDeathRecipient(); in GetScreenLockManagerProxy()