Searched refs:GetOrCreateHttpClient (Results 1 – 4 of 4) sorted by relevance
29 std::shared_ptr<MmsNetworkClient> GetOrCreateHttpClient(int32_t slotId);
66 std::shared_ptr<MmsNetworkClient> MmsNetworkManager::GetOrCreateHttpClient(int32_t slotId) in GetOrCreateHttpClient() function in OHOS::Telephony::MmsNetworkManager
39 std::shared_ptr<MmsNetworkClient> netClient = netMgr->GetOrCreateHttpClient(slotId); in HttpRequest()
1186 EXPECT_NE(mmsNetworkMgr.GetOrCreateHttpClient(0), nullptr);