Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 57) sorted by relevance

123

/base/request/request/test/unittest/js_test/requestTest/
DRequestTask.test.js121 url: 'http://127.0.0.1', property
146 url: 'http://127.0.0.1', property
164 url: 'http://127.0.0.1' property
182 url: 'http://127.0.0.1' property
201 url: 'http://127.0.0.1', property
226 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', property
272 url: '', property
290 url: 'https://gitee.com/openharmony/request_request', property
309 url: 'https://gitee.com/openharmony/request_request', property
399 url: 'http://127.0.0.1', property
[all …]
/base/update/updateservice/services/firmware/data/db/src/
Dfirmware_component_operator_empty.cpp37 bool FirmwareComponentOperator::UpdateProgressByUrl(const std::string &url, UpgradeStatus status, i… in UpdateProgressByUrl()
42 …rmwareComponentOperator::UpdateUrlByVersionId(const std::string &versionId, const std::string &url) in UpdateUrlByVersionId()
52 bool FirmwareComponentOperator::QueryByUrl(const std::string &url, FirmwareComponent &component) in QueryByUrl()
Dfirmware_component_operator.cpp22 bool FirmwareComponentOperator::UpdateProgressByUrl(const std::string &url, UpgradeStatus status, i… in UpdateProgressByUrl()
33 …rmwareComponentOperator::UpdateUrlByVersionId(const std::string &versionId, const std::string &url) in UpdateUrlByVersionId()
55 bool FirmwareComponentOperator::QueryByUrl(const std::string &url, FirmwareComponent &component) in QueryByUrl()
/base/request/request/test/unittest/common/napi/requestTest/
DRequestUploadTest.js74 url: 'http://127.0.0.1', property
84 url: 'http://127.0.0.1', property
94 url: 'http://127.0.0.1', property
107 url: 'http://127.0.0.1', property
120 url: 'http://127.0.0.1', property
/base/request/request/test/unittest/js_test/requestPermissonTest/
DPermission.test.js60 url: 'http://127.0.0.1', property
81 url: 'http://127.0.0.1', property
/base/web/webview/test/fuzztest/load_fuzzer/
Dload_fuzzer.cpp32 std::string url((const char *)data, size); in LoadFuzzTest() local
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms_pdu.cpp49 for (std::string url : dbUrls) { in DeleteMmsPdu() local
128 std::vector<std::string> NAPIMmsPdu::SplitUrl(std::string url) in SplitUrl()
152 for (std::string url : dbUrls) { in QueryMmsPdu() local
/base/web/webview/test/fuzztest/loadurl_fuzzer/
Dloadurl_fuzzer.cpp32 std::string url((const char *)data, size); in LoadUrlFuzzTest() local
/base/telephony/sms_mms/services/mms/
Dmms_persist_helper.cpp66 for (std::string url : dbUrls) { in DeleteMmsPdu() local
143 std::vector<std::string> MmsPersistHelper::SplitUrl(std::string url) in SplitUrl()
167 for (std::string url : dbUrls) { in QueryMmsPdu() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddfx_ark.h30 char url[URL_MAX]; member
/base/global/timezone/
Dbundle.json24 "url": "" string
30 "url": "" string
/base/global/system_resources/
Dbundle.json25 "url": "" string
31 "url": "" string
/base/update/updateservice/services/core/ability/utils/include/
Dencrypt_utils.h43 static std::string EncryptUrl(const std::string &url) in EncryptUrl()
/base/global/resource_management_lite/
Dbundle.json26 "url": "" string
32 "url": "" string
/base/web/webview/ohos_nweb/include/
Dnweb_handler.h189 std::string url; member
242 virtual void OnPageLoadEnd(int httpStatusCode, const std::string& url) {} in OnPageLoadEnd()
250 virtual void OnPageLoadBegin(const std::string& url) {} in OnPageLoadBegin()
280 virtual void OnResource(const std::string& url) {} in OnResource()
399 virtual bool OnAlertDialogByJS(const std::string& url, in OnAlertDialogByJS()
415 virtual bool OnBeforeUnloadByJS(const std::string& url, in OnBeforeUnloadByJS()
432 virtual bool OnPromptDialogByJS(const std::string& url, in OnPromptDialogByJS()
449 virtual bool OnConfirmDialogByJS(const std::string& url, in OnConfirmDialogByJS()
490 virtual void OnRefreshAccessedHistory(const std::string& url, bool isReload) {} in OnRefreshAccessedHistory()
582 virtual void OnPageVisible(const std::string& url) {} in OnPageVisible()
/base/request/request/frameworks/js/napi/src/upload/
Dcurl_adp.cpp322 for (auto url : curlArray_) { in ClearCurlResource() local
356 std::shared_ptr<CUrlAdp> url = fData->adp; in ProgressCallback() local
390 std::shared_ptr<CUrlAdp> url = fData->adp; in HeaderCallback() local
447 std::shared_ptr<CUrlAdp> url = fData->adp; in ReadCallback() local
/base/update/sys_installer_lite/
Dbundle.json27 "url": "" string
33 "url": "" string
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dweb_download_item.h44 std::string url; variable
/base/web/webview/interfaces/kits/napi/webcookiemanager/
Dnapi_web_cookie_manager.cpp126 void FetchCookieAsyncCallback(napi_env env, napi_ref jsCallback, std::string url) in FetchCookieAsyncCallback()
138 void FetchCookieAsyncPromise(napi_env env, napi_deferred deferred, std::string url) in FetchCookieAsyncPromise()
165 std::string url; in JsFetchCookieAsync() local
212 std::string url; in JsGetCookie() local
254 std::string url; in JsSetCookie() local
289 void ConfigCookieAsyncCallback(napi_env env, napi_ref jsCallback, std::string url, std::string valu… in ConfigCookieAsyncCallback()
301 void ConfigCookieAsyncPromise(napi_env env, napi_deferred deferred, std::string url, std::string va… in ConfigCookieAsyncPromise()
328 std::string url; in JsConfigCookieAsync() local
/base/global/i18n_lite/
Dbundle.json25 "url": "" string
31 "url": "" string
/base/web/webview/interfaces/kits/napi/protos/
Dweb_download.proto45 optional string url = 7; field
/base/update/updateservice/services/core/ability/download/data/include/
Ddownload_info.h36 std::string url; member
/base/web/webview/test/unittest/nweb_url_resource_response_test/
Dnweb_url_resource_response_test.cpp134 std::string url = "web_test"; variable
/base/global/i18n/
Dbundle.json25 "url": "" string
31 "url": "" string
/base/request/request/services/service/request/c_wrapper/include/
Dc_task_info.h58 CStringWrapper url; member
76 std::string url; member

123