Home
last modified time | relevance | path

Searched refs:IsGsm (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h47 bool IsGsm() const;
H A Di_network_search.h211 virtual int32_t IsGsm(int32_t slotId, bool &isGsm) = 0;
H A Dcore_manager_inner.h233 int32_t IsGsm(int32_t slotId, bool &isGsm);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp432 bool NetworkState::IsGsm() const in IsGsm() function in OHOS::Telephony::NetworkState
H A Dcore_manager_inner.cpp2400 int32_t CoreManagerInner::IsGsm(int32_t slotId, bool &isGsm) in IsGsm() function in OHOS::Telephony::CoreManagerInner
2406 return networkSearchManager_->IsGsm(slotId, isGsm); in IsGsm()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h143 bool IsGsm();
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h264 int32_t IsGsm(int32_t slotId, bool &isGsm) override;
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1877 int32_t NetworkSearchManager::IsGsm(int32_t slotId, bool &isGsm) in IsGsm() function in OHOS::Telephony::NetworkSearchManager
1888 isGsm = inner->networkSearchState_->GetNetworkStatus()->IsGsm(); in IsGsm()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp2178 bool CellularDataHandler::IsGsm() in IsGsm() function in OHOS::Telephony::CellularDataHandler
2181 CoreManagerInner::GetInstance().IsGsm(slotId_, isGsm); in IsGsm()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp429 ASSERT_FALSE(cellularDataHandler.IsGsm());
465 ASSERT_FALSE(controller.cellularDataHandler_->IsGsm());
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp2686 CoreManagerInner::GetInstance().IsGsm(SLOT_ID, isGsm);