kit脚本命令及文件处理

Signed-off-by: wangcaoyu <wangcaoyu@huawei.com>
This commit is contained in:
wangcaoyu 2023-12-11 17:08:03 +08:00
parent 273dfa0a0b
commit 010e47054b
450 changed files with 3535 additions and 3 deletions

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit IME Kit
*/
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
import type InputMethodExtensionContext from './@ohos.InputMethodExtensionContext'; import type InputMethodExtensionContext from './@ohos.InputMethodExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit IME Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import ExtensionContext from './application/ExtensionContext'; import ExtensionContext from './application/ExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit IME Kit
*/
/** /**
* Input method subtype * Input method subtype
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit ArkUI
*/
import type AsyncCallback from './@ohos.base'; import type AsyncCallback from './@ohos.base';
import type BaseContext from './application/BaseContext'; import type BaseContext from './application/BaseContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Test Kit
*/
import type { Callback } from './@ohos.base'; import type { Callback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Basic Services Kit
*/
/** /**
* class of wallpaper extension ability. * class of wallpaper extension ability.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Background Tasks Kit
*/
import workScheduler from './@ohos.resourceschedule.workScheduler'; import workScheduler from './@ohos.resourceschedule.workScheduler';
import _WorkSchedulerExtensionContext from './application/WorkSchedulerExtensionContext'; import _WorkSchedulerExtensionContext from './application/WorkSchedulerExtensionContext';
export type WorkSchedulerExtensionContext = _WorkSchedulerExtensionContext; export type WorkSchedulerExtensionContext = _WorkSchedulerExtensionContext;

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { DataAbilityHelper as _DataAbilityHelper } from './ability/dataAbilityHelper'; import { DataAbilityHelper as _DataAbilityHelper } from './ability/dataAbilityHelper';
import { PacMap as _PacMap } from './ability/dataAbilityHelper'; import { PacMap as _PacMap } from './ability/dataAbilityHelper';
import { DataAbilityOperation as _DataAbilityOperation } from './ability/dataAbilityOperation'; import { DataAbilityOperation as _DataAbilityOperation } from './ability/dataAbilityOperation';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* A utility class used for handling objects that use the DataAbilityHelper scheme. * A utility class used for handling objects that use the DataAbilityHelper scheme.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* Defines error codes used when starting an ability, for example, featureAbility.ErrorCode.NO_ERROR. * Defines error codes used when starting an ability, for example, featureAbility.ErrorCode.NO_ERROR.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { Callback } from './@ohos.base'; import { Callback } from './@ohos.base';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { StartAbilityParameter } from './ability/startAbilityParameter'; import { StartAbilityParameter } from './ability/startAbilityParameter';
import { DataAbilityHelper } from './ability/dataAbilityHelper'; import { DataAbilityHelper } from './ability/dataAbilityHelper';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* the constant for action and entity in the want * the constant for action and entity in the want
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback, Callback } from './@ohos.base'; import { AsyncCallback, Callback } from './@ohos.base';
import { Permissions } from './permissions'; import { Permissions } from './permissions';
import type _Context from './application/Context'; import type _Context from './application/Context';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Accessibility Kit
*/
import type { GesturePoint } from './@ohos.accessibility.GesturePoint'; import type { GesturePoint } from './@ohos.accessibility.GesturePoint';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Accessibility Kit
*/
/** /**
* Indicates the point of the gesture. * Indicates the point of the gesture.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Accessibility Kit
*/
import type accessibility from './@ohos.accessibility'; import type accessibility from './@ohos.accessibility';
import type { AsyncCallback, Callback } from './@ohos.base'; import type { AsyncCallback, Callback } from './@ohos.base';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Accessibility Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
import type { Callback } from './@ohos.base'; import type { Callback } from './@ohos.base';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Basic Services Kit
*/
import { AsyncCallback, Callback } from './@ohos.base'; import { AsyncCallback, Callback } from './@ohos.base';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
import rpc from './@ohos.rpc'; import rpc from './@ohos.rpc';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Basic Services Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Basic Services Kit
*/
import distributedAccount from './@ohos.account.distributedAccount'; import distributedAccount from './@ohos.account.distributedAccount';
import { AsyncCallback, Callback } from './@ohos.base'; import { AsyncCallback, Callback } from './@ohos.base';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ads Kit
*/
import advertising from './@ohos.advertising'; import advertising from './@ohos.advertising';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ads Kit
*/
import type advertising from './@ohos.advertising'; import type advertising from './@ohos.advertising';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ads Kit
*/
import advertising from './@ohos.advertising'; import advertising from './@ohos.advertising';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ads Kit
*/
import type common from './@ohos.app.ability.common'; import type common from './@ohos.app.ability.common';
import type { Advertisement as _Advertisement } from './advertising/advertisement'; import type { Advertisement as _Advertisement } from './advertising/advertisement';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit MindSpore Lite Kit
*/
import type { AsyncCallback, Callback } from './@ohos.base'; import type { AsyncCallback, Callback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit MindSpore Lite Kit
*/
import { Callback } from './@ohos.base'; import { Callback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit ArkUI
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit ArkUI
*/
/** /**
* Defines the animator options. * Defines the animator options.
* @interface AnimatorOptions * @interface AnimatorOptions

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import AbilityConstant from './@ohos.app.ability.AbilityConstant'; import AbilityConstant from './@ohos.app.ability.AbilityConstant';
import { Configuration } from './@ohos.app.ability.Configuration'; import { Configuration } from './@ohos.app.ability.Configuration';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* The definition of AbilityConstant. * The definition of AbilityConstant.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import UIAbility from './@ohos.app.ability.UIAbility'; import UIAbility from './@ohos.app.ability.UIAbility';
import dataAbility from './@ohos.data.dataAbility'; import dataAbility from './@ohos.data.dataAbility';
import window from './@ohos.window'; import window from './@ohos.window';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import AbilityConstant from './@ohos.app.ability.AbilityConstant'; import AbilityConstant from './@ohos.app.ability.AbilityConstant';
import AbilityStageContext from './application/AbilityStageContext'; import AbilityStageContext from './application/AbilityStageContext';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility'; import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* The application state change callback. * The application state change callback.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import ExtensionAbility from './@ohos.app.ability.ExtensionAbility'; import ExtensionAbility from './@ohos.app.ability.ExtensionAbility';
import type UIExtensionContentSession from './@ohos.app.ability.UIExtensionContentSession'; import type UIExtensionContentSession from './@ohos.app.ability.UIExtensionContentSession';
import type AutoFillExtensionContext from './application/AutoFillExtensionContext'; import type AutoFillExtensionContext from './application/AutoFillExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* The class of child process. * The class of child process.
* Child process to be started can inherit this class. * Child process to be started can inherit this class.

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import ConfigurationConstant from './@ohos.app.ability.ConfigurationConstant'; import ConfigurationConstant from './@ohos.app.ability.ConfigurationConstant';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* The definition of ConfigurationConstant. * The definition of ConfigurationConstant.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Driver Development Kit
*/
import type rpc from './@ohos.rpc'; import type rpc from './@ohos.rpc';
import type Want from './@ohos.app.ability.Want'; import type Want from './@ohos.app.ability.Want';
import _DriverExtensionContext from './application/DriverExtensionContext'; import _DriverExtensionContext from './application/DriverExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import AbilityConstant from './@ohos.app.ability.AbilityConstant'; import AbilityConstant from './@ohos.app.ability.AbilityConstant';
import { Configuration } from './@ohos.app.ability.Configuration'; import { Configuration } from './@ohos.app.ability.Configuration';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import Ability from './@ohos.app.ability.Ability'; import Ability from './@ohos.app.ability.Ability';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
import type Want from './@ohos.app.ability.Want'; import type Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type window from './@ohos.window'; import type window from './@ohos.window';
import type insightIntent from './@ohos.app.ability.insightIntent'; import type insightIntent from './@ohos.app.ability.insightIntent';
import type InsightIntentContext from './@ohos.app.ability.InsightIntentContext'; import type InsightIntentContext from './@ohos.app.ability.InsightIntentContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility'; import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Basic Services Kit
*/
import type Want from './@ohos.application.Want'; import type Want from './@ohos.application.Want';
import type print from './@ohos.print'; import type print from './@ohos.print';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import rpc from './@ohos.rpc'; import rpc from './@ohos.rpc';
import ServiceExtensionContext from './application/ServiceExtensionContext'; import ServiceExtensionContext from './application/ServiceExtensionContext';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility'; import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* StartOptions is the basic communication component of the system. * StartOptions is the basic communication component of the system.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import Ability from './@ohos.app.ability.Ability'; import Ability from './@ohos.app.ability.Ability';
import AbilityConstant from './@ohos.app.ability.AbilityConstant'; import AbilityConstant from './@ohos.app.ability.AbilityConstant';
import UIAbilityContext from './application/UIAbilityContext'; import UIAbilityContext from './application/UIAbilityContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import ExtensionAbility from './@ohos.app.ability.ExtensionAbility'; import ExtensionAbility from './@ohos.app.ability.ExtensionAbility';
import type UIExtensionContentSession from './@ohos.app.ability.UIExtensionContentSession'; import type UIExtensionContentSession from './@ohos.app.ability.UIExtensionContentSession';
import type UIExtensionContext from './application/UIExtensionContext'; import type UIExtensionContext from './application/UIExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AbilityResult } from './ability/abilityResult'; import type { AbilityResult } from './ability/abilityResult';
import type { AbilityStartCallback } from './application/AbilityStartCallback'; import type { AbilityStartCallback } from './application/AbilityStartCallback';
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility'; import UIExtensionAbility from './@ohos.app.ability.UIExtensionAbility';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* Want is the basic communication component of the system. * Want is the basic communication component of the system.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Test Kit
*/
import { AbilityDelegator as _AbilityDelegator } from './application/AbilityDelegator'; import { AbilityDelegator as _AbilityDelegator } from './application/AbilityDelegator';
import { AbilityDelegatorArgs as _AbilityDelegatorArgs } from './application/abilityDelegatorArgs'; import { AbilityDelegatorArgs as _AbilityDelegatorArgs } from './application/abilityDelegatorArgs';
import { AbilityMonitor as _AbilityMonitor } from './application/AbilityMonitor'; import { AbilityMonitor as _AbilityMonitor } from './application/AbilityMonitor';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AbilityResult } from './ability/abilityResult'; import { AbilityResult } from './ability/abilityResult';
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { Configuration } from './@ohos.app.ability.Configuration'; import { Configuration } from './@ohos.app.ability.Configuration';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import * as _ApplicationStateObserver from './application/ApplicationStateObserver'; import * as _ApplicationStateObserver from './application/ApplicationStateObserver';
import type * as _AppForegroundStateObserver from './application/AppForegroundStateObserver'; import type * as _AppForegroundStateObserver from './application/AppForegroundStateObserver';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import UIAbilityContext from './application/UIAbilityContext'; import UIAbilityContext from './application/UIAbilityContext';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { UIContext } from './@ohos.arkui.UIContext'; import type { UIContext } from './@ohos.arkui.UIContext';
import type * as _ViewData from './application/ViewData'; import type * as _ViewData from './application/ViewData';
import type * as _PageNodeInfo from './application/PageNodeInfo'; import type * as _PageNodeInfo from './application/PageNodeInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AutoStartupCallback } from './application/AutoStartupCallback'; import type { AutoStartupCallback } from './application/AutoStartupCallback';
import type { AutoStartupInfo } from './application/AutoStartupInfo'; import type { AutoStartupInfo } from './application/AutoStartupInfo';
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import * as _UIAbilityContext from './application/UIAbilityContext'; import * as _UIAbilityContext from './application/UIAbilityContext';
import type * as _UIExtensionContext from './application/UIExtensionContext'; import type * as _UIExtensionContext from './application/UIExtensionContext';
import type * as _AutoFillExtensionContext from './application/AutoFillExtensionContext'; import type * as _AutoFillExtensionContext from './application/AutoFillExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* The context of an application. It allows access to application-specific resources. * The context of an application. It allows access to application-specific resources.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* Utility class used for handling objects that use the DataAbilityHelper scheme. * Utility class used for handling objects that use the DataAbilityHelper scheme.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
import type Want from './@ohos.app.ability.Want'; import type Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import * as _ErrorObserver from './application/ErrorObserver'; import * as _ErrorObserver from './application/ErrorObserver';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* interface of insightIntent. * interface of insightIntent.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
import type insightIntent from './@ohos.app.ability.insightIntent'; import type insightIntent from './@ohos.app.ability.insightIntent';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { MissionInfo as _MissionInfo } from './application/MissionInfo'; import { MissionInfo as _MissionInfo } from './application/MissionInfo';
import { MissionListener as _MissionListener } from './application/MissionListener'; import { MissionListener as _MissionListener } from './application/MissionListener';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback, Callback } from './@ohos.base'; import { AsyncCallback, Callback } from './@ohos.base';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
import { WantAgentInfo as _WantAgentInfo } from './wantAgent/wantAgentInfo'; import { WantAgentInfo as _WantAgentInfo } from './wantAgent/wantAgentInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* the constant for action and entity in the want * the constant for action and entity in the want
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
import type * as _BusinessAbilityInfo from './application/BusinessAbilityInfo'; import type * as _BusinessAbilityInfo from './application/BusinessAbilityInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import formBindingData from './@ohos.app.form.formBindingData'; import formBindingData from './@ohos.app.form.formBindingData';
import formInfo from './@ohos.app.form.formInfo'; import formInfo from './@ohos.app.form.formInfo';
import FormExtensionContext from './application/FormExtensionContext'; import FormExtensionContext from './application/FormExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import type { AsyncCallback } from './@ohos.base'; import type { AsyncCallback } from './@ohos.base';
import type Want from './@ohos.app.ability.Want'; import type Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import { BusinessError } from './@ohos.base'; import { BusinessError } from './@ohos.base';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { Callback } from './@ohos.base'; import { Callback } from './@ohos.base';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { Callback } from './@ohos.base'; import { Callback } from './@ohos.base';
import formInfo from './@ohos.app.form.formInfo'; import formInfo from './@ohos.app.form.formInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import formBindingData from './@ohos.app.form.formBindingData'; import formBindingData from './@ohos.app.form.formBindingData';
import formInfo from './@ohos.app.form.formInfo'; import formInfo from './@ohos.app.form.formInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Accessibility Kit
*/
import type accessibility from './@ohos.accessibility'; import type accessibility from './@ohos.accessibility';
import type { KeyEvent } from './@ohos.multimodalInput.keyEvent'; import type { KeyEvent } from './@ohos.multimodalInput.keyEvent';
import type { import type {

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Core File Kit
*/
import type ExtensionContext from './application/ExtensionContext'; import type ExtensionContext from './application/ExtensionContext';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import ConfigurationConstant from './@ohos.application.ConfigurationConstant'; import ConfigurationConstant from './@ohos.application.ConfigurationConstant';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* The definition of ConfigurationConstant. * The definition of ConfigurationConstant.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit ArkData
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import ExtensionContext from './application/ExtensionContext'; import ExtensionContext from './application/ExtensionContext';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Notification Kit
*/
import { CommonEventData } from './commonEvent/commonEventData'; import { CommonEventData } from './commonEvent/commonEventData';
import StaticSubscriberExtensionContext from './@ohos.application.StaticSubscriberExtensionContext'; import StaticSubscriberExtensionContext from './@ohos.application.StaticSubscriberExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Notification Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
import ExtensionContext from './application/ExtensionContext'; import ExtensionContext from './application/ExtensionContext';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
/** /**
* Want is the basic communication component of the system. * Want is the basic communication component of the system.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit ArkUI
*/
import rpc from './@ohos.rpc'; import rpc from './@ohos.rpc';
import _WindowExtensionContext from './application/WindowExtensionContext'; import _WindowExtensionContext from './application/WindowExtensionContext';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Test Kit
*/
import { AbilityDelegator } from './application/AbilityDelegator'; import { AbilityDelegator } from './application/AbilityDelegator';
import { AbilityDelegatorArgs } from './application/abilityDelegatorArgs'; import { AbilityDelegatorArgs } from './application/abilityDelegatorArgs';
import { AbilityMonitor } from './application/AbilityMonitor'; import { AbilityMonitor } from './application/AbilityMonitor';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { Configuration } from './@ohos.application.Configuration'; import { Configuration } from './@ohos.application.Configuration';
import { AbilityRunningInfo } from './application/AbilityRunningInfo'; import { AbilityRunningInfo } from './application/AbilityRunningInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import ApplicationStateObserver from './application/ApplicationStateObserver'; import ApplicationStateObserver from './application/ApplicationStateObserver';
import AbilityStateData from './application/AbilityStateData'; import AbilityStateData from './application/AbilityStateData';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
/** /**
* interface of formBindingData. * interface of formBindingData.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
/** /**
* interface of formError. * interface of formError.
* *

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { Callback } from './@ohos.base'; import { Callback } from './@ohos.base';
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import Want from './@ohos.app.ability.Want'; import Want from './@ohos.app.ability.Want';
/** /**

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Form Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import formBindingData from './@ohos.application.formBindingData'; import formBindingData from './@ohos.application.formBindingData';
import formInfo from './@ohos.app.form.formInfo'; import formInfo from './@ohos.app.form.formInfo';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Ability Kit
*/
import { AsyncCallback } from './@ohos.base'; import { AsyncCallback } from './@ohos.base';
import { MissionInfo } from './application/MissionInfo'; import { MissionInfo } from './application/MissionInfo';
import { MissionListener } from './application/MissionListener'; import { MissionListener } from './application/MissionListener';

View File

@ -13,6 +13,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @file
* @kit Test Kit
*/
/** /**
* Base class for the test framework. * Base class for the test framework.
* If you want to implement your own unit test framework, you must inherit this class and overrides all its methods. * If you want to implement your own unit test framework, you must inherit this class and overrides all its methods.

Some files were not shown because too many files have changed in this diff Show More