Home
last modified time | relevance | path

Searched refs:IsGsm (Results 1 - 13 of 13) sorted by relevance

/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);
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_manager_test.cpp162 EXPECT_EQ(networkSearchManager->IsGsm(SLOT_ID_0, isGsm), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dnetwork_search_test.cpp2679 * @tc.name IsGsm
2686 CoreManagerInner::GetInstance().IsGsm(SLOT_ID, isGsm); in HWTEST_F()
/base/telephony/cellular_data/test/mock/
H A Dmock_network_search.h97 MOCK_METHOD2(IsGsm, int32_t(int32_t slotId, bool &isGsm));
/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.cpp2409 int32_t CoreManagerInner::IsGsm(int32_t slotId, bool &isGsm) in IsGsm() function in OHOS::Telephony::CoreManagerInner
2415 return networkSearchManager_->IsGsm(slotId, isGsm); in IsGsm()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h150 bool IsGsm();
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h264 int32_t IsGsm(int32_t slotId, bool &isGsm) override;
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1940 int32_t NetworkSearchManager::IsGsm(int32_t slotId, bool &isGsm) in IsGsm() function in OHOS::Telephony::NetworkSearchManager
1944 TELEPHONY_LOGE("NetworkSearchManager::IsGsm Failed slotId:%{public}d", slotId); in IsGsm()
1948 TELEPHONY_LOGE("NetworkSearchManager::IsGsm failed due to nullptr!"); in IsGsm()
1951 isGsm = inner->networkSearchState_->GetNetworkStatus()->IsGsm(); in IsGsm()
1952 TELEPHONY_LOGD("NetworkSearchManager::IsGsm result=%{public}d slotId:%{public}d", isGsm, slotId); in IsGsm()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp2385 bool CellularDataHandler::IsGsm() in IsGsm() function in OHOS::Telephony::CellularDataHandler
2388 CoreManagerInner::GetInstance().IsGsm(slotId_, isGsm); in IsGsm()
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp421 ASSERT_FALSE(cellularDataHandler.IsGsm()); in HWTEST_F()
458 ASSERT_FALSE(controller.cellularDataHandler_->IsGsm()); in HWTEST_F()

Completed in 29 milliseconds