Home
last modified time | relevance | path

Searched refs:resumeSelection (Results 1 – 16 of 16) sorted by relevance

/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h174 bool resumeSelection = false; member
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_manager.h152 …const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) ov…
204 …tId, int32_t selectMode, const sptr<NetworkInformation> &networkInformation, bool resumeSelection);
/base/telephony/core_service/interfaces/innerkits/include/
Di_network_search.h69 …const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) = …
Dcore_service_client.h312 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
Di_core_service.h81 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
Dcore_service_proxy.h61 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
Dcore_manager_inner.h198 bool resumeSelection, const sptr<INetworkSearchCallback> &callback);
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2996 resumeSelection: boolean; property
/base/telephony/core_service/services/core/include/
Dcore_service.h104 const sptr<NetworkInformation> &networkInformation, bool resumeSelection,
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp402 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
410 …return proxy->SetNetworkSelectionMode(slotId, selectMode, networkInformation, resumeSelection, cal… in SetNetworkSelectionMode()
Dcore_manager_inner.cpp1343 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
1351 slotId, selectMode, networkInformation, resumeSelection, callback); in SetNetworkSelectionMode()
Dcore_service_proxy.cpp872 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
890 if (!data.WriteBool(resumeSelection)) { in SetNetworkSelectionMode()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp152 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, in SetNetworkSelectionMode() argument
169 slotId, selectMode, networkInformation, resumeSelection, callback); in SetNetworkSelectionMode()
Dcore_service_stub.cpp640 bool resumeSelection = data.ReadBool(); in OnSetNetworkSelectionMode() local
652 …int32_t result = SetNetworkSelectionMode(slotId, selectMode, networkState, resumeSelection, callba… in OnSetNetworkSelectionMode()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp641 …otId, int32_t selectMode, const sptr<NetworkInformation> &networkInformation, bool resumeSelection) in SetNetworkSelectionMode() argument
658 const sptr<NetworkInformation> &networkInformation, bool resumeSelection, NSCALLBACK &callback) in SetNetworkSelectionMode() argument
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp871 …asyncContext->slotId, asyncContext->selectMode, networkInfo, asyncContext->resumeSelection, callba… in NativeSetNetworkSelectionMode()
919 napi_get_value_bool(env, resumeValue, &context.resumeSelection); in ParseNetworkSelectionParameter()