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.ts1282 function execute(func: Function, ...args: Object[]): Promise<Object>; method in taskpool.Task
D@ohos.app.ability.insightIntentDriver.d.ts182 function execute(param: ExecuteParam, callback: AsyncCallback<insightIntent.ExecuteResult>): void; function
D@ohos.userIAM.userAuth.d.ts199 execute(type: AuthType, level: SecureLevel, callback: AsyncCallback<number>): void; method
212 execute(type: AuthType, level: SecureLevel): Promise<number>; method