Home
last modified time | relevance | path

Searched refs:BaseContext (Results 1 – 6 of 6) sorted by relevance

/interface/sdk-js/api/application/
DContext.d.ts18 import BaseContext from "./BaseContext";
30 export default class Context extends BaseContext {
DBaseContext.d.ts24 export default abstract class BaseContext { class
/interface/sdk-js/api/
D@ohos.request.d.ts17 import BaseContext from './application/BaseContext';
278 …function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback<Downlo…
307 function downloadFile(context: BaseContext, config: DownloadConfig): Promise<DownloadTask>;
334 …function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback<UploadTask…
361 function uploadFile(context: BaseContext, config: UploadConfig): Promise<UploadTask>;
D@ohos.window.d.ts19 import BaseContext from './application/BaseContext';
642 ctx?: BaseContext
710 function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>;
721 …function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): …
775 function getTopWindow(ctx: BaseContext): Promise<Window>;
784 function getTopWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void;
794 function getLastWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void;
803 function getLastWindow(ctx: BaseContext): Promise<Window>;
D@ohos.app.ability.common.d.ts66 export type BaseContext = _BaseContext.default alias
/interface/sdk-js/api/app/
Dcontext.d.ts20 import BaseContext from '../application/BaseContext';
37 export interface Context extends BaseContext {