Home
last modified time | relevance | path

Searched refs:ReleaseRunningLock (Results 1 - 25 of 34) sorted by relevance

12

/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_handler.cpp38 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 Dtel_ril_manager.cpp87 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 Dtel_ril_handler_test.cpp112 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 Drunning_lock_mock_test.cpp118 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 Drunning_lock_action.cpp31 return SystemSuspendController::GetInstance().ReleaseRunningLock(param); in Unlock()
H A Dsystem_suspend_controller.h40 int32_t ReleaseRunningLock(const RunningLockParam& param);
H A Dsystem_suspend_controller.cpp198 int32_t SystemSuspendController::ReleaseRunningLock(const RunningLockParam& param) in ReleaseRunningLock() function in OHOS::PowerMgr::SystemSuspendController
/base/powermgr/powermgr_lite/interfaces/kits/
H A Drunning_lock.h63 BOOL ReleaseRunningLock(const RunningLock *lock);
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_handler.h38 void ReleaseRunningLock(int32_t lockType);
/base/powermgr/powermgr_lite/frameworks/src/
H A Drunning_lock.c137 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 Dpowermgr_interfaces_test.cpp65 * @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 Dpower_mock_object_test.cpp72 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
128 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
H A Dpower_mock_proxy_test.cpp67 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
H A Dpower_mock_parcel_test.cpp142 sptrProxy->ReleaseRunningLock(token); in HWTEST_F()
H A Dpower_mock_peer_test.cpp109 EXPECT_FALSE(sptrProxy->ReleaseRunningLock(token)); in HWTEST_F()
/base/telephony/sms_mms/services/sms/
H A Dsms_receive_handler.cpp104 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 Dpowermgr_service_test_proxy.h44 bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "");
/base/telephony/sms_mms/services/sms/include/
H A Dsms_receive_handler.h45 void ReleaseRunningLock();
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dipower_mgr.h43 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") = 0;
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
H A Dpowermgr_service_mock_parcel_test.cpp87 EXPECT_FALSE(g_powerMgrServiceProxy->ReleaseRunningLock(token)); in HWTEST_F()
/base/powermgr/power_manager/frameworks/native/
H A Drunning_lock.cpp152 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 Dpower_mgr_proxy.h49 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") override;
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_native_test.cpp308 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 Dpower_mgr_service.h95 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") override;
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp404 pms_->ReleaseRunningLock(token_); in ~SleepGuard()

Completed in 13 milliseconds

12