激活去激活接口无返回

Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
liuxiyao223 2023-12-12 15:22:40 +08:00
parent a67b9ada6a
commit 699c7451d0
2 changed files with 1 additions and 2 deletions

View File

@ -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"";

View File

@ -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;