/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
H A D | parse_include.py | 61 def processing_no_child(cursor, data): # 处理没有子节点的节点 65 data["integer_value"] = token.spelling # 获取整型变量值 76 def judgment_extern(cursor, data): # 判断是否带有extern 89 data["is_const"] = True 91 data["is_const"] = False 95 data["is_extern"] = is_extern 98 def binary_operator(cursor, data): # 二元操作符处理 99 data["name"] = "" 104 data["operator"] = token.spelling 107 def distinction_member(cursor, data) [all...] |
H A D | generating_tables.py | 182 for data in information_data: 183 write_data = data[0], data[1], data[2], data[3], data[4], \ 184 data[5], data[6], data[7], data[ [all...] |
H A D | parser.py | 304 data = parse_include.get_include_file(correct_include_path, link_include_path, dire_file_path) 306 for item in data: 311 return data 317 data = parse_include.get_include_file(include_path, link_include_path, dire_file_path) 319 for item in data: 324 return data
|
/interface/sdk-js/build-tools/api_diff/src/ |
H A D | format_data.js | 70 res.on('data', function (d) { 145 const data = allMergeData[i]; 147 if (!indexListSet.has(j) && data.newDtsName === newVersionData[j].oldDtsName && 148 compareApiText(data.newApi, newVersionData[j].oldApi,) && data.newApi !== data.oldApi) { 156 newVersionData.forEach((data, index) => { 158 data.version = currentVersion; 159 allMergeData.push(data); 199 dataInChangelogs.forEach(data [all...] |
H A D | index.js | 135 for (const data of values) { 136 data.forEach(diffApi => { 142 diffSet.forEach(data => { 143 diffs.push(JSON.parse(data));
|
/interface/sdk_c/third_party/node/src/ |
H A D | node_api_types.h | 26 void* data); 29 void* data); 34 void* data); 47 void* data);
|
H A D | node_api.h | 144 void** data, 148 void* data, 154 const void* data, 162 void** data, 172 void* data, 246 void* data,
|
H A D | js_native_api.h | 100 void* data, 273 void** data); // [out] Receives the data pointer for the callback. 283 void* data, 288 // Methods to work with external data objects 302 void* data, 388 void** data, 399 void** data, 414 void** data, 429 void** data, [all...] |
/interface/sdk_c/graphic/graphic_2d/native_vsync/ |
H A D | native_vsync.h | 48 typedef void (*OH_NativeVSync_FrameCallback)(long long timestamp, void *data);
80 * @param data Indicates data which will be used in callback.
87 int OH_NativeVSync_RequestFrame(OH_NativeVSync* nativeVsync, OH_NativeVSync_FrameCallback callback, void* data);
96 * @param data Indicates data which will be used in callback.
104 OH_NativeVSync* nativeVsync, OH_NativeVSync_FrameCallback callback, void* data);
|
/interface/sdk_c/distributeddatamgr/udmf/include/ |
H A D | udmf.h | 21 * for data across applications, devices, and platforms, providing a unified OpenHarmony 22 * data language and standardized data access and reading paths. 30 * @brief Provides unified data management framework related functions and enumerations. 94 * @brief Describes the unified data type. 101 * @brief Describes the record type in the unified data. 108 * @brief Defines the data provider. 115 * @brief Describes some property parameters of unified data. 141 * @brief Add one {OH_UdmfRecord} record to the {@link OH_UdmfData} data. 154 * @brief Check whether the type exists in the {@link OH_UdmfData} data [all...] |
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/ |
H A D | diff_file.py | 54 def change_to_json(data): 55 data_of_json = json.dumps(data, ensure_ascii=False, indent=4) 146 data = [] 153 data.append(info_data) 159 for element in data: 186 data = [] 197 data.append(info_data) 199 return data 203 data = disposal_result_data(result_info_list) 208 for title in data [all...] |
/interface/sdk-js/build-tools/api_label_detection/src/utils/ |
H A D | util.py | 66 data = [] 70 data.append(info_data) 74 for title in data:
|
/interface/sdk_c/third_party/mindspore/kits/ |
H A D | tensor.h | 60 * @param type The data type of the tensor.
63 * @param data The data pointer that points to allocated memory.
69 size_t shape_num, const void *data, size_t data_len);
103 * @brief Set the data type for the tensor.
105 * @param type The data type of the tensor.
111 * @brief Obtain the data type of the tensor.
153 * @brief Obtain the data for the tensor.
155 * @param data A pointer to the data o [all...] |
/interface/sdk_c/arkui/napi/ |
H A D | native_api.h | 108 NAPI_EXTERN napi_status napi_get_instance_data(napi_env env, void** data); 110 void* data, 192 * @param data: Optional data to be passed to the constructor callback as the data property of the callback info. 194 * @param properties: Array of property descriptors describing static and instance data properties, accessors, and 205 void* data, 309 * @param data: Pointer to the underlying byte buffer of the sendable arraybuffer. 315 void** data, napi_value* result); 365 * @param transfer_list List of data t [all...] |
/interface/sdk_c/ark_runtime/jsvm/ |
H A D | jsvm.h | 239 * @param cachedData: Optional code cache data for the script. 262 * @param cachedData: Optional code cache data for the script. 286 * @param data: The data of the code cache. 287 * @param length: The length of the code cache data. 294 const uint8_t** data, 315 * @brief This API associates data with the currently running JSVM environment. data can later be retrieved 319 * @param data: The data ite [all...] |
/interface/sdk_c/graphic/graphic_2d/native_display_soloist/ |
H A D | native_display_soloist.h | 60 * @param data Indicates the pointer to user data. 64 typedef void (*OH_DisplaySoloist_FrameCallback)(long long timestamp, long long targetTimestamp, void* data); 108 * @param data Indicates data whick will be used in callback. 115 OH_DisplaySoloist* displaySoloist, OH_DisplaySoloist_FrameCallback callback, void* data);
|
/interface/sdk_c/resourceschedule/ffrt/c/ |
H A D | loop.h | 100 * @param data Indicates user data used in cb. 107 FFRT_C_API int ffrt_loop_epoll_ctl(ffrt_loop_t loop, int op, int fd, uint32_t events, void *data, ffrt_poller_cb cb); 114 * @param data Indicates user data used in cb. 122 ffrt_loop_t loop, uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat);
|
H A D | type_def.h | 138 * @brief dependency data structure. 155 /** Dependent data. */ 216 typedef void (*ffrt_poller_cb)(void* data, uint32_t event); 223 typedef void (*ffrt_timer_cb)(void* data);
|
/interface/sdk_c/IPCKit/ |
H A D | ipc_cremote_object.h | 23 * @brief Provides C interfaces for creating and destroying a remote object, transferring data, 33 * @brief Defines C interfaces for creating and destroying a remote object, transferring data, 68 * @brief Called to process the remote data request at the stub. 72 * @param data Pointer to the request data object. It cannot be NULL or released in the function. 73 * @param reply Pointer to the response data object. It cannot be NULL or released in the function. 74 * If this function returns an error, data cannot be written to this parameter. 75 * @param userData Pointer to the user data. It can be NULL. 81 typedef int (*OH_OnRemoteRequestCallback)(uint32_t code, const OHIPCParcel *data, 88 * @param userData Pointer to the user data [all...] |
/interface/sdk_c/drivers/external_device_manager/usb/ |
H A D | usb_ddk_api.h | 23 * data transfer over USB pipes, and implement control transfer and interrupt transfer, etc. 180 * @param setup Request data, which corresponds to <b>Setup Data</b> in the USB protocol. 182 * @param data Data to be transferred. 183 * @param dataLen Data length. The return value indicates the length of the actually read data. 187 * {@link USB_DDK_INVALID_PARAMETER} setup is null or data is null or dataLen is null or dataLen is less than\n 188 * size of the read data. 189 * {@link USB_DDK_MEMORY_ERROR} the memory of read data copies failed. 194 uint32_t timeout, uint8_t *data, uint32_t *dataLen); 201 * @param setup Request data, which corresponds to <b>Setup Data</b> in the USB protocol. 203 * @param data Dat [all...] |
/interface/sdk_c/arkui/ace_engine/native/ |
H A D | drag_and_drop.h | 50 * @brief Defines an enum for drag results, which are set by the data receiver and transferred by the system to the 51 * drag source so that the drag source is aware of the data processing result of the receiver. 65 * @brief Defines an enum for data processing modes used when data is dropped, which affects the display of the badge. 212 * @brief Sets the data processing mode. 215 * @param dropOperation Indicates the data processing mode. 236 * @brief Set drag data for a drag event. 239 * @param data Indicates the drag data. 245 int32_t OH_ArkUI_DragEvent_SetData(ArkUI_DragEvent* event, OH_UdmfData* data); [all...] |
/interface/sdk_c/build-tools/capi_parser/src/bin/ |
H A D | write_md.py | 88 def change_to_md_data(data): 92 headers = list(data[0].keys()) 95 for element in data:
|
/interface/sdk_c/multimedia/av_codec/ |
H A D | native_avcodec_base.h | 59 * @param userData User specific data 72 * @param userData User specific data 78 * @brief When OH_AVCodec needs new input data during the running process, 79 * the function pointer will be called and carry an available Buffer to fill in the new input data. 84 * @param data New available input buffer. 85 * @param userData User specific data 90 typedef void (*OH_AVCodecOnNeedInputData)(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData); 93 * @brief When new output data is generated during the operation of OH_AVCodec, the function pointer will be 94 * called and carry a Buffer containing the new output data. It should be noted that the life cycle of the 101 * @param data Buffe [all...] |
/interface/sdk_c/multimedia/image_framework/include/ |
H A D | image_source_mdk.h | 387 * @brief Defines the update data of the image source. It is obtained by calling {@link OH_ImageSource_UpdateData}. 394 /** Image source update data buffer.*/ 396 /** Image source update data buffer size.*/ 398 /** Image source offset of update data buffer.*/ 400 /** Image source update data length in update data buffer.*/ 402 /** Image source update data is completed in this session.*/ 419 * returns {@link IRNdkErrCode} IMAGE_RESULT_SOURCE_DATA_INCOMPLETE - if image source data incomplete. 420 * returns {@link IRNdkErrCode} IMAGE_RESULT_SOURCE_DATA - if image source data error. 421 * returns {@link IRNdkErrCode} IMAGE_RESULT_GET_DATA_ABNORMAL - if image get data erro [all...] |
/interface/sdk-js/build-tools/compare_sdk_files/src/coreImpl/ |
H A D | compare_sdk_file.py | 37 data = [] 44 data.append(info_data) 49 for title in data:
|