Home
last modified time | relevance | path

Searched refs:SetCachePreferredNetworkValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_type.cpp44 …networkSearchManager->SetCachePreferredNetworkValue(slotId_, preferredNetworkInfo->preferredNetwor… in ProcessGetPreferredNetwork()
95 networkSearchManager->SetCachePreferredNetworkValue(slotId_, networkMode); in ProcessSetPreferredNetwork()
H A Dnetwork_search_manager.cpp805 SetCachePreferredNetworkValue(slotId, filterMode); in SetPreferredNetwork()
827 int32_t NetworkSearchManager::SetCachePreferredNetworkValue(int32_t slotId, int32_t networkMode) in SetCachePreferredNetworkValue() function in OHOS::Telephony::NetworkSearchManager
869 SetCachePreferredNetworkValue(slotId, filterMode); in SetPreferredNetwork()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h233 int32_t SetCachePreferredNetworkValue(int32_t slotId, int32_t networkMode);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2080 …EXPECT_NE(networkSearchManager->SetCachePreferredNetworkValue(INVALID_SLOTID, networkMode), TELEPH…