Home
last modified time | relevance | path

Searched refs:netMgr (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/mms/
H A Ddata_request.cpp32 int32_t DataRequest::HttpRequest(int32_t slotId, const std::string &method, std::shared_ptr<MmsNetworkManager> netMgr, in HttpRequest() argument
35 if (netMgr == nullptr) { in HttpRequest()
36 TELEPHONY_LOGE("netMgr is nullptr"); in HttpRequest()
39 std::shared_ptr<MmsNetworkClient> netClient = netMgr->GetOrCreateHttpClient(slotId); in HttpRequest()
/base/telephony/sms_mms/test/gtest/
H A Dsms_mms_receive_gtest.cpp97 auto netMgr = std::make_shared<MmsNetworkManager>(); in HWTEST_F() local
98 ASSERT_NE(nullptr, netMgr); in HWTEST_F()
101 int32_t stata = dataRequest->HttpRequest(slotId, method, netMgr, contentUrl, pduDir, "ua", "uaprof"); in HWTEST_F()
/base/telephony/sms_mms/services/mms/include/
H A Ddata_request.h31 int32_t HttpRequest(int32_t slotId, const std::string &method, std::shared_ptr<MmsNetworkManager> netMgr,

Completed in 1 milliseconds