Home
last modified time | relevance | path

Searched refs:GetNetworkState (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp47 void GetNetworkState(const uint8_t *data, size_t size) in GetNetworkState() function
144 GetNetworkState(data, size); in DoSomethingInterestingWithMyAPI()
147 GetNetworkState(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_information.h36 int32_t GetNetworkState() const;
H A Dcore_service_client.h139 int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState);
H A Di_core_service.h44 virtual int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) = 0;
H A Dcore_service_proxy.h35 int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) override;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_information.cpp38 int32_t NetworkInformation::GetNetworkState() const in GetNetworkState() function in OHOS::Telephony::NetworkInformation
H A Dcore_service_client.cpp210 int32_t CoreServiceClient::GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) in GetNetworkState() function in OHOS::Telephony::CoreServiceClient
217 return proxy->GetNetworkState(slotId, networkState); in GetNetworkState()
H A Dcore_service_proxy.cpp228 int32_t CoreServiceProxy::GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) in GetNetworkState() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp63 CoreServiceClient::GetInstance().GetNetworkState(slotId, networkState); in NetCapabilitiesChange()
H A Dnet_connect_adapter_impl.cpp102 CoreServiceClient::GetInstance().GetNetworkState(slotId, networkState); in GetDefaultNetConnect()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp193 CoreServiceClient::GetInstance().GetNetworkState(slotId_, networkState); in GetNetworkOperator()
319 CoreServiceClient::GetInstance().GetNetworkState(slotId_, networkState); in GetServiceState()
354 CoreServiceClient::GetInstance().GetNetworkState(slotId_, networkState); in GetRoamState()
385 CoreServiceClient::GetInstance().GetNetworkState(slotId_, networkState); in QueryAgIndicator()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_gtest.h103 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetNetworkState(slotId, networkState); in IsRegServiceInService()
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp144 …int32_t result = OHOS::Telephony::CoreServiceClient::GetInstance().GetNetworkState(slotId, network… in OH_Telephony_GetNetworkStateForSlot()
/ohos5.0/base/request/request/services/src/cxx/
H A Dnetwork.cpp172 …DelayedRefSingleton<OHOS::Telephony::CoreServiceClient>::GetInstance().GetNetworkState(slotId, net… in IsRoaming()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_callback_stub.cpp184 …kState.GetOperatorLongName().c_str(), networkState.GetRadioTech(), networkState.GetNetworkState()); in OnGetNetworkSearchInformation()
H A Dsim_core_service_test.cpp172 EXPECT_NE(mCoreService->GetNetworkState(0, networkState), TELEPHONY_ERR_SUCCESS);
333 EXPECT_NE(mCoreService->GetNetworkState(0, networkState), TELEPHONY_ERR_SUCCESS);
H A Dnetwork_search_test.cpp557 CoreServiceClient::GetInstance().GetNetworkState(SLOT_ID, result);
586 CoreServiceClient::GetInstance().GetNetworkState(SLOT_ID1, result);
611 CoreServiceClient::GetInstance().GetNetworkState(SLOT_ID, result);
628 CoreServiceClient::GetInstance().GetNetworkState(SLOT_ID1, result);
981 "46000", newNetworkInfo->GetNetworkState(), newNetworkInfo->GetRadioTech());
1152 "46000", newNetworkInfo->GetNetworkState(), newNetworkInfo->GetRadioTech());
H A Dzero_branch_test_core_service.cpp121 DelayedSingleton<CoreService>::GetInstance()->GetNetworkState(SLOT_ID, networkState);
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp127 g_telephonyService->GetNetworkState(InputSlotId(), result); in TestGetNetworkState()
377 g_telephonyService->GetNetworkState(InputSlotId(), networkState); in TestSetNetworkSelectionMode()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h54 int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) override;
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp127 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetNetworkState(slotId, networkState); in HasNormalCall()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp386 …int32_t result = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetNetworkState(slotId, net… in NativeGetNetworkState()
538 static napi_value GetNetworkState(napi_env env, napi_callback_info info) in GetNetworkState() function
715 …NapiUtil::SetPropertyInt32(env, info, "state", WrapToJsPlmnState(resultList[i].GetNetworkState())); in GetNetworkSearchInformationCallback()
3612 DECLARE_NAPI_FUNCTION("getNetworkState", GetNetworkState), in CreateFunctions()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp218 int32_t CoreService::GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) in GetNetworkState() function in OHOS::Telephony::CoreService
H A Dcore_service_stub.cpp422 int32_t result = GetNetworkState(slotId, networkState); in OnGetNetworkState()