Home
last modified time | relevance | path

Searched refs:networkInformation (Results 1 – 14 of 14) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Dnetwork_selection.cpp185 std::vector<NetworkInformation> networkInformation; in AvailNetworkResult() local
195 networkInformation.push_back(networkStateItem); in AvailNetworkResult()
198 nsm->SetNetworkSearchResultValue(slotId_, availableSize, networkInformation); in AvailNetworkResult()
Dnetwork_search_manager.cpp630 …int32_t slotId, int32_t selectMode, const sptr<NetworkInformation> &networkInformation, bool resum… in SetNetworkSelectionMode() argument
640 if (networkInformation != nullptr) { in SetNetworkSelectionMode()
641 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
647 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) in SetNetworkSelectionMode() argument
657 if (networkInformation != nullptr) { in SetNetworkSelectionMode()
658 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
/base/telephony/core_service/interfaces/innerkits/include/
Di_network_search.h62 …const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) = …
Dcore_service_client.h65 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
Di_core_service.h80 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
Dcore_service_proxy.h58 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
Dcore_manager_inner.h194 …lectionMode(int32_t slotId, int32_t selectMode, const sptr<NetworkInformation> &networkInformation,
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_manager.h147 …const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) ov…
189 …int32_t slotId, int32_t selectMode, const sptr<NetworkInformation> &networkInformation, bool resum…
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1037 networkInformation: NetworkInformation; property
/base/telephony/core_service/services/core/include/
Dcore_service.h102 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp392 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
400 …return proxy->SetNetworkSelectionMode(slotId, selectMode, networkInformation, resumeSelection, cal… in SetNetworkSelectionMode()
Dcore_service_proxy.cpp841 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
866 if (networkInformation != nullptr) { in SetNetworkSelectionMode()
867 networkInformation->Marshalling(data); in SetNetworkSelectionMode()
Dcore_manager_inner.cpp1353 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
1361 slotId, selectMode, networkInformation, resumeSelection, callback); in SetNetworkSelectionMode()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp146 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
159 slotId, selectMode, networkInformation, resumeSelection, callback); in SetNetworkSelectionMode()