Home
last modified time | relevance | path

Searched refs:WantAgent (Results 1 – 12 of 12) sorted by relevance

/interface/sdk-js/api/
D@ohos.app.ability.wantAgent.d.ts39 function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void;
51 function getBundleName(agent: WantAgent): Promise<string>;
63 function getUid(agent: WantAgent, callback: AsyncCallback<number>): void;
75 function getUid(agent: WantAgent): Promise<number>;
89 function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void;
103 function getWant(agent: WantAgent): Promise<Want>;
115 function cancel(agent: WantAgent, callback: AsyncCallback<void>): void;
127 function cancel(agent: WantAgent): Promise<void>;
138 …function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback<CompleteData…
149 function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback<boolean>): void;
[all …]
D@ohos.wantAgent.d.ts39 function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void;
40 function getBundleName(agent: WantAgent): Promise<string>;
48 function getUid(agent: WantAgent, callback: AsyncCallback<number>): void;
49 function getUid(agent: WantAgent): Promise<number>;
58 function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void;
67 function getWant(agent: WantAgent): Promise<Want>;
74 function cancel(agent: WantAgent, callback: AsyncCallback<void>): void;
75 function cancel(agent: WantAgent): Promise<void>;
84 …function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: Callback<CompleteData>): v…
93 function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback<boolean>): void;
[all …]
D@ohos.backgroundTaskManager.d.ts17 import { WantAgent } from "./@ohos.wantAgent";
99 …function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, ca…
100 …function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): P…
D@ohos.resourceschedule.backgroundTaskManager.d.ts17 import { WantAgent } from "./@ohos.wantAgent";
135 …function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, ca…
159 …function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): P…
D@ohos.systemTimer.d.ts17 import { WantAgent } from './@ohos.wantAgent';
223 wantAgent?: WantAgent;
D@ohos.multimedia.avsession.d.ts17 import { WantAgent } from './@ohos.wantAgent';
263 setLaunchAbility(ability: WantAgent, callback: AsyncCallback<void>): void;
264 setLaunchAbility(ability: WantAgent): Promise<void>;
919 getLaunchAbility(callback: AsyncCallback<WantAgent>): void;
920 getLaunchAbility(): Promise<WantAgent>;
D@ohos.reminderAgent.d.ts210 interface WantAgent { interface
293 wantAgent?: WantAgent;
D@ohos.reminderAgentManager.d.ts238 interface WantAgent { interface
303 wantAgent?: WantAgent;
D@ohos.geolocation.d.ts16 import { WantAgent } from './@ohos.wantAgent';
161 function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
174 function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
D@ohos.geoLocationManager.d.ts16 import { WantAgent } from './@ohos.wantAgent';
190 function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
207 function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
/interface/sdk-js/api/notification/
DnotificationActionButton.d.ts17 import { WantAgent } from '../@ohos.wantAgent';
35 wantAgent: WantAgent;
DnotificationRequest.d.ts18 import { WantAgent } from '../@ohos.wantAgent';
76 wantAgent?: WantAgent;
234 removalWantAgent?: WantAgent;