/ohos5.0/base/update/updateservice/services/utils/src/ |
H A D | dupdate_net_manager.cpp | 52 for (auto netType : netTypes) { in RegisterCallback() local 81 bool NetManager::IsNetAvailable(NetType netType) in IsNetAvailable() 86 bool NetManager::OnNetChange(NetType netType) in OnNetChange() 112 bool NetManager::IsBaseNetType(NetType netType) in IsBaseNetType()
|
H A D | dupdate_net_manager_empty.cpp | 55 bool NetManager::IsNetAvailable(NetType netType) in IsNetAvailable() 60 bool NetManager::OnNetChange(NetType netType) in OnNetChange() 66 bool NetManager::IsBaseNetType(NetType netType) in IsBaseNetType()
|
H A D | dupdate_net_observer.cpp | 99 void NetObserver::OnNetChange(NetType netType) in OnNetChange()
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | cb_gtest.cpp | 97 uint8_t netType = 1; in OpenCellBroadcastTestFuc() local 133 uint8_t netType = 1; in OpenCellBroadcastTestFuc2() local 169 uint8_t netType = 3; in OpenCellBroadcastTestFuc3() local 205 uint8_t netType = 1; in OpenCellBroadcastTestFuc4() local 241 uint8_t netType = 1; in OpenCellBroadcastTestFuc5() local 276 uint8_t netType = 1; in OpenCellBroadcastTestFuc6() local 456 uint8_t netType = 1; in CloseCellBroadcastTestFuc() local 492 uint8_t netType = 1; in CloseCellBroadcastTestFuc2() local 528 uint8_t netType = 3; in CloseCellBroadcastTestFuc3() local 564 uint8_t netType = 1; in CloseCellBroadcastTestFuc4() local [all …]
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/src/ |
H A D | network_observer.cpp | 35 std::unique_ptr<NetworkType, decltype(deleter)> netType(data, deleter); in MakeNetworkResponse() local 76 auto netType = new NetworkType; in NetCapabilitiesChange() local 105 auto netType = new NetworkType; in NetUnavailable() local
|
/ohos5.0/base/update/updateservice/services/firmware/event/src/ |
H A D | firmware_event_listener.cpp | 41 [=](NetType netType) { in RegisterNetChangedListener()
|
/ohos5.0/base/update/updateservice/services/startup/model/include/ |
H A D | schedule_task.h | 32 int netType = 0; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_traffic.cpp | 62 int32_t netType = quotaPolicy.networkmatchrule.netType; in IsValidQuotaPolicy() local 75 bool NetPolicyTraffic::IsValidNetType(int32_t netType) in IsValidNetType() 286 int32_t NetPolicyTraffic::UpdateRemindPolicy(int32_t netType, const std::string &simId, uint32_t re… in UpdateRemindPolicy() 466 bool NetPolicyTraffic::IsQuotaPolicyExist(int32_t netType, const std::string &simId) in IsQuotaPolicyExist()
|
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/ |
H A D | ut_net_policy_service.cpp | 212 int32_t netType = 0; variable 263 int32_t netType = 0; variable 302 int32_t netType = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/tools/device_info/ |
H A D | get_device_info.c | 83 int32_t netType = 0; in PrintNodePropertyNum() local
|
/ohos5.0/base/telephony/sms_mms/test/unittest/ |
H A D | sms_broadcast_subscriber.cpp | 46 std::u16string netType = isCdma ? u"3gpp2" : u"3gpp"; in OnReceiveEvent() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/ |
H A D | network_listener.cpp | 47 int32_t netType = data.GetWant().GetIntParam("NetType", DEFAULT_VALUE); in OnReceiveEvent() local
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/ |
H A D | setgetcbconfig_fuzzer.cpp | 66 int32_t netType = static_cast<int32_t>(size % NET_COUNT); in SetCBConfigFuzz() local
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netpolicyclient/include/ |
H A D | net_quota_policy.h | 42 int32_t netType = BEARER_DEFAULT; member
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_client.cpp | 299 NetPolicyResultCode NetPolicyClient::SetSnoozePolicy(int8_t netType, const std::string &simId) in SetSnoozePolicy() 304 int32_t NetPolicyClient::UpdateRemindPolicy(int32_t netType, const std::string &simId, uint32_t rem… in UpdateRemindPolicy()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/ |
H A D | event_controller.cpp | 115 int32_t netType = want.GetIntParam("NetType", -1); in HandleConnectivityChange() local
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_interface_manager.cpp | 165 …msInterfaceManager::SetCBConfig(bool enable, uint32_t fromMsgId, uint32_t toMsgId, uint8_t netType) in SetCBConfig()
|
H A D | sms_misc_manager.cpp | 36 …2_t SmsMiscManager::SetCBConfig(bool enable, uint32_t fromMsgId, uint32_t toMsgId, uint8_t netType) in SetCBConfig()
|
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/common_fuzzer/ |
H A D | common_fuzzer.cpp | 87 uint32_t netType = NetCommonGetData<uint32_t>() % CREATE_NET_TYPE_VALUE; in GetIfaceNamesFuzzTest() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_test.cpp | 302 int32_t netType= 0; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_inner_define.h | 88 std::string netType; member
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_ni_manager.cpp | 242 std::u16string netType = isCdma ? u"3gpp2" : u"3gpp"; in CheckSmsSuplInit() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 700 uint32_t netType = 0; in OnGetIfaceNames() local 729 uint32_t netType = 0; in OnGetIfaceNameByType() local 758 uint32_t netType = 0; in OnGetIfaceNameIdentMaps() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/ |
H A D | net_policy_service.cpp | 271 int32_t NetPolicyService::UpdateRemindPolicy(int32_t netType, const std::string &simId, uint32_t re… in UpdateRemindPolicy()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 485 int32_t netType = 0; in LnnDumpPrintNetType() local
|