Home
last modified time | relevance | path

Searched refs:NR_STATE_NOT_SUPPORT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_register.h100 NrState nrState_ = NrState::NR_STATE_NOT_SUPPORT;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_types.h168 NR_STATE_NOT_SUPPORT = 1, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp299 nrState_ = NrState::NR_STATE_NOT_SUPPORT; in UpdateNrState()
308 nrState_ = NrState::NR_STATE_NOT_SUPPORT; in UpdateNrState()
H A Dnetwork_search_manager.cpp1359 return NrState::NR_STATE_NOT_SUPPORT; in GetNrState()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp47 nrState_ = NrState::NR_STATE_NOT_SUPPORT; in Init()
H A Dcore_manager_inner.cpp1649 return NrState::NR_STATE_NOT_SUPPORT; in GetNrState()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1100 EXPECT_EQ(mInner.GetNrState(0), NrState::NR_STATE_NOT_SUPPORT);
2036 networkSearchState->SetNrState(NrState::NR_STATE_NOT_SUPPORT);
2237 EXPECT_EQ(networkSearchManager->GetNrState(INVALID_SLOTID), NrState::NR_STATE_NOT_SUPPORT);
2289 EXPECT_EQ(networkSearchManager->GetNrState(slotId), NrState::NR_STATE_NOT_SUPPORT);
H A Dnetwork_search_test.cpp427 result->SetNrState(NrState::NR_STATE_NOT_SUPPORT); in PrintNetworkStateInformation()