Lines Matching refs:callback
9 … a system API, the **202** error will be returned via either an exception or asynchronous callback.
17 … | updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void | Asynchronous …
18 …d.ts | updateConfiguration(config: Configuration): Promise<void> | Asynchronous callback |
19 …d.ts | getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>> | Asynchronous callback |
20 …ager.d.ts | getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void | As…
21 …nningInfos(upperLimit: number): Promise<Array<ExtensionRunningInfo>> | Asynchronous callback |
22 …onRunningInfos(upperLimit: number, callback: AsyncCallback<Array<ExtensionRunningInfo>>): void | A…
24 | @ohos.app.ability.abilityManager.d.ts | getTopAbility(callback: AsyncCallback<ElementName>): voi…
25 …ype: "applicationState", observer: ApplicationStateObserver): number | Asynchronous callback |
26 …er: ApplicationStateObserver, bundleNameList: Array<string>): number | Asynchronous callback |
27 …type: "applicationState", observerId: number, callback: AsyncCallback<void>): void | Asynchronous …
28 … | off(type: "applicationState", observerId: number): Promise<void> | Asynchronous callback |
29 ….d.ts | getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void | Async…
30 … | getForegroundApplications(): Promise<Array<AppStateData>> | Asynchronous callback |
31 …essWithAccount(bundleName: string, accountId: number): Promise<void> | Asynchronous callback |
32 …ccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
33 … | killProcessesByBundleName(bundleName: string): Promise<void> | Asynchronous callback |
34 … | killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>) | Asynchronous cal…
35 … | clearUpApplicationData(bundleName: string): Promise<void> | Asynchronous callback |
36 … | clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>) | Asynchronous cal…
37 …d.ts | on(type: "mission", listener: MissionListener): number | Asynchronous callback |
38 …s | off(type: "mission", listenerId: number, callback: AsyncCallback<void>): void | Asynchronous …
39 …d.ts | off(type: "mission", listenerId: number): Promise<void> | Asynchronous callback |
40 …nInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void | Asynchron…
41 …ssionInfo(deviceId: string, missionId: number): Promise<MissionInfo> | Asynchronous callback |
42 …nfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void | Asynch…
43 …Infos(deviceId: string, numMax: number): Promise<Array<MissionInfo>> | Asynchronous callback |
44 …hot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void | Asynchr…
45 …pShot(deviceId: string, missionId: number): Promise<MissionSnapshot> | Asynchronous callback |
46 …hot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void | Asynchr…
47 …pShot(deviceId: string, missionId: number): Promise<MissionSnapshot> | Asynchronous callback |
48 …anager.d.ts | lockMission(missionId: number, callback: AsyncCallback<void>): void | Asynchronous …
49 …d.ts | lockMission(missionId: number): Promise<void> | Asynchronous callback |
50 …ager.d.ts | unlockMission(missionId: number, callback: AsyncCallback<void>): void | Asynchronous …
51 …d.ts | unlockMission(missionId: number): Promise<void> | Asynchronous callback |
52 …nager.d.ts | clearMission(missionId: number, callback: AsyncCallback<void>): void | Asynchronous …
53 …d.ts | clearMission(missionId: number): Promise<void> | Asynchronous callback |
54 …ty.missionManager.d.ts | clearAllMissions(callback: AsyncCallback<void>): void | Asynchron…
55 …d.ts | clearAllMissions(): Promise<void> | Asynchronous callback |
56 …d.ts | moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void | Asynchronous …
57 …ont(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void | Asynchronous …
58 …ionToFront(missionId: number, options?: StartOptions): Promise<void> | Asynchronous callback |
59 …ickFix(hapModuleQuickFixFiles: Array<string>, callback: AsyncCallback<void>): void | Asynchronous …
60 … applyQuickFix(hapModuleQuickFixFiles: Array<string>): Promise<void> | Asynchronous callback |
61 …tionQuickFixInfo(bundleName: string, callback: AsyncCallback<ApplicationQuickFixInfo>): void | Asy…
62 …onQuickFixInfo(bundleName: string): Promise<ApplicationQuickFixInfo> | Asynchronous callback |
63 …tAgent.d.ts | getWant(agent: WantAgent, callback: AsyncCallback<Want>): void | Asynchronous …
64 … | getWant(agent: WantAgent): Promise<Want> | Asynchronous callback |
65 …t.d.ts | deleteForm(formId: string, callback: AsyncCallback<void>): void | Asynchronous …
66 … | deleteForm(formId: string): Promise<void> | Asynchronous callback |
67 ….d.ts | releaseForm(formId: string, callback: AsyncCallback<void>): void | Asynchronous …
68 …Form(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void | Asynchronous …
69 …releaseForm(formId: string, isReleaseCache?: boolean): Promise<void> | Asynchronous callback |
70 ….d.ts | requestForm(formId: string, callback: AsyncCallback<void>): void | Asynchronous …
71 … | requestForm(formId: string): Promise<void> | Asynchronous callback |
72 … | castToNormalForm(formId: string, callback: AsyncCallback<void>): void | Asynchronous …
73 … | castToNormalForm(formId: string): Promise<void> | Asynchronous callback |
74 … | notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void | Asynchronous …
75 … | notifyVisibleForms(formIds: Array<string>): Promise<void> | Asynchronous callback |
76 … notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void | Asynchronous …
77 … | notifyInvisibleForms(formIds: Array<string>): Promise<void> | Asynchronous callback |
78 … | enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void | Asynchronous …
79 … | enableFormsUpdate(formIds: Array<string>): Promise<void> | Asynchronous callback |
80 … | disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void | Asynchronous …
81 … | disableFormsUpdate(formIds: Array<string>): Promise<void> | Asynchronous callback |
82 | @ohos.app.form.formHost.d.ts | isSystemReady(callback: AsyncCallback<void>): void …
84 …st.d.ts | getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void | Asy…
85 … | getAllFormsInfo(): Promise<Array<formInfo.FormInfo>> | Asynchronous callback |
86 … | getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void | Asy…
87 …leName: string, moduleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void | Asy…
88 …ame: string, moduleName?: string): Promise<Array<formInfo.FormInfo>> | Asynchronous callback |
89 …| deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void | Asynchronous…
90 … | deleteInvalidForms(formIds: Array<string>): Promise<number> | Asynchronous callback |
91 … | acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void | Asyn…
92 … | acquireFormState(want: Want): Promise<formInfo.FormStateInfo> | Asynchronous callback |
93 | @ohos.app.form.formHost.d.ts | on(type: "formUninstall", callback: Callback<string>): v…
94 | @ohos.app.form.formHost.d.ts | off(type: "formUninstall", callback?: Callback<string>):…
95 …e(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void | Asynchronous …
96 …msVisible(formIds: Array<string>, isVisible: boolean): Promise<void> | Asynchronous callback |
97 …mIds: Array<string>, isEnableUpdate: boolean, callback: AsyncCallback<void>): void | Asynchronous …
98 …date(formIds: Array<string>, isEnableUpdate: boolean): Promise<void> | Asynchronous callback |
99 …| shareForm(formId: string, deviceId: string, callback: AsyncCallback<void>): void | Asynchronous …
100 … | shareForm(formId: string, deviceId: string): Promise<void> | Asynchronous callback |
101 …formIds: Array<string>, isProtected: boolean, callback: AsyncCallback<void>): void | Asynchronous …
102 …otected(formIds: Array<string>, isProtected: boolean): Promise<void> | Asynchronous callback |
103 …indingData: formBindingData.FormBindingData, callback: AsyncCallback<string>): void | Asynchronous…
104 ….d.ts | requestPublishForm(want: Want, callback: AsyncCallback<string>): void | Asynchronous…
105 … formBindingData?: formBindingData.FormBindingData): Promise<string> | Asynchronous callback |
106 | @ohos.app.form.formProvider.d.ts | isRequestPublishFormSupported(callback: AsyncCallback<bo…
108 …ityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
109 …nt, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void | Asynchronous …
110 …ant: Want, accountId: number, options?: StartOptions): Promise<void> | Asynchronous callback |
111 … | startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback<Ab…
112 …ResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<Ab…
114 … | startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void | Asynchronous …
115 … | startServiceExtensionAbility(want: Want): Promise<void> | Asynchronous callback |
116 …ityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
117 …sionAbilityWithAccount(want: Want, accountId: number): Promise<void> | Asynchronous callback |
118 … | stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void | Asynchronous …
119 … | stopServiceExtensionAbility(want: Want): Promise<void> | Asynchronous callback |
120 …ityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
121 …sionAbilityWithAccount(want: Want, accountId: number): Promise<void> | Asynchronous callback |
122 …ount(want: Want, accountId: number, options: ConnectOptions): number | Asynchronous callback |
123 … | setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void | Asynchronous …
124 … | setMissionIcon(icon: image.PixelMap): Promise<void> | Asynchronous callback |
125 …ityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
126 …nt, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void | Asynchronous …
127 …ant: Want, accountId: number, options?: StartOptions): Promise<void> | Asynchronous callback |
128 … | startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void | Asynchronous …
129 … | startServiceExtensionAbility(want: Want): Promise<void> | Asynchronous callback |
130 …ityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
131 …sionAbilityWithAccount(want: Want, accountId: number): Promise<void> | Asynchronous callback |
132 … | stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void | Asynchronous …
133 … | stopServiceExtensionAbility(want: Want): Promise<void> | Asynchronous callback |
134 …ityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void | Asynchronous …
135 …sionAbilityWithAccount(want: Want, accountId: number): Promise<void> | Asynchronous callback |
136 …ount(want: Want, accountId: number, options: ConnectOptions): number | Asynchronous callback |
139 ….d.ts | startAbility(want: Want, callback: AsyncCallback<void>): void | Asynchronous …
140 … | startAbility(want: Want): Promise<void> | Asynchronous callback |