Searched refs:ScreenLockSystemAbilityProxy (Results 1 – 2 of 2) sorted by relevance
27 class ScreenLockSystemAbilityProxy : public IRemoteProxy<ScreenLockSystemAbilityInterface> {29 explicit ScreenLockSystemAbilityProxy(const sptr<IRemoteObject> &impl);30 ~ScreenLockSystemAbilityProxy() = default;34 static inline BrokerDelegator<ScreenLockSystemAbilityProxy> delegator_;
22 ScreenLockSystemAbilityProxy::ScreenLockSystemAbilityProxy(const sptr<IRemoteObject> &impl) in ScreenLockSystemAbilityProxy() function in OHOS::ScreenLock::ScreenLockSystemAbilityProxy27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()33 if (!data.WriteInterfaceToken(ScreenLockSystemAbilityProxy::GetDescriptor())) { in OnCallBack()