harmony 鸿蒙Upload and Download Subsystem

  • 2023-10-30
  • 浏览 (214)

Upload and Download Subsystem

Introduction

The upload and download subsystem provides upload and download capabilities for applications, including creating, removing, suspending, and starting upload and download tasks, and subscribing to the task progress and result.

System Architecture

Figure 1 Architecture of the upload and download subsystem

Directory Structure

The source code of the upload and download subsystem is stored in the /base/request directory.

The directory structure is as follows:

/base/request/request
├── common                   # Common classes such as constants and logs
├── figures                  # Architecture diagram
├── framework                # Framework layer
│   └── js                      # JS APIs that are parsed to NAPIs
│   └── native                  # Client implementation
├── services                 # Upload and download service implementation.
│   └── sa_profile              # System service configuration files
│   └── etc                     # Process configuration files
└── test                     # Test cases

Repositories Involved

request_request

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkCompiler Runtime

harmony 鸿蒙DeviceProfile

harmony 鸿蒙System Ability Manager

harmony 鸿蒙Security

harmony 鸿蒙Ability Framework

harmony 鸿蒙Account

harmony 鸿蒙AI

harmony 鸿蒙ArkUI

harmony 鸿蒙Bundle Management

harmony 鸿蒙Common Event and Notification

0  赞