Home
last modified time | relevance | path

Searched refs:UnlockInner (Results 1 - 4 of 4) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_manager_proxy.h50 int32_t UnlockInner(MessageParcel &reply, int32_t command, const sptr<ScreenLockCallbackInterface> &listener);
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp90 int32_t ScreenLockManagerProxy::UnlockInner( in UnlockInner() function in OHOS::ScreenLock::ScreenLockManagerProxy
116 int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), listener); in Unlock()
127 int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK_SCREEN), listener); in UnlockScreen()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h206 int32_t UnlockInner(const sptr<ScreenLockCallbackInterface> &listener);
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp365 return UnlockInner(listener); in UnlockScreen()
376 return UnlockInner(listener); in Unlock()
379 int32_t ScreenLockSystemAbility::UnlockInner(const sptr<ScreenLockCallbackInterface> &listener) in UnlockInner() function in OHOS::ScreenLock::ScreenLockSystemAbility

Completed in 3 milliseconds