Searched refs:IsGsm (Results 1 – 11 of 11) sorted by relevance
47 bool IsGsm() const;
211 virtual int32_t IsGsm(int32_t slotId, bool &isGsm) = 0;
233 int32_t IsGsm(int32_t slotId, bool &isGsm);
432 bool NetworkState::IsGsm() const in IsGsm() function in OHOS::Telephony::NetworkState
2400 int32_t CoreManagerInner::IsGsm(int32_t slotId, bool &isGsm) in IsGsm() function in OHOS::Telephony::CoreManagerInner2406 return networkSearchManager_->IsGsm(slotId, isGsm); in IsGsm()
143 bool IsGsm();
264 int32_t IsGsm(int32_t slotId, bool &isGsm) override;
1877 int32_t NetworkSearchManager::IsGsm(int32_t slotId, bool &isGsm) in IsGsm() function in OHOS::Telephony::NetworkSearchManager1888 isGsm = inner->networkSearchState_->GetNetworkStatus()->IsGsm(); in IsGsm()
2178 bool CellularDataHandler::IsGsm() in IsGsm() function in OHOS::Telephony::CellularDataHandler2181 CoreManagerInner::GetInstance().IsGsm(slotId_, isGsm); in IsGsm()
429 ASSERT_FALSE(cellularDataHandler.IsGsm());465 ASSERT_FALSE(controller.cellularDataHandler_->IsGsm());
2686 CoreManagerInner::GetInstance().IsGsm(SLOT_ID, isGsm);