mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2025-02-16 23:37:45 +00:00
update services/sim/src/sim_state_manager.cpp.
bugfix Signed-off-by: 刘峻朋 <liujunpeng20@huawei.com>
This commit is contained in:
parent
b106111a40
commit
5dedab6854
@ -177,7 +177,7 @@ void SimStateManager::SyncUnlockPinResponse()
|
||||
{
|
||||
std::unique_lock<std::mutex> lck(unlockPinCtx_);
|
||||
responseUnlockPinReady_ = true;
|
||||
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responsUnlockPinReady = %{public}d",
|
||||
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responseUnlockPinReady = %{public}d",
|
||||
responseUnlockPinReady_);
|
||||
unlockPinCv_.notify_one();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user