Home
last modified time | relevance | path

Searched defs:networkType (Results 1 – 22 of 22) sorted by relevance

/base/telephony/cellular_data/services/src/
Dstate_notification.cpp31 …ion::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType) in UpdateCellularDataConnectState()
Ddata_connection_monitor.cpp261 int32_t networkType = preferredNetworkInfo->preferredNetworkType; in SetPreferredNetworkPara() local
/base/security/access_token/services/tokensyncmanager/test/mock/include/
Ddm_device_info.h53 int32_t networkType; member
/base/security/device_security_level/test/dslm_unit_test/
Ddm_device_info.h35 int32_t networkType; member
/base/telephony/state_registry/frameworks/js/napi/include/
Dupdate_contexts.h83 int32_t networkType; member
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
Devent_listener_handler.cpp243 CellInformation::CellType networkType = info.GetNetworkType(); in CellInfoConversion() local
/base/telephony/core_service/test/unittest/ui_client/
Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/request/request/test/unittest/common/napi/requestTest/
DRequestJsunit.test.js49 networkType: request.NETWORK_WIFI, property
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated()
145 int32_t networkType = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local
Dtelephony_observer_proxy.cpp176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_branch_test.cpp57 auto networkType = std::make_unique<NetworkType>(networkSearchManager, INVALID_SLOTID); variable
Dzero_branch_test_network_search.cpp338 auto networkType = std::make_unique<NetworkType>(networkSearchManager, INVALID_SLOTID); variable
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp122 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState()
668 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged()
Dtelephony_state_registry_stub.cpp166 int32_t networkType = data.ReadInt32(); in OnUpdateCellularDataConnectState() local
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp381 int32_t networkType = static_cast<int32_t>(*data + offset); in UpdateCellularDataConnectState() local
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2412 networkType: NetworkType; property
/base/telephony/state_registry/frameworks/cj/src/
Dtelephony_observer_impl.cpp424 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/base/telephony/cellular_data/frameworks/js/napi/src/
Dcellular_data_handler.cpp1372 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in UpdateCellularDataConnectState() local
1900 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in IsRestrictedMode() local
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp1220 int32_t networkType = 1; variable
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h141 T networkType = std::atoi(preferredNetworkType); in GetPreferredNetworkType() local