Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/api/
D@ohos.taskpool.d.ts1346 function execute(func: Function, ...args: Object[]): Promise<Object>; method in taskpool.Task
D@ohos.userIAM.userAuth.d.ts216 execute(type: AuthType, level: SecureLevel, callback: AsyncCallback<number>): void; method
229 execute(type: AuthType, level: SecureLevel): Promise<number>; method
D@ohos.app.ability.insightIntentDriver.d.ts194 function execute(param: ExecuteParam, callback: AsyncCallback<insightIntent.ExecuteResult>): void; function