Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 - 25 of 26) sorted by relevance

12

/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp90 * @tc.desc: Test Lock and Unlock
101 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); in HWTEST_F()
103 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCKSCREEN, listener); in HWTEST_F()
109 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); in HWTEST_F()
111 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCKSCREEN, listener); in HWTEST_F()
198 result = proxy->Unlock(callback); in HWTEST_F()
200 result = proxy->Unlock(callback); in HWTEST_F()
H A Dscreenlock_service_test.cpp393 * @tc.desc: Test Unlock and UnlockScreen.
406 result = ScreenLockSystemAbility::GetInstance()->Unlock(listener); in HWTEST_F()
409 result = ScreenLockSystemAbility::GetInstance()->Unlock(listener); in HWTEST_F()
/base/powermgr/power_manager/services/native/include/actions/
H A Dirunning_lock_action.h35 virtual int32_t Unlock(const RunningLockParam& param) = 0;
/base/powermgr/power_manager/services/native/src/actions/default/
H A Drunning_lock_action.cpp29 int32_t RunningLockAction::Unlock(const RunningLockParam& param) in Unlock() function in OHOS::PowerMgr::RunningLockAction
H A Drunning_lock_action.h26 int32_t Unlock(const RunningLockParam& param) override;
/base/powermgr/power_manager/test/mock/action/
H A Dmock_lock_action.h29 MOCK_METHOD1(Unlock, int32_t(const RunningLockParam& param));
/base/powermgr/power_manager/test/systemtest/mock/
H A Dmock_lock_action.h29 MOCK_METHOD1(Unlock, int32_t(const RunningLockParam& param));
/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp230 mutexMap.Unlock(MUTEX_ID_A); in HWTEST_F()
238 mutexMap.Unlock(MUTEX_ID_A); in HWTEST_F()
259 mutexMap.Unlock(MUTEX_ID_A); in HWTEST_F()
267 mutexMap.Unlock(MUTEX_ID_B); in HWTEST_F()
338 mutexMap.Unlock(TIMER_ID_A); in HWTEST_F()
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp81 int32_t ScreenLockManager::Unlock(Action action, const sptr<ScreenLockCallbackInterface> &listener) in Unlock() function in OHOS::ScreenLock::ScreenLockManager
92 StartAsyncTrace(HITRACE_TAG_MISC, "ScreenLockManager Unlock start", HITRACE_UNLOCKSCREEN); in Unlock()
97 ret = proxy->Unlock(listener); in Unlock()
99 FinishAsyncTrace(HITRACE_TAG_MISC, "ScreenLockManager Unlock end", HITRACE_UNLOCKSCREEN); in Unlock()
H A Dscreenlock_manager_proxy.cpp113 int32_t ScreenLockManagerProxy::Unlock(const sptr<ScreenLockCallbackInterface> &listener) in Unlock() function in OHOS::ScreenLock::ScreenLockManagerProxy
118 SCLOCK_HILOGE("Unlock, ret = %{public}d", ret); in Unlock()
129 SCLOCK_HILOGE("Unlock, ret = %{public}d", ret); in UnlockScreen()
/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_mock_test.cpp96 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
152 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
205 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
264 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
323 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
387 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
457 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
516 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
581 EXPECT_CALL(*g_lockAction, Unlock(_)).WillRepeatedly([&](const RunningLockParam& param) { in HWTEST_F()
645 EXPECT_CALL(*g_lockAction, Unlock( in HWTEST_F()
[all...]
/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_interface.h48 static napi_value Unlock(napi_env env, napi_callback_info info);
H A Drunninglock_module.cpp60 DECLARE_NAPI_FUNCTION("unlock", RunningLockInterface::Unlock), in CreateRunningLockClass()
H A Drunninglock_interface.cpp186 napi_value RunningLockInterface::Unlock(napi_env env, napi_callback_info info) in Unlock() function in OHOS::PowerMgr::RunningLockInterface
192 NAPI_ASSERT(env, (status == napi_ok), "Unlock: failed to get cb info"); in Unlock()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager.h52 SCREENLOCK_API int32_t Unlock(Action action, const sptr<ScreenLockCallbackInterface> &listener);
H A Dscreenlock_manager_interface.h34 virtual int32_t Unlock(const sptr<ScreenLockCallbackInterface> &listener) = 0;
/base/powermgr/power_manager/utils/ffrt/include/
H A Dffrt_utils.h143 void Unlock(uint32_t mutexId);
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_manager_proxy.h37 int32_t Unlock(const sptr<ScreenLockCallbackInterface> &listener) override;
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.cpp302 ffrtMutexMap_.Unlock(TIMER_ID_SLEEP); in RegisterSettingsObserver()
538 ffrtMutexMap_.Unlock(TIMER_ID_SLEEP); in RegisterSettingsObserver()
555 ffrtMutexMap_.Unlock(TIMER_ID_SLEEP); in RegisterSettingsObserver()
580 ffrtMutexMap_.Unlock(TIMER_ID_SLEEP); in RegisterSettingsObserver()
/base/powermgr/power_manager/utils/ffrt/src/
H A Dffrt_utils.cpp80 void FFRTMutexMap::Unlock(uint32_t mutexId) in Unlock() function in OHOS::PowerMgr::FFRTMutexMap
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp73 int32_t ret = ScreenLockManager::GetInstance()->Unlock(static_cast<Action>(rawData[0] % 3), listener_); in UnlockFuzzTest()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h150 int32_t Unlock(const sptr<ScreenLockCallbackInterface> &listener) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp129 int32_t ret = Unlock(listener); in OnUnlock()
H A Dscreenlock_system_ability.cpp368 int32_t ScreenLockSystemAbility::Unlock(const sptr<ScreenLockCallbackInterface> &listener) in Unlock() function in OHOS::ScreenLock::ScreenLockSystemAbility
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp126 return runningLockAction_->Unlock(lockInnerParam); in InitLocksTypeBackground()
514 POWER_HILOGE(FEATURE_RUNNING_LOCK, "Unlock failed unsupported type, type=%{public}d", in UnLock()

Completed in 13 milliseconds

12