Searched refs:RUNNINGLOCK_BACKGROUND_PHONE (Results 1 - 13 of 13) sorted by relevance
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_handler.cpp | 59 "telRilAckRunningLock", PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in OnInit() 61 "telRilRequestRunningLock", PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in OnInit() 74 "telRilAckRunningLock", PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in ApplyRunningLock() 80 "telRilRequestRunningLock", PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in ApplyRunningLock()
|
/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | incoming_call_wake_up.cpp | 41 CreateRunningLock("incomingrunninglock", PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in AcquireIncomingLock() 66 CreateRunningLock("phonerunninglock", PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in WakeupDevice()
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | running_lock_info.h | 49 RUNNINGLOCK_BACKGROUND_PHONE = RUNNINGLOCK_BACKGROUND | 1 << 1, // 0b00000011 member in OHOS::PowerMgr::RunningLockType
|
/base/powermgr/power_manager/utils/native/src/ |
H A D | power_utils.cpp | 167 case RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE: in GetRunningLockTypeString()
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_mock_test.cpp | 184 RunningLockInfo runninglockPhone("RunningLockMockPhone3.1", RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in HWTEST_F() 191 if (type == RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE) { in HWTEST_F() 362 RunningLockInfo runninglockPhone("RunningLockMockPhone6.1", RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in HWTEST_F() 372 case RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE: in HWTEST_F() 559 RunningLockInfo runninglockPhone("RunningLockMockPhone9.1", RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in HWTEST_F() 567 if (type == RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE) { in HWTEST_F()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | nitz_update.cpp | 195 auto runningLock = powerMgrClient.CreateRunningLock("runninglock", RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in ProcessTime() 348 auto runningLock = powerMgrClient.CreateRunningLock("runninglock", RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in SaveTime()
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.cpp | 129 lockCounters_.emplace(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE, in InitLocksTypeBackground() 130 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE, activate)); in InitLocksTypeBackground() 329 return type == RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE || in IsSceneRunningLockType()
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | running_lock_test.cpp | 145 runningLock = powerMgrClient.CreateRunningLock("backgroudPhone", RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in HWTEST_F()
|
H A D | power_mgr_client_test.cpp | 1064 auto ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in HWTEST_F()
|
/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 368 case RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE: in GetBundleRunningLockTypeString()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_handler.cpp | 227 PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE); in CreateRunningLockInner()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1120 type == RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE || in IsRunningLockTypeSupported()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 165 filledInfo.type = OHOS::HDI::Power::V1_2::RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE; in FillRunningLockInfo()
|
Completed in 15 milliseconds