Home
last modified time | relevance | path

Searched refs:serverList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_key_test.cpp117 SessionKeyList serverList = { 0 }; variable
120 ListInit(&serverList);
124 ret = AddSessionKey(&serverList, SESSIONKEY_INDEX, &sessionKey, AUTH_LINK_TYPE_BLE, false);
128 ret = SetSessionKeyAvailable(&serverList, SESSIONKEY_INDEX);
135 uint64_t serverTime = GetLatestAvailableSessionKeyTime(&serverList, AUTH_LINK_TYPE_BLE);
140 DestroySessionKeyList(&serverList);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp727 std::string serverList; in SetDnsOption() local
729 serverList += server + ","; in SetDnsOption()
732 serverList.pop_back(); in SetDnsOption()
733 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_DNS_SERVERS, serverList.c_str(), context); in SetDnsOption()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp964 std::string serverList; in AddCurlHandle() local
966 serverList += server + ","; in AddCurlHandle()
969 serverList.pop_back(); in AddCurlHandle()
970 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_DNS_SERVERS, serverList.c_str(), context); in AddCurlHandle()