Home
last modified time | relevance | path

Searched refs:netBearType_ (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_push_stats_info_test.cpp35 info.netBearType_ = TEST_TYPE; in GetPushStatsInfo()
77 EXPECT_EQ(result.netBearType_, info.netBearType_); in HWTEST_F()
99 EXPECT_EQ(result.netBearType_, info.netBearType_); in HWTEST_F()
H A Dnet_stats_service_test.cpp489 info.netBearType_ = 1; in HWTEST_F()
546 info.netBearType_ = 1; in HWTEST_F()
H A Dnet_stats_cached_test.cpp200 info.netBearType_ = 1; in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_push_stats_info.cpp32 if (!parcel.WriteUint32(netBearType_)) { in Marshalling()
61 if (!parcel.WriteUint32(info.netBearType_)) { in Marshalling()
90 if (!parcel.ReadUint32(info.netBearType_)) { in Unmarshalling()
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/
H A Dget_traffic_stats_by_uid_network_context.cpp60 netBearType_ = NapiUtils::GetUint32Property(GetEnv(), params[ARG_INDEX_1], NET_BEAR_TYPE); in ParseParams()
133 netBearType_ = bearerType; in SetNetBearType()
158 return netBearType_; in GetNetBearType()
H A Dget_traffic_stats_by_network_context.cpp53 netBearType_ = NapiUtils::GetUint32Property(GetEnv(), params[ARG_INDEX_0], NET_BEAR_TYPE); in ParseParams()
120 netBearType_ = bearerType; in SetNetBearType()
140 return netBearType_; in GetNetBearType()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp83 netBearType_ = bearType; in NetMonitor()
124 } else if (probeResult.GetCode() == SIM_PORTAL_CODE && netBearType_ == BEARER_CELLULAR) { in ProcessDetection()
171 netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP, httpUrl_, httpsUrl_); in SendProbe()
173 netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS, httpUrl_, httpsUrl_); in SendProbe()
195 netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP, fallbackHttpUrl_, fallbackHttpsUrl_); in SendProbe()
197 netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS, fallbackHttpUrl_, fallbackHttpsUrl_); in SendProbe()
H A Dnet_http_probe.cpp83 : netId_(netId), netBearType_(bearType), netLinkInfo_(netLinkInfo) in NetHttpProbe()
361 if (netBearType_ != BEARER_WIFI && netBearType_ != BEARER_ETHERNET) { in SetProxyOption()
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Dnet_push_stats_info.h27 uint32_t netBearType_ = 0; member
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/
H A Dget_traffic_stats_by_network_context.h54 uint32_t netBearType_ = 0; member in OHOS::NetManagerStandard::final
H A Dget_traffic_stats_by_uid_network_context.h58 uint32_t netBearType_ = 0; member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h101 NetBearType netBearType_; member in OHOS::NetManagerStandard::NetMonitor
H A Dnet_http_probe.h75 NetBearType netBearType_ = BEARER_DEFAULT; member in OHOS::NetManagerStandard::NetHttpProbe
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp118 if (info.netBearType_ == BEARER_CELLULAR) { in SetAppStats()

Completed in 6 milliseconds