/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_handler.cpp | 38 ReleaseRunningLock(NORMAL_RUNNING_LOCK); in ProcessEvent() 45 ReleaseRunningLock(ACK_RUNNING_LOCK); in ProcessEvent() 123 void TelRilHandler::ReleaseRunningLock(int32_t lockType) in ReleaseRunningLock() function in OHOS::Telephony::TelRilHandler 131 TELEPHONY_LOGD("ReleaseRunningLock, lockType:%{public}d", lockType); in ReleaseRunningLock() 138 TELEPHONY_LOGE("ReleaseRunningLock, lockType:%{public}d is invalid", lockType); in ReleaseRunningLock()
|
H A D | tel_ril_manager.cpp | 87 void TelRilManager::ReleaseRunningLock() in ReleaseRunningLock() function in OHOS::Telephony::TelRilManager 93 handler_->ReleaseRunningLock(TelRilHandler::NORMAL_RUNNING_LOCK); in ReleaseRunningLock() 1002 ReleaseRunningLock(); in HandleRilInterfaceStatusCallback()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_handler_test.cpp | 112 telRilManager->handler_->ReleaseRunningLock(lockType); in HWTEST_F() 116 telRilManager->handler_->ReleaseRunningLock(lockType); in HWTEST_F() 121 telRilManager->handler_->ReleaseRunningLock(lockType); in HWTEST_F()
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_mock_test.cpp | 118 g_powerService->ReleaseRunningLock(runninglockToken); in HWTEST_F() 119 g_powerService->ReleaseRunningLock(runninglockToken2); in HWTEST_F() 165 g_powerService->ReleaseRunningLock(runninglockToken); in HWTEST_F() 223 g_powerService->ReleaseRunningLock(phoneToken); in HWTEST_F() 224 g_powerService->ReleaseRunningLock(notifyToken); in HWTEST_F() 282 g_powerService->ReleaseRunningLock(audioToken); in HWTEST_F() 283 g_powerService->ReleaseRunningLock(sportToken); in HWTEST_F() 342 g_powerService->ReleaseRunningLock(naviToken); in HWTEST_F() 343 g_powerService->ReleaseRunningLock(taskToken); in HWTEST_F() 411 g_powerService->ReleaseRunningLock(phoneToke in HWTEST_F() [all...] |
/base/powermgr/power_manager/services/native/src/actions/default/ |
H A D | running_lock_action.cpp | 31 return SystemSuspendController::GetInstance().ReleaseRunningLock(param); in Unlock()
|
H A D | system_suspend_controller.h | 40 int32_t ReleaseRunningLock(const RunningLockParam& param);
|
H A D | system_suspend_controller.cpp | 198 int32_t SystemSuspendController::ReleaseRunningLock(const RunningLockParam& param) in ReleaseRunningLock() function in OHOS::PowerMgr::SystemSuspendController
|
/base/powermgr/powermgr_lite/interfaces/kits/ |
H A D | running_lock.h | 63 BOOL ReleaseRunningLock(const RunningLock *lock);
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_handler.h | 38 void ReleaseRunningLock(int32_t lockType);
|
/base/powermgr/powermgr_lite/frameworks/src/ |
H A D | running_lock.c | 137 BOOL ReleaseRunningLock(const RunningLock *lock) in ReleaseRunningLock() function 158 ReleaseRunningLock(lock); in DestroyRunningLock()
|
/base/powermgr/powermgr_lite/test/Interface_test/test/unittest/src/ |
H A D | powermgr_interfaces_test.cpp | 65 * @tc.desc: Test the interface Powermgr::ReleaseRunningLock(). 72 bool ret = ReleaseRunningLock(lock); in HWTEST_F()
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
H A D | power_mock_object_test.cpp | 72 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F() 128 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
|
H A D | power_mock_proxy_test.cpp | 67 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
|
H A D | power_mock_parcel_test.cpp | 142 sptrProxy->ReleaseRunningLock(token); in HWTEST_F()
|
H A D | power_mock_peer_test.cpp | 109 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_handler.cpp | 104 ReleaseRunningLock(); in HandleReconnectEvent() 195 ReleaseRunningLock(); in ReduceRunningLock() 201 void SmsReceiveHandler::ReleaseRunningLock() in ReleaseRunningLock() function in OHOS::Telephony::SmsReceiveHandler 205 TELEPHONY_LOGE("ReleaseRunningLock, smsRunningLock_ is nullptr"); in ReleaseRunningLock() 208 TELEPHONY_LOGI("ReleaseRunningLock, try to unlock."); in ReleaseRunningLock() 216 TELEPHONY_LOGI("ReleaseRunningLock, no found power service, retry."); in ReleaseRunningLock() 240 ReleaseRunningLock(); in HandleRunningLockTimeoutEvent()
|
/base/powermgr/power_manager/test/unittest/include/servicetest/ |
H A D | powermgr_service_test_proxy.h | 44 bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "");
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_receive_handler.h | 45 void ReleaseRunningLock();
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | ipower_mgr.h | 43 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") = 0;
|
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/ |
H A D | powermgr_service_mock_parcel_test.cpp | 87 EXPECT_FALSE(g_powerMgrServiceProxy->ReleaseRunningLock(token)); in HWTEST_F()
|
/base/powermgr/power_manager/frameworks/native/ |
H A D | running_lock.cpp | 152 POWER_HILOGI(FEATURE_RUNNING_LOCK, "ReleaseRunningLock name=%{public}s", runningLockInfo_.name.c_str()); in Release() 153 proxy->ReleaseRunningLock(token_, runningLockInfo_.name); in Release()
|
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 49 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") override;
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_native_test.cpp | 308 EXPECT_TRUE(g_powerMgrServiceProxy->ReleaseRunningLock(token)); in HWTEST_F() 342 EXPECT_TRUE(g_powerMgrServiceProxy->ReleaseRunningLock(token)); in HWTEST_F() 376 EXPECT_TRUE(g_powerMgrServiceProxy->ReleaseRunningLock(token)); in HWTEST_F()
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 95 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") override;
|
/base/powermgr/power_manager/services/native/src/wakeup/ |
H A D | wakeup_controller.cpp | 404 pms_->ReleaseRunningLock(token_); in ~SleepGuard()
|