Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/cellular_data/services/src/
H A Dstate_notification.cpp30 …ion::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType) in UpdateCellularDataConnectState()
H A Ddata_connection_monitor.cpp242 int32_t networkType = preferredNetworkInfo->preferredNetworkType; in SetPreferredNetworkPara() local
H A Dcellular_data_handler.cpp241 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in ClearAllConnections() local
758 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in EstablishDataConnectionComplete() local
855 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in DisconnectDataComplete() local
1541 int32_t networkType = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID); in IsRestrictedMode() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Ddm_device_info.h53 int32_t networkType; member
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_info_by_network_rsp.h84 void SetNetworkType(const int32_t &networkType) in SetNetworkType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h501 …void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) ove… in OnCellularDataConnectStateUpdated()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.cpp105 auto networkType = DeviceManagerAdapter::GetInstance().GetNetworkType(); in Check() local
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_contexts.h83 int32_t networkType; member
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp91 …Listener::OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h71 void OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp89 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp228 void SetNetWorkInfo(napi_env env, napi_value workInfoData, WorkCondition::Network networkType) in SetNetWorkInfo()
353 WorkCondition::Network networkType = workInfo.GetNetworkType(); in OnWorkStart() local
405 WorkCondition::Network networkType = workInfo.GetNetworkType(); in OnWorkStop() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp87 int32_t networkType; in ConnectOnlineDevices() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp84 int32_t networkType; in JudgeNetworkTypeIsWifi() local
/ohos5.0/base/request/request/test/unittest/common/napi/requestTest/
H A DRequestJsunit.test.js50 networkType: request.NETWORK_WIFI, property in AnonymousFunctioneeec945f0100.globalDownloadConf
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp39 int32_t slotId, int32_t dataState, int32_t networkType) {} in OnCellularDataConnectStateUpdated()
148 int32_t networkType = data.ReadInt32(); in OnCellularDataConnectStateUpdatedInner() local
H A Dtelephony_observer_proxy.cpp176 int32_t slotId, int32_t dataState, int32_t networkType) in OnCellularDataConnectStateUpdated()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp182 int32_t networkType = 0; in GetNetworkType() local
193 bool DeviceManagerAgent::IsWifiNetworkType(int32_t networkType) in IsWifiNetworkType()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp114 int32_t slotId, int32_t dataState, int32_t networkType) in UpdateCellularDataConnectState()
654 int32_t slotId, int32_t dataState, int32_t networkType) in SendCellularDataConnectStateChanged()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp322 int32_t networkType = -1; in OnSoftbusDeviceInfoChanged() local
829 int32_t SoftbusListener::GetNetworkTypeByNetworkId(const char *networkId, int32_t &networkType) in GetNetworkTypeByNetworkId()
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp368 int32_t networkType = static_cast<int32_t>(*data + offset); in UpdateCellularDataConnectState() local
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp385 int32_t networkType = -1; variable
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h178 int32_t networkType; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp1545 int32_t networkType = 0; variable
1554 int32_t networkType = 0; variable
1563 int32_t networkType = 0; variable

12