mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 16:09:48 +00:00
激活去激活接口无返回
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
parent
a67b9ada6a
commit
699c7451d0
@ -203,7 +203,7 @@ void OperatorName::NotifySpnChanged()
|
||||
sptr<NetworkState> networkState = GetNetworkStatus();
|
||||
if (networkState != nullptr) {
|
||||
regStatus = networkState->GetRegStatus();
|
||||
std::string netPlmn = networkState->GetPlmnNumeric();
|
||||
netPlmn = networkState->GetPlmnNumeric();
|
||||
}
|
||||
if (simManager_ != nullptr) {
|
||||
std::u16string operatorNumeric = u"";
|
||||
|
@ -398,7 +398,6 @@ int32_t MultiSimController::GetSlotId(int32_t simId)
|
||||
|
||||
bool MultiSimController::IsSimActive(int32_t slotId)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(mutex_);
|
||||
if (!IsValidData(slotId)) {
|
||||
TELEPHONY_LOGE("InValidData");
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user