Searched refs:NetHttpProbe (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_http_probe.cpp | 52 std::mutex NetHttpProbe::initCurlMutex_; 53 int32_t NetHttpProbe::useCurlCount_ = 0; 54 bool NetHttpProbe::CurlGlobalInit() in CurlGlobalInit() 70 void NetHttpProbe::CurlGlobalCleanup() in CurlGlobalCleanup() 82 NetHttpProbe::NetHttpProbe(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo) in NetHttpProbe() function in OHOS::NetManagerStandard::NetHttpProbe 85 isCurlInit_ = NetHttpProbe::CurlGlobalInit(); in NetHttpProbe() 88 NetHttpProbe::~NetHttpProbe() in ~NetHttpProbe() 90 NetHttpProbe in ~NetHttpProbe() [all...] |
H A D | probe_thread.cpp | 60 httpProbe_ = std::make_unique<NetHttpProbe>(netId, bearType, netLinkInfo); in ProbeThread()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_http_probe.h | 32 class NetHttpProbe { class 34 NetHttpProbe(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo); 35 ~NetHttpProbe();
|
H A D | probe_thread.h | 98 std::unique_ptr<NetHttpProbe> httpProbe_;
|
/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/ |
H A D | net_base_branch_fuzzer.cpp | 81 std::shared_ptr<NetHttpProbe> instance_ = in NetHttpProbeBranchFuzzTest() 82 std::make_shared<NetHttpProbe>(testId, NetBearType::BEARER_DEFAULT, NetLinkInfo()); in NetHttpProbeBranchFuzzTest()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_http_probe_test.cpp | 42 static inline std::shared_ptr<NetHttpProbe> instance_ = nullptr; 47 instance_ = std::make_shared<NetHttpProbe>(TEST_NETID, NetBearType::BEARER_DEFAULT, NetLinkInfo()); in SetUpTestCase()
|
Completed in 5 milliseconds