CodeCheck修改

Signed-off-by: 刘峻朋 <liujunpeng20@huawei.com>
This commit is contained in:
刘峻朋 2024-11-14 09:08:56 +00:00 committed by Gitee
parent e38bf424d0
commit 59bee5ea54
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -169,7 +169,7 @@ void SimStateManager::SyncSimMatchResponse()
std::unique_lock<std::mutex> lck(stx_);
responseSimMatchReady_ = true;
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d",
responseSimMatchReady_);
responseSimMatchReady_);
sv_.notify_one();
}
@ -177,8 +177,8 @@ void SimStateManager::SyncUnlockPinResponse()
{
std::unique_lock<std::mutex> lck(unlockPinCtx_);
responseUnlockPinReady_ = true;
TELEPHONY_LOGI(
"SimStateManager::SyncUnlockPinResponse(), responsUnlockPinReady = %{public}d", responseUnlockPinReady_);
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responsUnlockPinReady = %{public}d",
responseUnlockPinReady_);
unlockPinCv_.notify_one();
}