Searched refs:ApplyRunningLock (Results 1 - 10 of 10) sorted by relevance
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_handler.h | 36 void ApplyRunningLock(int32_t lockType);
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_receive_handler.h | 43 void ApplyRunningLock();
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_handler.cpp | 68 void TelRilHandler::ApplyRunningLock(int32_t lockType) in ApplyRunningLock() function in OHOS::Telephony::TelRilHandler 91 TELEPHONY_LOGD("ApplyRunningLock, reqLockSerialNum_:%{public}d", static_cast<int>(reqLockSerialNum_)); in ApplyRunningLock() 96 TELEPHONY_LOGI("ApplyRunningLock,ackLockSerialNum_:%{public}d", static_cast<int>(ackLockSerialNum_)); in ApplyRunningLock() 99 TELEPHONY_LOGE("ApplyRunningLock, lockType:%{public}d is invalid", lockType); in ApplyRunningLock()
|
H A D | tel_ril_base.cpp | 46 handler_->ApplyRunningLock(TelRilHandler::NORMAL_RUNNING_LOCK); in CreateTelRilRequest()
|
H A D | tel_ril_manager.cpp | 99 handler_->ApplyRunningLock(TelRilHandler::ACK_RUNNING_LOCK); in SendAckAndLock()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_handler_test.cpp | 72 telRilManager->handler_->ApplyRunningLock(lockType); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_handler.cpp | 112 ApplyRunningLock(); in HandleReconnectEvent() 131 ApplyRunningLock(); in ProcessEvent() 167 void SmsReceiveHandler::ApplyRunningLock() in ApplyRunningLock() function in OHOS::Telephony::SmsReceiveHandler 177 TELEPHONY_LOGI("ApplyRunningLock, try to lock. count: %{public}d, serial: %{public}d", in ApplyRunningLock()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 195 void HRilManager::ApplyRunningLock(void) in ApplyRunningLock() function in OHOS::Telephony::HRilManager 213 TELEPHONY_LOGD("ApplyRunningLock, runningLockCount_:%{public}d, runningSerialNum_:%{public}d", in ApplyRunningLock() 293 ApplyRunningLock(); in ReportResponse() 318 ApplyRunningLock(); in ReportNotification()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 60 void ApplyRunningLock(void);
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 268 manager->ApplyRunningLock(); in HWTEST_F() 1340 manager->ApplyRunningLock(); in HWTEST_F()
|
Completed in 11 milliseconds