/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | mimetype.rs | 165 matches!(self.tag, MimeTypeTag::Application) in is_application() 298 tag: MimeTypeTag::Application, in default() 331 tag: MimeTypeTag::Application, 360 "hta", "application/hta", 11, MimeTypeTag::Application; 553 Application, enumerator 622 Ok(Self::Application) in mime_byte_a() 717 Ok(MimeTypeTag::Application) in ut_mime_type_tag_from_bytes() 736 Ok(MimeTypeTag::Application) in ut_mime_type_tag_from_bytes() 758 tag: MimeTypeTag::Application, in ut_mime_type_from_bytes() 865 tag: MimeTypeTag::Application, in ut_mime_type_eq() [all …]
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | Readme-EN.md | 4 - [Application Models](application-models.md) 7 - Stage Model Application Components 36 - Inter-Device Application Component Interaction (Hopping) 42 - Inter-Application Redirection 43 - [Overview of Application Redirection](link-between-apps-overview.md) 44 - Starting a Specified Application<!--directional-redirection--> 52 - [Application Link Description](app-uri-config.md) 63 - [Starting a System Application](system-app-startup.md) 73 - [Application Configuration File](config-file-stage.md) 76 - FA Model Application Components [all …]
|
H A D | link-between-apps-overview.md | 1 # Overview of Application Redirection 3 Application redirection enables users to jump from one application to another to transfer data or p… 6 Application redirection is widely used in social media sharing and marketing promotions. Examples a… 12 ## Two Types of Application Redirection 15 - [Starting a Specified Application](app-startup-overview.md): The caller application specifies the… 26 - [Starting an Application of the Specified Type](start-intent-panel.md): The caller application st… 29 ## Typical Scenario: Starting a System Application 31 …on while ensuring access security. For details, see [Starting a System Application](system-app-sta…
|
H A D | create-pageability.md | 20 hilog.info(domain, TAG, 'Application onCreate'); 24 hilog.info(domain, TAG, 'Application onDestroy'); 28 hilog.info(domain, TAG, 'Application onShow'); 32 hilog.info(domain, TAG, 'Application onHide'); 36 hilog.info(domain, TAG, 'Application onActive'); 40 hilog.info(domain, TAG, 'Application onInactive'); 44 hilog.info(domain, TAG, 'Application onNewWant');
|
H A D | fa-model-development-overview.md | 11 …Application component development| Use the PageAbility, ServiceAbility, DataAbility, and widgets o… 14 | Application configuration file| Learn the requirements for developing application configuration f…
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | Readme-EN.md | 4 - Application Files 5 - [Application File Overview](app-file-overview.md) 6 - [Application Sandbox](app-sandbox-directory.md) 7 - Application File Access and Management 8 - [Accessing Application Files (ArkTS)](app-file-access.md) 9 - [Accessing Application Files (C/C++)](native-fileio-guidelines.md) 10 - [Obtaining Application and File System Space Statistics](app-fs-space-statistics.md) 12 - [Pushing Files to an Application Sandbox Directory](send-file-to-app-sandbox.md) 14 - [Sharing an Application File](share-app-file.md) 15 - Application Data Backup and Restore [all …]
|
H A D | app-sandbox-directory.md | 1 # Application Sandbox 15  33 ## Application File Directory and Application File Path 41 **Figure 3** Application file directory structure 43  67 **Table 1** Application file paths 80 ## Mappings Between Application Sandbox Paths and Physical Paths 86 | Application Sandbox Path| Physical Path| [all …]
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | supervisor.cpp | 118 void Application::RemoveProcessRecord(pid_t pid) in RemoveProcessRecord() 132 std::shared_ptr<ProcessRecord> Application::GetProcessRecord(pid_t pid) in GetProcessRecord() 141 std::shared_ptr<ProcessRecord> Application::GetProcessRecordNonNull(pid_t pid) in GetProcessRecordNonNull() 163 void Application::SetName(const std::string& name) in SetName() 184 void Application::AddHostProcess(int32_t hostPid) in AddHostProcess() 189 bool Application::IsHostProcess(int32_t hostPid) const in IsHostProcess() 198 std::shared_ptr<Application> Supervisor::GetAppRecord(int32_t uid) in GetAppRecord() 207 std::shared_ptr<Application> Supervisor::GetAppRecordNonNull(int32_t uid) in GetAppRecordNonNull() 213 auto app = std::make_shared<Application>(uid); in GetAppRecordNonNull() 254 void Supervisor::SearchWindowId(std::shared_ptr<Application> &application, in SearchWindowId() [all …]
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | Readme-EN.md | 5 - [Building the First ArkTS Application in Stage Model](start-with-ets-stage.md) 8 - Application Package Fundamentals 9 - [Application Package Overview](application-package-overview.md) 10 - Application Package Structure 13 - Application Package Development and Usage 18 - Application Configuration Files in Stage Model 22 - Application Configuration Files in FA Model 32 - [Creating an Application Clone](app-clone.md) 33 - [Creating an Application Multi-Instance](multiInstance.md) 74 - Application State Management [all …]
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/ |
H A D | supervisor.h | 150 class Application { 152 Application(uid_t uid) : uid_(uid) {} in Application() function 153 ~Application() = default; 195 std::shared_ptr<Application> GetAppRecord(int32_t uid); 196 std::shared_ptr<Application> GetAppRecordNonNull(int32_t uid); 199 …void SearchAbilityToken(std::shared_ptr<Application> &app, std::shared_ptr<ProcessRecord> &procRec… 201 …void SearchWindowId(std::shared_ptr<Application> &application, std::shared_ptr<ProcessRecord> &pro… 210 std::shared_ptr<Application> focusedApp_ = nullptr; 212 inline std::map<int32_t, std::shared_ptr<Application>> GetUidsMap() const in GetUidsMap() 221 std::map<int32_t, std::shared_ptr<Application>> uidsMap_;
|
H A D | cgroup_adjuster.h | 60 void AdjustForkProcessGroup(Application &app, ProcessRecord &pr); 61 void AdjustProcessGroup(Application &app, ProcessRecord &pr, AdjustSource source); 62 void AdjustAllProcessGroup(Application &app, AdjustSource source); 63 void ApplyProcessGroup(Application &app, ProcessRecord &pr); 74 void ComputeProcessGroup(Application &app, ProcessRecord &pr, AdjustSource source);
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | Readme-EN.md | 1 # Application Access Control 4 - Application Permission Management 5 - [Application Permission Management Overview](app-permission-mgmt-overview.md) 6 - Requesting Application Permissions 15 - [Application Permissions](app-permissions.md) 23 - [Application Permission Groups](app-permission-group-list.md)
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | create-pageability.md | 20 hilog.info(domain, TAG, 'Application onCreate'); 24 hilog.info(domain, TAG, 'Application onDestroy'); 28 hilog.info(domain, TAG, 'Application onShow'); 32 hilog.info(domain, TAG, 'Application onHide'); 36 hilog.info(domain, TAG, 'Application onActive'); 40 hilog.info(domain, TAG, 'Application onInactive'); 44 hilog.info(domain, TAG, 'Application onNewWant');
|
/ohos5.0/base/security/dlp_permission_service/ |
H A D | hisysevent-DLP_UE.yaml | 18 PNAMEID: {type: STRING, desc: Application Package Name} 19 PVERSIONID: {type: STRING, desc: Application Version} 28 PNAMEID: {type: STRING, desc: Application Package Name} 29 PVERSIONID: {type: STRING, desc: Application Version} 39 PNAMEID: {type: STRING, desc: Application Package Name} 40 PVERSIONID: {type: STRING, desc: Application Version} 48 PNAMEID: {type: STRING, desc: Application Package Name} 49 PVERSIONID: {type: STRING, desc: Application Version}
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | hiappevent__event_8h.md | 36 | [EVENT_APP_CRASH](_hi_app_event.md#event_app_crash) "APP_CRASH" | Application crash event. | 37 | [EVENT_APP_FREEZE](_hi_app_event.md#event_app_freeze) "APP_FREEZE" | Application freeze event. … 38 | [EVENT_APP_LAUNCH](_hi_app_event.md#event_app_launch) "APP_LAUNCH" | Application loading event.… 41 | [EVENT_BATTERY_USAGE](_hi_app_event.md#event_battery_usage) "BATTERY_USAGE" | Application power… 42 …T](_hi_app_event.md#event_resource_overlimit) "RESOURCE_OVERLIMIT" | Application resource thresh…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 364 | 202 | Not System Application. | 411 | 202 | Not System Application. | 1606 | 202 | Not System Application. | 1642 | 202 | Not System Application. | 2009 | 202 | Not System Application. | 3618 | 202 | Not System Application. | 3661 | 202 | Not System Application. | 3695 | 202 | Not System Application. | 3740 | 202 | Not System Application. | 3773 | 202 | Not System Application. | [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-js-file.md | 3 ## Application Lifecycle<sup>4+</sup> 21 console.info('Application onCreate'); 24 console.info('Application onDestroy'); 29 ## Application Object<sup>10+</sup> 50 console.info('Application onCreate'); 53 console.info('Application onDestroy');
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | readme-EN.md | 2 - [Application Performance Improvement Overview](performance-overview.md) 15 - Improving Application Startup and Response Times 16 - [Speeding Up Application Cold Start](improve-application-cold-start-speed.md) 17 - [Speeding Up Application Response](improve-application-response.md) 22 - [Application Animation Practice](animation_practice.md)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-js-file.md | 21 console.info('Application onCreate'); 24 console.info('Application onDestroy'); 50 console.info('Application onCreate'); 53 console.info('Application onDestroy');
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-js-file.md | 4 ## Application Lifecycle 12 console.info('Application onCreate'); 16 console.info('Application onDestroy'); 21 ## Application Object<sup>6+</sup>
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | design-resources.md | 8 - [OpenHarmony Weather Application UX Design Deliverable V1.0.zip](figures/OpenHarmony_Weather_Appl… 12 - [OpenHarmony Application Icon Templates.zip](figures/OpenHarmony-application-icon-templates.zip),… 20 | Application Color Parameters| Color-related system resources that can be used during application … 21 | Application Rounded Corner Parameters| System resources related to rounded corners that can be us… 22 | Application Font Parameters| Font-related system resources that can be used during application de… 23 | Application Spacing Parameters| Spacing-related system resources that can be used during applicat…
|
H A D | Readme-EN.md | 1 # OpenHarmony Application UX Design Specifications 3 - [Application UX Design Principles](app-ux-design.md) 4 - Application Architecture Design 5 - [Application Navigation Structure Design](app-navigation-structure-design.md) 6 - [Application Page Structure Design](app-page-structure-design.md) 23 - [Application Icons](visual-app-icons.md)
|
H A D | website.md | 1 # OpenHarmony Application UX Design Specifications 3 - [Application UX Design Principles](app-ux-design.md) 4 - Application Architecture Design 5 - [Application Navigation Structure Design](app-navigation-structure-design.md) 6 - [Application Page Structure Design](app-page-structure-design.md) 23 - [Application Icons](visual-app-icons.md)
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/ |
H A D | ressched_utils.h | 28 using ReportArbitrationResultFunc = void (*)(Application &app, ProcessRecord &pr, AdjustSource sour… 29 using ReportSysEventFunc = void (*)(Application &app, ProcessRecord &pr, uint32_t resType, int32_t … 36 void ReportArbitrationResult(Application &app, ProcessRecord &pr, AdjustSource source); 37 void ReportSysEvent(Application &app, ProcessRecord &pr, uint32_t resType, int32_t state);
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | Readme-EN.md | 9 - Application Data Persistence 10 - [Application Data Persistence Overview](app-data-persistence-overview.md) 14 - Distributed Application Data Sync 15 - [Distributed Application Data Sync Overview](sync-app-data-across-devices-overview.md) 25 - Cross-Application Data Sharing
|