/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_init.cpp | 61 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 D | usage_statistics_init.cpp | 71 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 D | js-apidiff-resource-scheduler.md | 107 |新增|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| 220 …IntervalType;<br>方法or属性:export enum IntervalType<br>旧版本信息:|类名:IntervalType;<br>方法or属性:export enum … 221 …IntervalType;<br>方法or属性:BY_OPTIMIZED = 0<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_OPTIMIZED = 0<br>… 222 …IntervalType;<br>方法or属性:BY_DAILY = 1<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_DAILY = 1<br>新版本信息:9<… 223 …IntervalType;<br>方法or属性:BY_WEEKLY = 2<br>旧版本信息:|类名:IntervalType;<br>方法or属性:BY_WEEKLY = 2<br>新版本信息:… 224 …IntervalType;<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 D | js-apidiff-resource-scheduler.md | 35 …IntervalType,<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… 101 …IntervalType,<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 D | changelog-resourceschedule.md | 84 …: IntervalType, begin: number, end: number): Promise<Array<BundleStateInfo>>; | 废弃,修改为function que… 85 …IntervalType, 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 D | js-apidiff-resource-scheduler.md | 53 | 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 D | js-apis-deviceUsageStatistics-sys.md | 101 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<Ar… 154 | byInterval | [IntervalType](js-apis-deviceUsageStatistics-sys.md#intervaltype) | 是 | 查询类型。 | 169 bundleState.queryBundleStateInfoByInterval(bundleState.IntervalType.BY_OPTIMIZED, 0, 20000000000000… 454 ## IntervalType section
|
H A D | js-apis-resourceschedule-deviceUsageStatistics-sys.md | 651 queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: Asyn… 663 | byInterval | [IntervalType](#intervaltype) | 是 | 查询类型。 … 705 queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise<Ar… 717 | byInterval | [IntervalType](#intervaltype) | 是 | 查询类型。 | 1695 ## IntervalType section
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-resource-scheduler.md | 53 | 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 D | js-apidiff-resource-scheduler.md | 107 |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… 220 …IntervalType;<br>Method or attribute name: export enum IntervalType<br>Old version: |Class name: I… 221 …IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>Old version: |Class name: IntervalT… 222 …IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>Old version: |Class name: IntervalType;… 223 …IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>Old version: |Class name: IntervalType… 224 …IntervalType;<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 D | changelog-resourceschedule.md | 86 …IntervalType, begin: number, end: number): Promise<Array<BundleStateInfo>>; | Deprecated and chang… 87 …IntervalType, begin: number, end: number, callback: AsyncCallback<Array<BundleStateInfo>>): void; … 137 …IntervalType | enum | enum IntervalType … 138 …IntervalType | enum | BY_OPTIMIZED … 139 …IntervalType | enum | BY_DAILY … 140 …IntervalType | enum | BY_WEEKLY … 141 …IntervalType | enum | BY_MONTHLY … 142 …IntervalType | enum | BY_ANNUALLY …
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-resource-scheduler.md | 35 …IntervalType,<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… 101 …IntervalType,<br> begin: number,<br> end: number<br> ): Promise\<Array\<BundleStateInfo>>;<…
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | bundle_state_condition.h | 24 enum IntervalType { enum
|
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-deviceUsageStatistics-sys.md | 101 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<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 D | js-apis-resourceschedule-deviceUsageStatistics-sys.md | 651 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<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 D | js-apidiff-resource-scheduler.md | 116 |新增|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 D | js-apidiff-resource-scheduler.md | 101 |新增|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 D | js-apidiff-resource-scheduler.md | 116 |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 … 266 …IntervalType<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 D | js-apidiff-resource-scheduler.md | 101 |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 … 260 …IntervalType<br>Deprecated version: N/A|Class name: IntervalType<br>Deprecated version: 9<br>Subst…
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/ |
H A D | README_zh.md | 59 …a name="p159328405571"></a>queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number,… 61 …a name="p159328405571"></a>queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number,…
|
H A D | README.md | 61 …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 D | device-usage-statistics-use-guide.md | 21 | function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, cal…
|
/ohos5.0/docs/en/application-dev/device-usage-statistics/ |
H A D | device-usage-statistics-use-guide.md | 22 | function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, cal…
|