Searched refs:serverList (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_key_test.cpp | 117 SessionKeyList serverList = { 0 }; in HWTEST_F() local 120 ListInit(&serverList); in HWTEST_F() 124 ret = AddSessionKey(&serverList, SESSIONKEY_INDEX, &sessionKey, AUTH_LINK_TYPE_BLE, false); in HWTEST_F() 128 ret = SetSessionKeyAvailable(&serverList, SESSIONKEY_INDEX); in HWTEST_F() 135 uint64_t serverTime = GetLatestAvailableSessionKeyTime(&serverList, AUTH_LINK_TYPE_BLE); in HWTEST_F() 140 DestroySessionKeyList(&serverList); in HWTEST_F()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 727 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()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 1039 std::string serverList; in AddCurlHandle() local 1041 serverList += server + ","; in AddCurlHandle() 1044 serverList.pop_back(); in AddCurlHandle() 1045 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_DNS_SERVERS, serverList.c_str(), context); in AddCurlHandle()
|
Completed in 5 milliseconds