/base/telephony/core_service/services/network_search/src/ |
D | network_selection.cpp | 185 std::vector<NetworkInformation> networkInformation; in AvailNetworkResult() local 195 networkInformation.push_back(networkStateItem); in AvailNetworkResult() 198 nsm->SetNetworkSearchResultValue(slotId_, availableSize, networkInformation); in AvailNetworkResult()
|
D | network_search_manager.cpp | 630 …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/ |
D | i_network_search.h | 62 …const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) = …
|
D | core_service_client.h | 65 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
|
D | i_core_service.h | 80 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
|
D | core_service_proxy.h | 58 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
|
D | core_manager_inner.h | 194 …lectionMode(int32_t slotId, int32_t selectMode, const sptr<NetworkInformation> &networkInformation,
|
/base/telephony/core_service/services/network_search/include/ |
D | network_search_manager.h | 147 …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.ts | 1037 networkInformation: NetworkInformation; property
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 102 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 392 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument 400 …return proxy->SetNetworkSelectionMode(slotId, selectMode, networkInformation, resumeSelection, cal… in SetNetworkSelectionMode()
|
D | core_service_proxy.cpp | 841 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument 866 if (networkInformation != nullptr) { in SetNetworkSelectionMode() 867 networkInformation->Marshalling(data); in SetNetworkSelectionMode()
|
D | core_manager_inner.cpp | 1353 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument 1361 slotId, selectMode, networkInformation, resumeSelection, callback); in SetNetworkSelectionMode()
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 146 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument 159 slotId, selectMode, networkInformation, resumeSelection, callback); in SetNetworkSelectionMode()
|