Home
last modified time | relevance | path

Searched refs:SESSION_RUNNING (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/request/request/test/unittest/common/napi/requestTest/
H A DRequestUploadTest.js255 … console.info("SUB_REQUEST_UPLOAD_API_0005 request.SESSION_RUNNING:" + request.SESSION_RUNNING);
256 expect(request.SESSION_RUNNING).assertEqual(1);
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h278 SESSION_RUNNING, enumerator
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp78 { State::RUNNING, SESSION_RUNNING },
79 { State::RETRYING, SESSION_RUNNING },
H A Drequest_module.cpp192 napi_create_int32(env, static_cast<int32_t>(SESSION_RUNNING), &session_running); in Init()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-misc.md87 | ohos.request | request | const SESSION_RUNNING: number; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-misc.md87 | ohos.request | request | const SESSION_RUNNING: number; | Added|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-request.md59 | SESSION_RUNNING<sup>7+</sup> | number | 1 | 下载任务状态码:下载会话正在进行中。 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-request.md59 | SESSION_RUNNING<sup>7+</sup> | number | 1 | (Download task status codes) Download in progress…