Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp366 std::string requestStr(requestRange); in CheckRequestRange() local
369 curl_easy_setopt(easyHandle_, CURLOPT_RANGE, requestStr.c_str()); in CheckRequestRange()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp1152 unsigned char* requestStr = requestBytes.data(); in ReqRequestToSupplicant() local
1153 return RequestToSupplicant(requestStr, request.length()); in ReqRequestToSupplicant()