Home
last modified time | relevance | path

Searched refs:defaultHttpProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_client_test.cpp583 HttpProxy defaultHttpProxy; variable
584 ret = NetConnClient::GetInstance().GetDefaultHttpProxy(defaultHttpProxy);
586 ASSERT_TRUE(defaultHttpProxy.GetHost() == TEST_IPV4_ADDR);
601 HttpProxy defaultHttpProxy; variable
602 ret = NetConnClient::GetInstance().GetDefaultHttpProxy(defaultHttpProxy);
617 HttpProxy defaultHttpProxy; variable
618 ret = NetConnClient::GetInstance().GetDefaultHttpProxy(defaultHttpProxy);
624 ret = NetConnClient::GetInstance().GetDefaultHttpProxy(defaultHttpProxy);
H A Dnet_conn_service_test.cpp635 HttpProxy defaultHttpProxy; variable
636 int32_t ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, defaultHttpProxy);
643 HttpProxy defaultHttpProxy; variable
644 int32_t ret = NetConnService::GetInstance()->GetDefaultHttpProxy(bindNetId, defaultHttpProxy);