Home
last modified time | relevance | path

Searched refs:RUNNINGLOCK_BACKGROUND_TASK (Results 1 - 11 of 11) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Drunning_lock_info.h69 RUNNINGLOCK_BACKGROUND_TASK = RUNNINGLOCK_BACKGROUND | 1 << 6, // 0b01000001 member in OHOS::PowerMgr::RunningLockType
/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_mock_test.cpp303 RunningLockInfo runninglockTask("RunningLockMockTask5.1", RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
434 RunningLockInfo runninglockTask("RunningLockMockTask7.1", RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
446 case RunningLockType::RUNNINGLOCK_BACKGROUND_TASK: in HWTEST_F()
511 EXPECT_EQ(param.type, RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
518 EXPECT_EQ(param.type, RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
754 RunningLockInfo runninglockTask("RunningLockMockTask12.1", RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
811 RunningLockInfo runninglockTask("RunningLockMockTask13.1", RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
H A Drunning_lock_timer_handler_test.cpp105 RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
H A Drunning_lock_native_test.cpp302 runningLockMgr->lockCounters_[RunningLockType::RUNNINGLOCK_BACKGROUND_TASK]; in HWTEST_F()
304 "RunningLockNative007", "", RunningLockType::RUNNINGLOCK_BACKGROUND_TASK, -1, 0, 0}; in HWTEST_F() member in __anon1560::RunningLockType
603 RunningLockType::RUNNINGLOCK_BACKGROUND_TASK, TIMEOUTMS, UNPID, UNUID}; in HWTEST_F() member in __anon1560::RunningLockType
/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp177 case RunningLockType::RUNNINGLOCK_BACKGROUND_TASK: in GetRunningLockTypeString()
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp139 lockCounters_.emplace(RunningLockType::RUNNINGLOCK_BACKGROUND_TASK, in InitLocksTypeBackground()
140 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_TASK, activate)); in InitLocksTypeBackground()
225 backgroundLockParam.type = RunningLockType::RUNNINGLOCK_BACKGROUND_TASK; in InitLocksTypeCoordination()
334 type == RunningLockType::RUNNINGLOCK_BACKGROUND_TASK; in IsSceneRunningLockType()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Drunning_lock_test.cpp162 runningLock = powerMgrClient.CreateRunningLock("backgroudTask", RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
H A Dpower_mgr_client_test.cpp1074 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); in HWTEST_F()
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp378 case RunningLockType::RUNNINGLOCK_BACKGROUND_TASK: in GetBundleRunningLockTypeString()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1063 filledParam.type = RunningLockType::RUNNINGLOCK_BACKGROUND_TASK; in FillRunningLockParam()
1125 type == RunningLockType::RUNNINGLOCK_BACKGROUND_TASK; in IsRunningLockTypeSupported()
1515 RunningLockInfo info = {"PowerMgrWakeupLock", OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_TASK}; in WakeupRunningLock()
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp393 RunningLockInfo info = {"SleepGuard", OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_TASK}; in SleepGuard()

Completed in 12 milliseconds