Searched refs:ScreenLockCallbackProxy (Results 1 – 2 of 2) sorted by relevance
25 class ScreenLockCallbackProxy : public IRemoteProxy<ScreenLockCallbackInterface> {27 explicit ScreenLockCallbackProxy(const sptr<IRemoteObject> &impl);28 ~ScreenLockCallbackProxy() = default;32 static inline BrokerDelegator<ScreenLockCallbackProxy> delegator_;
22 ScreenLockCallbackProxy::ScreenLockCallbackProxy(const sptr<IRemoteObject> &impl) in ScreenLockCallbackProxy() function in OHOS::ScreenLock::ScreenLockCallbackProxy27 void ScreenLockCallbackProxy::OnCallBack(int32_t screenLockResult) in OnCallBack()