| /interface/sdk-js/api/ |
| D | @ohos.effectKit.d.ts | 191 function createEffect(source: image.PixelMap): Filter; 201 function createColorPicker(source: image.PixelMap): Promise<ColorPicker>; 213 function createColorPicker(source: image.PixelMap, region: Array<number>): Promise<ColorPicker>; 223 function createColorPicker(source: image.PixelMap, callback: AsyncCallback<ColorPicker>): void; 235 …function createColorPicker(source: image.PixelMap, region: Array<number>, callback: AsyncCallback<…
|
| D | @ohos.wallpaper.d.ts | 399 source: string | image.PixelMap, 415 …function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void… 431 …function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCa… 447 function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>; 519 …function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback<void>): vo… 535 function setVideo(source: string, wallpaperType: WallpaperType): Promise<void>; 551 …function setCustomWallpaper(source: string, wallpaperType: WallpaperType, callback: AsyncCallback<… 567 function setCustomWallpaper(source: string, wallpaperType: WallpaperType): Promise<void>;
|
| D | @ohos.pluginComponent.d.ts | 39 source: string; property 374 type OnPushEventCallback = (source: Want, template: PluginComponentTemplate, data: KVObject, 384 type OnRequestEventCallback = (source: Want, name: string, data: KVObject) => RequestEventResult;
|
| D | @ohos.multimedia.image.d.ts | 4400 packing(source: ImageSource, option: PackingOption, callback: AsyncCallback<ArrayBuffer>): void; 4432 packing(source: ImageSource, option: PackingOption): Promise<ArrayBuffer>; 4464 packing(source: PixelMap, option: PackingOption, callback: AsyncCallback<ArrayBuffer>): void; 4496 packing(source: PixelMap, option: PackingOption): Promise<ArrayBuffer>; 4509 …packToFile(source: ImageSource, fd: number, options: PackingOption, callback: AsyncCallback<void>)… 4522 packToFile(source: ImageSource, fd: number, options: PackingOption): Promise<void>; 4535 …packToFile(source: PixelMap, fd: number, options: PackingOption, callback: AsyncCallback<void>): v… 4548 packToFile(source: PixelMap, fd: number, options: PackingOption): Promise<void>;
|
| D | @ohos.data.distributedDataObject.d.ts | 98 function createDistributedObject(source: object): DistributedObject; 110 function create(context: Context, source: object): DataObject;
|
| /interface/sdk_c/multimedia/av_codec/ |
| D | native_avsource.h | 58 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source); 67 OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source); 77 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex);
|
| D | native_avdemuxer.h | 39 OH_AVDemuxer *OH_AVDemuxer_CreateWithSource(OH_AVSource *source);
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | outputProcessor.ts | 48 source: string; 50 constructor(source: string) { 51 this.source = source; 61 const sourceParser = context.getSourceParser(this.source); 63 return sourceFile ? sourceParser.printSourceFile(sourceFile) : this.source;
|
| D | typedef.ts | 358 source: string; property 402 source: string; property 453 source: string; property 493 source: Source[]; property 582 source: Source[]; property 851 source: Array<comment.CommentSource>, property
|
| D | coreImpls.ts | 412 source: tagObject.source[0].source, 413 lineNumber: tagObject.source[0].number, 414 tokenSource: tagObject.source, 563 if (parsedComment.source.length === 1) { 566 for (let source of parsedComment.source) { 568 if (source.tokens.tag !== '') { 572 if (source.tokens.description === '') { 576 if (source.tokens.delimiter === this.commentBlockDelimiter) { 577 source.tokens.delimiter = '*'; 578 source.tokens.postDelimiter = ' '; [all …]
|
| /interface/sdk_c/multimedia/image_framework/include/ |
| D | image_packer_mdk.h | 136 int32_t OH_ImagePacker_PackToData(ImagePacker_Native* native, napi_value source, 157 int32_t OH_ImagePacker_PackToFile(ImagePacker_Native* native, napi_value source,
|
| D | image_pixel_map_mdk.h | 224 int32_t OH_PixelMap_CreateAlphaPixelMap(napi_env env, napi_value source, napi_value* alpha); 237 NativePixelMap* OH_PixelMap_InitNativePixelMap(napi_env env, napi_value source);
|
| D | image_mdk.h | 133 ImageNative* OH_Image_InitImageNative(napi_env env, napi_value source);
|
| D | image_receiver_mdk.h | 122 ImageReceiverNative* OH_Image_Receiver_InitImageReceiverNative(napi_env env, napi_value source);
|
| /interface/sdk-js/build-tools/api_check_plugin/autoTest/ut/ |
| D | param007.d.ts | 28 function createDistributedObject(source: { [key: string]: Object }): void;
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | plugin_component.d.ts | 33 source: string; property
|
| /interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/ |
| D | JsDocProcessor.ts | 108 source: tag.source[0].source, 109 lineNumber: tag.source[0].number, 110 tokenSource: tag.source,
|
| /interface/sdk_c/third_party/zlib/ |
| D | LICENSE | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution.
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/netinet/ |
| D | udp.h | 12 #define uh_sport source
|
| /interface/sdk_c/third_party/musl/ |
| D | README.OpenSource | 8 …"Upstream URL" : "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/source/Packages/musl…
|
| /interface/sdk_c/third_party/mindspore/ |
| D | README.OpenSource | 9 …"Description": "MindSpore is a new open source deep learning training/inference framework that cou…
|
| /interface/sdk_c/third_party/node/ |
| D | README.OpenSource | 9 …"Description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It exec…
|
| /interface/sdk-js/build-tools/dts_parser/ |
| D | tsconfig.json | 9 …// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of… 18 …rue, /* Emit design-type metadata for decorated declarations in source files. */ 28 …ir": "./", /* Specify the root folder within your source files. */ 34 … /* Specify type package names to be included without being referenced in a source file. */ 48 …// "sourceMap": true, /* Create source map files for emitted JavaSc… 56 … /* Specify the root path for debuggers to find the reference source code. */ 59 …// "inlineSources": true, /* Include source code in the sourcemaps insi…
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/ |
| D | tsconfig.json | 9 …// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of… 18 …rue, /* Emit design-type metadata for decorated declarations in source files. */ 28 …ir": "./", /* Specify the root folder within your source files. */ 34 … /* Specify type package names to be included without being referenced in a source file. */ 48 …// "sourceMap": true, /* Create source map files for emitted JavaSc… 56 … /* Specify the root path for debuggers to find the reference source code. */ 59 …// "inlineSources": true, /* Include source code in the sourcemaps insi…
|
| /interface/sdk-js/build-tools/dts_parser/src/typedef/parser/ |
| D | Comment.ts | 302 source: string; property 324 source: string; property
|