Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/services/include/
Dscreenlock_system_ability_proxy.h27 class ScreenLockSystemAbilityProxy : public IRemoteProxy<ScreenLockSystemAbilityInterface> {
29 explicit ScreenLockSystemAbilityProxy(const sptr<IRemoteObject> &impl);
30 ~ScreenLockSystemAbilityProxy() = default;
34 static inline BrokerDelegator<ScreenLockSystemAbilityProxy> delegator_;
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability_proxy.cpp22 ScreenLockSystemAbilityProxy::ScreenLockSystemAbilityProxy(const sptr<IRemoteObject> &impl) in ScreenLockSystemAbilityProxy() function in OHOS::ScreenLock::ScreenLockSystemAbilityProxy
27 void ScreenLockSystemAbilityProxy::OnCallBack(const SystemEvent &systemEvent) in OnCallBack()
33 if (!data.WriteInterfaceToken(ScreenLockSystemAbilityProxy::GetDescriptor())) { in OnCallBack()