Home
last modified time | relevance | path

Searched refs:IntervalType (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_init.cpp61 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_OPTIMIZED), in InitIntervalType()
63 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_DAILY), in InitIntervalType()
65 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_WEEKLY), in InitIntervalType()
67 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_MONTHLY), in InitIntervalType()
69 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_ANNUALLY), in InitIntervalType()
H A Dusage_statistics_init.cpp71 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_OPTIMIZED), in InitIntervalType()
73 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_DAILY), in InitIntervalType()
75 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_WEEKLY), in InitIntervalType()
77 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_MONTHLY), in InitIntervalType()
79 napi_create_uint32(env, static_cast<uint32_t>(BundleStateCondition::IntervalType::BY_ANNUALLY), in InitIntervalType()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-resource-scheduler.md107 |新增|NA|类名:IntervalType;<br>方法or属性:BY_OPTIMIZED = 0|@ohos.resourceschedule.usageStatistics.d.ts|
108 |新增|NA|类名:IntervalType;<br>方法or属性:BY_DAILY = 1|@ohos.resourceschedule.usageStatistics.d.ts|
109 |新增|NA|类名:IntervalType;<br>方法or属性:BY_WEEKLY = 2|@ohos.resourceschedule.usageStatistics.d.ts|
110 |新增|NA|类名:IntervalType;<br>方法or属性:BY_MONTHLY = 3|@ohos.resourceschedule.usageStatistics.d.ts|
111 |新增|NA|类名:IntervalType;<br>方法or属性:BY_ANNUALLY = 4|@ohos.resourceschedule.usageStatistics.d.ts|
220IntervalType;<br>方法or属性:export enum IntervalType<br>旧版本信息:|类名:IntervalType;<br>方法or属性:export enum
221IntervalType;<br>方法or属性:BY_OPTIMIZED = 0<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_OPTIMIZED = 0<br>…
222IntervalType;<br>方法or属性:BY_DAILY = 1<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_DAILY = 1<br>新版本信息:9<…
223IntervalType;<br>方法or属性:BY_WEEKLY = 2<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_WEEKLY = 2<br>新版本信息:…
224IntervalType;<br>方法or属性:BY_MONTHLY = 3<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_MONTHLY = 3<br>新版本信…
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-resource-scheduler.md35IntervalType,<br> begin: number,<br> end: number<br> ): Promise\<Array\<BundleStateInfo>>;<…
87 |访问级别有变化|类名:IntervalType;<br>方法or属性:BY_OPTIMIZED = 0<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_OPTIMI…
88 |访问级别有变化|类名:IntervalType;<br>方法or属性:BY_DAILY = 1<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_DAILY = 1<…
89 |访问级别有变化|类名:IntervalType;<br>方法or属性:BY_WEEKLY = 2<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_WEEKLY = …
90 |访问级别有变化|类名:IntervalType;<br>方法or属性:BY_MONTHLY = 3<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_MONTHLY …
91 |访问级别有变化|类名:IntervalType;<br>方法or属性:BY_ANNUALLY = 4<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_ANNUALL…
101IntervalType,<br> begin: number,<br> end: number<br> ): Promise\<Array\<BundleStateInfo>>;<…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.2/
H A Dchangelog-resourceschedule.md84 …: IntervalType, begin: number, end: number): Promise<Array<BundleStateInfo>>; | 废弃,修改为function que…
85IntervalType, begin: number, end: number, callback: AsyncCallback<Array<BundleStateInfo>>): void; …
135 …State.IntervalType | enum | enum IntervalType
136 …State.IntervalType | enum | BY_OPTIMIZED …
137 …State.IntervalType | enum | BY_DAILY …
138 …State.IntervalType | enum | BY_WEEKLY …
139 …State.IntervalType | enum | BY_MONTHLY …
140 …State.IntervalType | enum | BY_ANNUALLY …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-resource-scheduler.md53 | ohos.bundleState | IntervalType | BY_ANNUALLY = 4 | 新增 |
54 | ohos.bundleState | IntervalType | BY_MONTHLY = 3 | 新增 |
55 | ohos.bundleState | IntervalType | BY_WEEKLY = 2 | 新增 |
56 | ohos.bundleState | IntervalType | BY_DAILY = 1 | 新增 |
57 | ohos.bundleState | IntervalType | BY_OPTIMIZED = 0 | 新增 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-deviceUsageStatistics-sys.md101 queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: Asyn…
115 | byInterval | [IntervalType](js-apis-deviceUsageStatistics-sys.md#intervaltype) | 是 …
125 bundleState.queryBundleStateInfoByInterval(bundleState.IntervalType.BY_OPTIMIZED, 0, 20000000000000…
140 queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise&lt;Ar…
154 | byInterval | [IntervalType](js-apis-deviceUsageStatistics-sys.md#intervaltype) | 是 | 查询类型。 |
169 bundleState.queryBundleStateInfoByInterval(bundleState.IntervalType.BY_OPTIMIZED, 0, 20000000000000…
454 ## IntervalType section
H A Djs-apis-resourceschedule-deviceUsageStatistics-sys.md651 queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: Asyn…
663 | byInterval | [IntervalType](#intervaltype) | 是 | 查询类型。 …
705 queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise&lt;Ar…
717 | byInterval | [IntervalType](#intervaltype) | 是 | 查询类型。 |
1695 ## IntervalType section
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-resource-scheduler.md53 | ohos.bundleState | IntervalType | BY_ANNUALLY = 4 | Added|
54 | ohos.bundleState | IntervalType | BY_MONTHLY = 3 | Added|
55 | ohos.bundleState | IntervalType | BY_WEEKLY = 2 | Added|
56 | ohos.bundleState | IntervalType | BY_DAILY = 1 | Added|
57 | ohos.bundleState | IntervalType | BY_OPTIMIZED = 0 | Added|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-resource-scheduler.md107 |Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0|@ohos.resourcesch…
108 |Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1|@ohos.resourceschedul…
109 |Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2|@ohos.resourceschedu…
110 |Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3|@ohos.resourcesched…
111 |Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4|@ohos.resourcesche…
220IntervalType;<br>Method or attribute name: export enum IntervalType<br>Old version: |Class name: I…
221IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>Old version: |Class name: IntervalT…
222IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>Old version: |Class name: IntervalType;…
223IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>Old version: |Class name: IntervalType
224IntervalType;<br>Method or attribute name: BY_MONTHLY = 3<br>Old version: |Class name: IntervalTyp…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.2/
H A Dchangelog-resourceschedule.md86IntervalType, begin: number, end: number): Promise<Array<BundleStateInfo>>; | Deprecated and chang…
87IntervalType, begin: number, end: number, callback: AsyncCallback<Array<BundleStateInfo>>): void; …
137IntervalType | enum | enum IntervalType
138IntervalType | enum | BY_OPTIMIZED …
139IntervalType | enum | BY_DAILY …
140IntervalType | enum | BY_WEEKLY …
141IntervalType | enum | BY_MONTHLY …
142IntervalType | enum | BY_ANNUALLY …
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-resource-scheduler.md35IntervalType,<br> begin: number,<br> end: number<br> ): Promise\<Array\<BundleStateInfo>>;<…
87 …changed|Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>Old version inf…
88 …l changed|Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>Old version infor…
89 … changed|Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>Old version infor…
90 … changed|Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3<br>Old version info…
91 …changed|Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4<br>Old version info…
101IntervalType,<br> begin: number,<br> end: number<br> ): Promise\<Array\<BundleStateInfo>>;<…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_condition.h24 enum IntervalType { enum
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-deviceUsageStatistics-sys.md101 queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: Asyn…
115 | byInterval | [IntervalType](js-apis-deviceUsageStatistics-sys.md#intervaltype) | Yes …
125 bundleState.queryBundleStateInfoByInterval(bundleState.IntervalType.BY_OPTIMIZED, 0, 20000000000000…
140 queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise&lt;Ar…
154 | byInterval | [IntervalType](js-apis-deviceUsageStatistics-sys.md#intervaltype) | Yes | Type of …
169 bundleState.queryBundleStateInfoByInterval(bundleState.IntervalType.BY_OPTIMIZED, 0, 20000000000000…
454 ## IntervalType section
H A Djs-apis-resourceschedule-deviceUsageStatistics-sys.md651 queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: Asyn…
663 | byInterval | [IntervalType](#intervaltype) | Yes | Type of information to be queried…
705 queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise&lt;Ar…
717 | byInterval | [IntervalType](#intervaltype) | Yes | Type of information to be queried.|
1695 ## IntervalType section
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-resource-scheduler.md116 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType|@ohos.resourceschedule.usageS…
117 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_OPTIMIZED|@…
118 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_DAILY|@ohos…
119 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_WEEKLY|@oho…
120 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_MONTHLY|@oh…
121 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_ANNUALLY|@o…
266 |废弃版本有变化|类名:IntervalType<br>废弃版本:N/A|类名:IntervalType<br>废弃版本:9<br>代替接口:ohos.resourceschedule.usageS…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-resource-scheduler.md101 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType|@ohos.resourceschedule.usageS…
102 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_OPTIMIZED|@…
103 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_DAILY|@ohos…
104 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_WEEKLY|@oho…
105 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_MONTHLY|@oh…
106 |新增|NA|模块名: ohos.resourceschedule.usageStatistics<br>类名: IntervalType<br>方法名 or 属性名: BY_ANNUALLY|@o…
260 |废弃版本有变化|类名:IntervalType<br>废弃版本:N/A|类名:IntervalType<br>废弃版本:9<br>代替接口:ohos.resourceschedule.usageS…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-resource-scheduler.md116 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType|@ohos.reso…
117 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
118 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
119 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
120 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
121 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
266IntervalType<br>Deprecated version: N/A|Class name: IntervalType<br>Deprecated version: 9<br>Subst…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-resource-scheduler.md101 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType|@ohos.reso…
102 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
103 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
104 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
105 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
106 |Added|NA|Module name: ohos.resourceschedule.usageStatistics<br>Class name: IntervalType<br>Method …
260IntervalType<br>Deprecated version: N/A|Class name: IntervalType<br>Deprecated version: 9<br>Subst…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/
H A DREADME_zh.md59 …a name="p159328405571"></a>queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number,…
61 …a name="p159328405571"></a>queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number,…
H A DREADME.md61 …a name="p159328405571"></a>queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number,…
63 …a name="p159328405571"></a>queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number,…
/ohos5.0/docs/zh-cn/application-dev/device-usage-statistics/
H A Ddevice-usage-statistics-use-guide.md21 | function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, cal…
/ohos5.0/docs/en/application-dev/device-usage-statistics/
H A Ddevice-usage-statistics-use-guide.md22 | function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, cal…