mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-26 17:50:36 +00:00
update services/sim/src/sim_state_manager.cpp.
修改缩进 Signed-off-by: 刘峻朋 <liujunpeng20@huawei.com>
This commit is contained in:
parent
b8b19b7fec
commit
d5eb186fc7
@ -168,8 +168,7 @@ void SimStateManager::SyncSimMatchResponse()
|
||||
{
|
||||
std::unique_lock<std::mutex> lck(stx_);
|
||||
responseSimMatchReady_ = true;
|
||||
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d",
|
||||
responseSimMatchReady_);
|
||||
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d", responseSimMatchReady_);
|
||||
sv_.notify_one();
|
||||
}
|
||||
|
||||
@ -177,8 +176,7 @@ void SimStateManager::SyncUnlockPinResponse()
|
||||
{
|
||||
std::unique_lock<std::mutex> lck(unlockPinCtx_);
|
||||
responseUnlockPinReady_ = true;
|
||||
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responseUnlockPinReady = %{public}d",
|
||||
responseUnlockPinReady_);
|
||||
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responseUnlockPinReady = %{public}d", responseUnlockPinReady_);
|
||||
unlockPinCv_.notify_one();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user