/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/ |
H A D | sendterminalresponsecmd_fuzzer.cpp | 47 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 D | network_information.h | 36 int32_t GetNetworkState() const;
|
H A D | core_service_client.h | 139 int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState);
|
H A D | i_core_service.h | 44 virtual int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) = 0;
|
H A D | core_service_proxy.h | 35 int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) override;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | network_information.cpp | 38 int32_t NetworkInformation::GetNetworkState() const in GetNetworkState() function in OHOS::Telephony::NetworkInformation
|
H A D | core_service_client.cpp | 210 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 D | core_service_proxy.cpp | 228 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 D | net_connect_callback_impl.cpp | 63 CoreServiceClient::GetInstance().GetNetworkState(slotId, networkState); in NetCapabilitiesChange()
|
H A D | net_connect_adapter_impl.cpp | 102 CoreServiceClient::GetInstance().GetNetworkState(slotId, networkState); in GetDefaultNetConnect()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.cpp | 193 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 D | call_manager_gtest.h | 103 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetNetworkState(slotId, networkState); in IsRegServiceInService()
|
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/ |
H A D | telephony_radio.cpp | 144 …int32_t result = OHOS::Telephony::CoreServiceClient::GetInstance().GetNetworkState(slotId, network… in OH_Telephony_GetNetworkStateForSlot()
|
/ohos5.0/base/request/request/services/src/cxx/ |
H A D | network.cpp | 172 …DelayedRefSingleton<OHOS::Telephony::CoreServiceClient>::GetInstance().GetNetworkState(slotId, net… in IsRoaming()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test_callback_stub.cpp | 184 …kState.GetOperatorLongName().c_str(), networkState.GetRadioTech(), networkState.GetNetworkState()); in OnGetNetworkSearchInformation()
|
H A D | sim_core_service_test.cpp | 172 EXPECT_NE(mCoreService->GetNetworkState(0, networkState), TELEPHONY_ERR_SUCCESS); 333 EXPECT_NE(mCoreService->GetNetworkState(0, networkState), TELEPHONY_ERR_SUCCESS);
|
H A D | network_search_test.cpp | 557 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 D | zero_branch_test_core_service.cpp | 121 DelayedSingleton<CoreService>::GetInstance()->GetNetworkState(SLOT_ID, networkState);
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 127 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 D | core_service.h | 54 int32_t GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) override;
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 127 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetNetworkState(slotId, networkState); in HasNormalCall()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 386 …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 D | core_service.cpp | 218 int32_t CoreService::GetNetworkState(int32_t slotId, sptr<NetworkState> &networkState) in GetNetworkState() function in OHOS::Telephony::CoreService
|
H A D | core_service_stub.cpp | 422 int32_t result = GetNetworkState(slotId, networkState); in OnGetNetworkState()
|