Searched defs:print (Results 1 – 4 of 4) sorted by relevance
1118 print(msg: string, callback: AsyncCallback<void>): void; method1151 print(msg: string): Promise<void>; method
22 import type print from './@ohos.print'; alias
29 import type print from './@ohos.print'; alias
32 declare namespace print { namespace198 function print(files: Array<string>, callback: AsyncCallback<PrintTask>): void; function