Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
762834c2
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
762834c2
编写于
8月 25, 2022
作者:
Y
yuyaozhi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix document error of ability
Signed-off-by:
N
yuyaozhi
<
yuyaozhi@huawei.com
>
上级
9b958fff
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
155 addition
and
85 deletion
+155
-85
zh-cn/application-dev/reference/apis/js-apis-ability-context.md
...application-dev/reference/apis/js-apis-ability-context.md
+2
-0
zh-cn/application-dev/reference/apis/js-apis-ability-wantConstant.md
...cation-dev/reference/apis/js-apis-ability-wantConstant.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-application-ability.md
...ication-dev/reference/apis/js-apis-application-ability.md
+0
-2
zh-cn/application-dev/reference/apis/js-apis-application-abilityDelegator.md
...ev/reference/apis/js-apis-application-abilityDelegator.md
+1
-2
zh-cn/application-dev/reference/apis/js-apis-application-abilitystage.md
...on-dev/reference/apis/js-apis-application-abilitystage.md
+25
-0
zh-cn/application-dev/reference/apis/js-apis-appmanager.md
zh-cn/application-dev/reference/apis/js-apis-appmanager.md
+121
-8
zh-cn/application-dev/reference/apis/js-apis-formInfo.md
zh-cn/application-dev/reference/apis/js-apis-formInfo.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-formhost.md
zh-cn/application-dev/reference/apis/js-apis-formhost.md
+2
-69
zh-cn/application-dev/reference/apis/js-apis-processrunninginfo.md
...lication-dev/reference/apis/js-apis-processrunninginfo.md
+2
-2
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-ability-context.md
浏览文件 @
762834c2
...
...
@@ -880,6 +880,8 @@ startAbilityByCall(want: Want): Promise<Caller>;
**系统能力**
:SystemCapability.Ability.AbilityRuntime.Core
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
zh-cn/application-dev/reference/apis/js-apis-ability-wantConstant.md
浏览文件 @
762834c2
...
...
@@ -46,7 +46,7 @@ want操作的常数。
| ACTION_FILE_SELECT
<sup>
7+
</sup>
| ohos.action.fileSelect | 指示选择文件的操作。 |
| PARAMS_STREAM
<sup>
7+
</sup>
| ability.params.stream | 指示发送数据时与目标关联的数据流的URI |
| ACTION_APP_ACCOUNT_OAUTH
<sup>
8+
</sup>
| ohos.account.appAccount.action.oauth | 指示提供oauth服务的操作。 |
| ACTION_MARKE
R
_DOWNLOAD
<sup>
9+
</sup>
| ohos.want.action.marketDownload | 表示从应用程序市场下载应用程序的的操作。
<br>
**系统API**
:该接口为系统接口,三方应用不支持调用。 |
| ACTION_MARKE
T
_DOWNLOAD
<sup>
9+
</sup>
| ohos.want.action.marketDownload | 表示从应用程序市场下载应用程序的的操作。
<br>
**系统API**
:该接口为系统接口,三方应用不支持调用。 |
## wantConstant.Entity
...
...
zh-cn/application-dev/reference/apis/js-apis-application-ability.md
浏览文件 @
762834c2
...
...
@@ -290,8 +290,6 @@ dump(params: Array\<string>): Array\<string>;
}
```
## Caller
通用组件Caller通信客户端调用接口, 用来向通用组件服务端发送约定数据。
...
...
zh-cn/application-dev/reference/apis/js-apis-application-abilityDelegator.md
浏览文件 @
762834c2
...
...
@@ -874,5 +874,4 @@ abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator();
abilityDelegator
.
finishTest
(
msg
,
0
).
then
(()
=>
{
console
.
info
(
"
finishTest promise
"
);
});
```
```
\ No newline at end of file
zh-cn/application-dev/reference/apis/js-apis-application-abilitystage.md
浏览文件 @
762834c2
...
...
@@ -89,6 +89,31 @@ onConfigurationUpdated(config: Configuration): void;
}
}
```
## AbilityStage.onMemoryLevel
onMemoryLevel(level: AbilityConstant.MemoryLevel): void;
当系统已决定调整内存时调用。例如,当该功能在后台运行时,没有足够的内存来运行尽可能多的后台进程时可以使用。
**系统能力**
:SystemCapability.Ability.AbilityRuntime.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| level |
[
AbilityConstant.MemoryLevel
](
js-apis-application-abilityConstant.md#abilityconstantmemorylevel
)
| 是 | 回调返回内存微调级别,显示当前内存使用状态。|
**示例:**
```
js
class
MyAbilityStage
extends
AbilityStage
{
onMemoryLevel
(
level
)
{
console
.
log
(
'
onMemoryLevel, level:
'
+
JSON
.
stringify
(
level
));
}
}
```
## AbilityStage.context
context: AbilityStageContext;
...
...
zh-cn/application-dev/reference/apis/js-apis-appmanager.md
浏览文件 @
762834c2
...
...
@@ -155,7 +155,10 @@ getAppMemorySize(callback: AsyncCallback\<number>): void;
console
.
log
(
'
startAbility result success:
'
+
JSON
.
stringify
(
data
));
})
```
## appManager.getProcessRunningInfos<sup>8+</sup>
## appManager.getProcessRunningInfos<sup>(deprecated)</sup>
> **说明:**
> 从 API Version 9 开始废弃,建议使用[appManager.getProcessRunningInformation<sup>9+</sup>](#appmanagergetprocessrunninginformation9)替代。
getProcessRunningInfos(): Promise
\<
Array
\<
ProcessRunningInfo>>;
...
...
@@ -181,7 +184,10 @@ getProcessRunningInfos(): Promise\<Array\<ProcessRunningInfo>>;
});
```
## appManager.getProcessRunningInfos<sup>8+</sup>
## appManager.getProcessRunningInfos<sup>(deprecated)</sup>
> **说明:**
> 从 API Version 9 开始废弃,建议使用[appManager.getProcessRunningInformation<sup>9+</sup>](#appmanagergetprocessrunninginformation9-1)替代。
getProcessRunningInfos(callback: AsyncCallback
\<
Array
\<
ProcessRunningInfo>>): void;
...
...
@@ -206,11 +212,62 @@ getProcessRunningInfos(callback: AsyncCallback\<Array\<ProcessRunningInfo>>): vo
})
```
## appManager.getProcessRunningInformation<sup>9+</sup>
getProcessRunningInformation(): Promise
\<
Array
\<
ProcessRunningInformation>>;
获取有关运行进程的信息。
**需要权限**
:ohos.permission.GET_RUNNING_INFO
**系统能力**
:SystemCapability.Ability.AbilityRuntime.Core
**返回值:**
| 类型 | 说明 |
| -------- | -------- |
| Promise
\<
Array
\<
ProcessRunningInformation>> | 获取有关运行进程的信息。 |
**示例:**
```
js
app
.
getProcessRunningInformation
().
then
((
data
)
=>
{
console
.
log
(
'
success:
'
+
JSON
.
stringify
(
data
));
}).
catch
((
error
)
=>
{
console
.
log
(
'
failed:
'
+
JSON
.
stringify
(
error
));
});
```
## appManager.getProcessRunningInformation<sup>9+</sup>
getProcessRunningInformation(callback: AsyncCallback
\<
Array
\<
ProcessRunningInformation>>): void;
获取有关运行进程的信息。
**需要权限**
:ohos.permission.GET_RUNNING_INFO
**系统能力**
:SystemCapability.Ability.AbilityRuntime.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| callback | AsyncCallback
\<
Array
\<
ProcessRunningInformation>> | 否 | 获取有关运行进程的信息。 |
**示例:**
```
js
app
.
getProcessRunningInformation
((
err
,
data
)
=>
{
console
.
log
(
'
startAbility result failed :
'
+
JSON
.
stringify
(
err
));
console
.
log
(
'
startAbility result success:
'
+
JSON
.
stringify
(
data
));
})
```
## appManager.registerApplicationStateObserver<sup>8+</sup>
registerApplicationStateObserver(observer: ApplicationStateObserver): number;
注册应用程序状态观测器。
注册
全部
应用程序状态观测器。
**需要权限**
:ohos.permission.RUNNING_STATE_OBSERVER
...
...
@@ -222,7 +279,7 @@ registerApplicationStateObserver(observer: ApplicationStateObserver): number;
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| observer |
ApplicationStateObserver
| 否 | 返回观察者的数字代码。 |
| observer |
[
ApplicationStateObserver
](
#applicationstateobserver
)
| 否 | 返回观察者的数字代码。 |
**示例:**
...
...
@@ -245,6 +302,49 @@ registerApplicationStateObserver(observer: ApplicationStateObserver): number;
console
.
log
(
'
-------- observerCode: ---------
'
,
observerCode
);
```
## appManager.registerApplicationStateObserver<sup>9+</sup>
registerApplicationStateObserver(observer: ApplicationStateObserver, bundleNameList: Array
\<
string>): number;
注册指定应用程序状态观测器。
**需要权限**
:ohos.permission.RUNNING_STATE_OBSERVER
**系统能力**
:SystemCapability.Ability.AbilityRuntime.Core
**系统API**
:该接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| observer |
[
ApplicationStateObserver
](
#applicationstateobserver
)
| 否 | 返回观察者的数字代码。 |
| bundleNameList | Array
\<
string> | 否 | 表示需要注册监听的bundleName数组。最大值128。 |
**示例:**
```
js
var
applicationStateObserver
=
{
onForegroundApplicationChanged
(
appStateData
)
{
console
.
log
(
'
------------ onForegroundApplicationChanged -----------
'
,
appStateData
);
},
onAbilityStateChanged
(
abilityStateData
)
{
console
.
log
(
'
------------ onAbilityStateChanged -----------
'
,
abilityStateData
);
},
onProcessCreated
(
processData
)
{
console
.
log
(
'
------------ onProcessCreated -----------
'
,
processData
);
},
onProcessDied
(
processData
)
{
console
.
log
(
'
------------ onProcessDied -----------
'
,
processData
);
}
}
var
bundleNameList
=
[
'
bundleName1
'
,
'
bundleName2
'
];
const
observerCode
=
app
.
registerApplicationStateObserver
(
applicationStateObserver
,
bundleNameList
);
console
.
log
(
'
-------- observerCode: ---------
'
,
observerCode
);
```
>>>>>>> fa934171c (Fix document error of ability)
## appManager.unregisterApplicationStateObserver<sup>8+</sup>
unregisterApplicationStateObserver(observerId: number, callback: AsyncCallback
\<
void>): void;
...
...
@@ -694,7 +794,7 @@ console.log('-------- processDiedInfo: ---------', processDiedInfo);
| ----------- | -------- | -------------------- | ---- | ------------------------------------------------------------ |
| bundleName
<sup>
8+
</sup>
| 只读 | string | 否 | 包名。 |
| uid
<sup>
8+
</sup>
| 只读 | number | 否 | 用户ID。 |
| state
<sup>
8+
</sup>
| 只读 | number | 否 |
进程信息
。 |
| state
<sup>
8+
</sup>
| 只读 | number | 否 |
应用状态
。 |
## AbilityStateData
...
...
@@ -708,13 +808,13 @@ console.log('-------- processDiedInfo: ---------', processDiedInfo);
| bundleName
<sup>
8+
</sup>
| string | 是 | 否 | 应用包名。 |
| abilityName
<sup>
8+
</sup>
| string | 是 | 否 | Ability名称。 |
| uid
<sup>
8+
</sup>
| number | 是 | 否 | 用户ID。 |
| state
<sup>
8+
</sup>
| number | 是 | 否 |
应用程序信息
。 |
| state
<sup>
8+
</sup>
| number | 是 | 否 |
Ability状态
。 |
| moduleName
<sup>
9+
</sup>
| string | 是 | 否 | Ability所属的HAP包的名称。 |
| abilityType
<sup>
8+
</sup>
| string | 是 | 否 | 能力类型、页面或服务等。 |
## ProcessData
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.
Mission
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.
Core
**系统API**
:该接口为系统接口,三方应用不支持调用。
...
...
@@ -728,7 +828,7 @@ console.log('-------- processDiedInfo: ---------', processDiedInfo);
## ProcessRunningInfo
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.
Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.
Mission
| 名称 | 读写属性 | 类型 | 必填 | 描述 |
| ----------- | -------- | -------------------- | ---- | ------------------------------------------------------------ |
...
...
@@ -736,3 +836,16 @@ console.log('-------- processDiedInfo: ---------', processDiedInfo);
| uid
<sup>
9+
</sup>
| 只读 | number | 否 | 用户ID。 |
| processName
<sup>
9+
</sup>
| 只读 | string | 否 | 进程的名称。 |
| bundleNames
<sup>
9+
</sup>
| 只读 | Array
\<
string> | 否 | 进程中运行的bundleName数组。 |
## ApplicationStateObserver
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.Core
**系统API**
:该接口为系统接口,三方应用不支持调用。
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ----------------------- | ---------| ---- | ---- | ------------------------- |
|
[
onForegroundApplicationChanged<sup>8+</sup>
](
#applicationstateobserveronforegroundapplicationchanged8
)
| AsyncCallback
\<
void> | 是 | 否 | 应用前后台状态发生变化时执行的回调函数。 |
|
[
onAbilityStateChanged<sup>8+</sup>
](
#applicationstateobserveronabilitystatechanged8
)
| AsyncCallback
\<
void> | 是 | 否 | ability状态发生变化时执行的回调函数。 |
|
[
onProcessCreated<sup>8+</sup>
](
#applicationstateobserveronprocesscreated8
)
| AsyncCallback
\<
void> | 是 | 否 | 进程创建时执行的回调函数。 |
|
[
onProcessDied<sup>8+</sup>
](
#applicationstateobserveronprocessdied8
)
| AsyncCallback
\<
void> | 是 | 否 | 进程销毁时执行的回调函数。 |
zh-cn/application-dev/reference/apis/js-apis-formInfo.md
浏览文件 @
762834c2
...
...
@@ -96,7 +96,7 @@ import formInfo from '@ohos.application.formInfo';
| 名称 | 值 | 说明 |
| ----------- | ---- | ------------ |
| IDENTITY_KEY | "ohos.extra.param.key.form_identity" | 卡片标识。
<br>
**系统API**
: 此接口为系统接口,三方应用不支持调用。 |
| IDENTITY_KEY
<sup>
9+
</sup>
| "ohos.extra.param.key.form_identity" | 卡片标识。
<br>
**系统API**
: 此接口为系统接口,三方应用不支持调用。 |
| DIMENSION_KEY | "ohos.extra.param.key.form_dimension" | 卡片规格样式。 |
| NAME_KEY | "ohos.extra.param.key.form_name" | 卡片名称。 |
| MODULE_NAME_KEY | "ohos.extra.param.key.module_name" | 卡片所属模块名称。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-formhost.md
浏览文件 @
762834c2
...
...
@@ -4,7 +4,8 @@ FormHost模块提供了卡片使用方相关接口的能力,包括删除、释
> **说明:**
>
> 本模块首批接口从API version 8开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> 本模块首批接口从API version 8开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> 本模块接口均为系统接口,三方应用不支持调用。
## 导入模块
...
...
@@ -28,8 +29,6 @@ deleteForm(formId: string, callback: AsyncCallback<void>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -58,8 +57,6 @@ deleteForm(formId: string): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -93,8 +90,6 @@ releaseForm(formId: string, callback: AsyncCallback<void>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -123,8 +118,6 @@ releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -154,8 +147,6 @@ releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -190,8 +181,6 @@ requestForm(formId: string, callback: AsyncCallback<void>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -220,8 +209,6 @@ requestForm(formId: string): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -255,8 +242,6 @@ castTempForm(formId: string, callback: AsyncCallback<void>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -285,8 +270,6 @@ castTempForm(formId: string): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -320,8 +303,6 @@ notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -350,8 +331,6 @@ notifyVisibleForms(formIds: Array<string>): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -385,8 +364,6 @@ notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<vo
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -415,8 +392,6 @@ notifyInvisibleForms(formIds: Array<string>): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -450,8 +425,6 @@ enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void&
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -480,8 +453,6 @@ enableFormsUpdate(formIds: Array<string>): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -515,8 +486,6 @@ disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -545,8 +514,6 @@ disableFormsUpdate(formIds: Array<string>): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -578,8 +545,6 @@ isSystemReady(callback: AsyncCallback<void>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -605,8 +570,6 @@ isSystemReady(): Promise<void>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**返回值:**
| 类型 | 说明 |
...
...
@@ -634,8 +597,6 @@ getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>):
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -665,8 +626,6 @@ getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**返回值:**
| 类型 | 说明 |
...
...
@@ -694,8 +653,6 @@ getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.Fo
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -726,8 +683,6 @@ getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback<
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -759,8 +714,6 @@ getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formI
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -794,8 +747,6 @@ deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<numb
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -826,8 +777,6 @@ deleteInvalidForms(formIds: Array<string>): Promise<number>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -861,8 +810,6 @@ acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo&g
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -902,8 +849,6 @@ acquireFormState(want: Want): Promise<formInfo.FormStateInfo>;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -944,8 +889,6 @@ on(type: "formUninstall", callback: Callback<string>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -970,8 +913,6 @@ off(type: "formUninstall", callback?: Callback<string>): void;
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -998,8 +939,6 @@ notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: A
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1029,8 +968,6 @@ notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1065,8 +1002,6 @@ notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean, c
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
@@ -1096,8 +1031,6 @@ notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean):
**系统能力**
:SystemCapability.Ability.Form
**系统API**
: 此接口为系统接口,三方应用不支持调用。
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
...
...
zh-cn/application-dev/reference/apis/js-apis-processrunninginfo.md
浏览文件 @
762834c2
...
...
@@ -19,9 +19,9 @@ appManager.getProcessRunningInfos((error,data) => {
## 属性
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.
Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.
Mission
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
| pid | number | 是 | 否 | 进程ID。 |
| uid | number | 是 | 否 | 用户ID。 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录