Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_callback_proxy.h25 class ScreenLockCallbackProxy : public IRemoteProxy<ScreenLockCallbackInterface> {
27 explicit ScreenLockCallbackProxy(const sptr<IRemoteObject> &impl);
28 ~ScreenLockCallbackProxy() = default;
32 static inline BrokerDelegator<ScreenLockCallbackProxy> delegator_;
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_callback_proxy.cpp22 ScreenLockCallbackProxy::ScreenLockCallbackProxy(const sptr<IRemoteObject> &impl) in ScreenLockCallbackProxy() function in OHOS::ScreenLock::ScreenLockCallbackProxy
27 void ScreenLockCallbackProxy::OnCallBack(int32_t screenLockResult) in OnCallBack()