Searched refs:ScreenLockManagerProxy (Results 1 – 2 of 2) sorted by relevance
26 ScreenLockManagerProxy::ScreenLockManagerProxy(const sptr<IRemoteObject> &object) in ScreenLockManagerProxy() function in OHOS::ScreenLock::ScreenLockManagerProxy47 int32_t ScreenLockManagerProxy::IsLocked(bool &isLocked) in IsLocked()64 bool ScreenLockManagerProxy::IsScreenLocked() in IsScreenLocked()74 bool ScreenLockManagerProxy::GetSecure() in GetSecure()79 data.WriteInterfaceToken(ScreenLockManagerProxy::GetDescriptor()); in GetSecure()90 int32_t ScreenLockManagerProxy::UnlockInner( in UnlockInner()164 int32_t ScreenLockManagerProxy::Lock(int32_t userId) in Lock()237 int32_t ScreenLockManagerProxy::IsScreenLockDisabled(int userId, bool &isDisabled) in IsScreenLockDisabled()260 int32_t ScreenLockManagerProxy::SetScreenLockDisabled(bool disable, int userId) in SetScreenLockDisabled()321 int32_t ScreenLockManagerProxy::RequestStrongAuth(int reasonFlag, int32_t userId) in RequestStrongAuth()[all …]
29 class ScreenLockManagerProxy : public IRemoteProxy<ScreenLockManagerInterface> {31 explicit ScreenLockManagerProxy(const sptr<IRemoteObject> &object);32 ~ScreenLockManagerProxy() = default;33 DISALLOW_COPY_AND_MOVE(ScreenLockManagerProxy);52 static inline BrokerDelegator<ScreenLockManagerProxy> delegator_;