/interface/sdk_c/multimedia/image_effect/ |
H A D | image_effect_filter.h | 224 * @param info Encapsulate OH_EffectFilterInfo structure instance pointer 231 ImageEffect_ErrorCode OH_EffectFilterInfo_SetFilterName(OH_EffectFilterInfo *info, const char *name); 237 * @param info Encapsulate OH_EffectFilterInfo structure instance pointer 244 ImageEffect_ErrorCode OH_EffectFilterInfo_GetFilterName(OH_EffectFilterInfo *info, char **name); 250 * @param info Encapsulate OH_EffectFilterInfo structure instance pointer 258 ImageEffect_ErrorCode OH_EffectFilterInfo_SetSupportedBufferTypes(OH_EffectFilterInfo *info, uint32_t size, 265 * @param info Encapsulate OH_EffectFilterInfo structure instance pointer 273 ImageEffect_ErrorCode OH_EffectFilterInfo_GetSupportedBufferTypes(OH_EffectFilterInfo *info, uint32_t *size, 280 * @param info Encapsulate OH_EffectFilterInfo structure instance pointer 288 ImageEffect_ErrorCode OH_EffectFilterInfo_SetSupportedFormats(OH_EffectFilterInfo *info, uint32_ [all...] |
H A D | image_effect.h | 391 * @param info Indicates the serialized information that is obtained by converting the information of the filters in 398 ImageEffect_ErrorCode OH_ImageEffect_Save(OH_ImageEffect *imageEffect, char **info); 401 * @brief Create an OH_ImageEffect instance by deserializing the JSON string info 404 * @param info Indicates the serialized information that is obtained by converting the information of the filters in 409 OH_ImageEffect *OH_ImageEffect_Restore(const char *info);
|
/interface/sdk_c/multimedia/image_framework/include/image/ |
H A D | picture_native.h | 77 * picture info controls. 85 * picture info controls. 301 * @brief Obtains the info of auxiliary picture. 304 * @param info The info of auxiliary picture. 307 * {@link IMAGE_BAD_PARAMETER} auxiliaryPicture is nullptr, or info is nullptr. 311 OH_AuxiliaryPictureInfo **info); 314 * @brief Set auxiliary picture info. 317 * @param info The info wil [all...] |
H A D | image_source_native.h | 104 * @param info The OH_ImageSource_Info pointer will be operated. 108 Image_ErrorCode OH_ImageSourceInfo_Create(OH_ImageSource_Info **info); 113 * @param info The OH_ImageSource_Info pointer will be operated. 118 Image_ErrorCode OH_ImageSourceInfo_GetWidth(OH_ImageSource_Info *info, uint32_t *width); 123 * @param info The OH_ImageSource_Info pointer will be operated. 128 Image_ErrorCode OH_ImageSourceInfo_GetHeight(OH_ImageSource_Info *info, uint32_t *height); 133 * @param info The OH_ImageSource_Info pointer will be operated. Pointer connot be null. 139 Image_ErrorCode OH_ImageSourceInfo_GetDynamicRange(OH_ImageSource_Info *info, bool *isHdr); 144 * @param info The OH_ImageSource_Info pointer will be operated. 148 Image_ErrorCode OH_ImageSourceInfo_Release(OH_ImageSource_Info *info); [all...] |
H A D | pixelmap_native.h | 524 * @param info The imageinfo pointer will be operated. 528 Image_ErrorCode OH_PixelmapImageInfo_Create(OH_Pixelmap_ImageInfo **info); 533 * @param info The imageinfo pointer will be operated. 538 Image_ErrorCode OH_PixelmapImageInfo_GetWidth(OH_Pixelmap_ImageInfo *info, uint32_t *width); 543 * @param info The imageinfo pointer will be operated. 548 Image_ErrorCode OH_PixelmapImageInfo_GetHeight(OH_Pixelmap_ImageInfo *info, uint32_t *height); 553 * @param info The imageinfo pointer will be operated. 558 Image_ErrorCode OH_PixelmapImageInfo_GetRowStride(OH_Pixelmap_ImageInfo *info, uint32_t *rowStride); 563 * @param info The imageinfo pointer will be operated. 568 Image_ErrorCode OH_PixelmapImageInfo_GetPixelFormat(OH_Pixelmap_ImageInfo *info, int32_ [all...] |
/interface/sdk_c/inputmethod/include/ |
H A D | inputmethod_text_avoid_info_capi.h | 67 void OH_TextAvoidInfo_Destroy(InputMethod_TextAvoidInfo *info); 71 * @param info Represents a pointer to an {@link InputMethod_TextAvoidInfo} instance which will be set value. 79 InputMethod_ErrorCode OH_TextAvoidInfo_SetPositionY(InputMethod_TextAvoidInfo *info, double positionY); 83 * @param info Represents a pointer to an {@link InputMethod_TextAvoidInfo} instance which will be set value. 91 InputMethod_ErrorCode OH_TextAvoidInfo_SetHeight(InputMethod_TextAvoidInfo *info, double height); 95 * @param info Represents a pointer to an {@link InputMethod_TextAvoidInfo} instance which will be get value from. 103 InputMethod_ErrorCode OH_TextAvoidInfo_GetPositionY(InputMethod_TextAvoidInfo *info, double *positionY); 107 * @param info Represents a pointer to an {@link InputMethod_TextAvoidInfo} instance which will be get value from. 115 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height);
|
/interface/sdk-js/build-tools/collect_application_api/src/ |
H A D | api_collector.js | 51 Logger.info('ProgramFactory', `set default lib location: ${this.libPath}`); 134 Logger.info(this.logTag, `set lib path ${libPath}`); 153 Logger.info(this.logTag, `scan app ${this.project.getPath()}`); 154 Logger.info(this.logTag, `sdk is in ${sdkPath}`); 165 Logger.info('ApiCollector', sf.fileName); 171 Logger.info(this.logTag, `start scanning ${this.project.getPath()}`); 177 Logger.info(this.logTag, `scan ${sourceFile.fileName}`); 184 Logger.info(this.logTag, `end scan ${this.project.getPath()}`); 216 Logger.info(this.logTag, `set lib path ${libPath}`); 229 Logger.info('MultiProjectApiCollecto [all...] |
H A D | api_writer.js | 41 Logger.info('ApiJsonWriter', `report is in ${output}`); 123 Logger.info('ApiExcelWriter', `report is in ${outputFile}`);
|
/interface/sdk_c/BasicServicesKit/commonevent/ |
H A D | oh_commonevent.h | 123 * @param info Indicates the subscribed events. 130 CommonEvent_ErrCode OH_CommonEvent_SetPublisherPermission(CommonEvent_SubscribeInfo* info, const char* permission); 135 * @param info Indicates the subscribed events. 142 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const char* bundleName); 147 * @param info Indicates the subscribe info. 150 void OH_CommonEvent_DestroySubscribeInfo(CommonEvent_SubscribeInfo* info); 155 * @param info Indicates the created subscribe Info. 160 CommonEvent_Subscriber* OH_CommonEvent_CreateSubscriber(const CommonEvent_SubscribeInfo* info,
|
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/ |
H A D | UpdateCheckWizardDialog.java | 210 LOGGER.info(LOG_TAG, "Start save report to disk"); in saveReportToDisk() 213 LOGGER.info(LOG_TAG, "Save report to disk end"); in saveReportToDisk() 219 LOGGER.info(LOG_TAG, "Start run api diff tool"); in runApiDiffTool() 224 LOGGER.info(LOG_TAG, "diff result already exists"); in runApiDiffTool() 235 LOGGER.info(LOG_TAG, "diff order:" + orders); in runApiDiffTool() 246 LOGGER.info(LOG_TAG, "Run api diff tool end"); in runApiDiffTool() 263 LOGGER.info(LOG_TAG, "Start run api collect tool"); in runApiCollectTool() 272 LOGGER.info(LOG_TAG, "application order:" + orders); in runApiCollectTool() 281 LOGGER.info(LOG_TAG, "Run api collect tool end"); in runApiCollectTool() 330 LOGGER.info(LOG_TA in processAndFilterData() [all...] |
H A D | UpdateReportPanel.java | 158 LOGGER.info(LOG_TAG, "Start rendering JTable"); in setTableStyle() 167 LOGGER.info(LOG_TAG, "Rendering JTable end"); in setTableStyle() 295 LOGGER.info(LOG_TAG, "Start loading report window"); in Report() 299 LOGGER.info(LOG_TAG, "Loading report window end"); in Report() 310 LOGGER.info(LOG_TAG, "Report size:" + updateCheckReportDtos.size()); in getReportResult() 342 LOGGER.info(LOG_TAG, "Start reload report window"); in update() 352 LOGGER.info(LOG_TAG, "Reload report window end"); in update()
|
H A D | ShowTypeDialog.java | 65 LOGGER.info(LOG_TAG, "start filter changeType"); in ShowTypeDialog() 100 LOGGER.info(LOG_TAG, "select all or deselect all"); in processSelectionBox() 193 LOGGER.info(LOG_TAG, "filter completed"); in doOKAction()
|
H A D | ReporterToolWindowFactory.java | 43 LOGGER.info(LOG_TAG, "Start loading report window"); in createToolWindowContent()
|
/interface/sdk_c/multimedia/drm_framework/ |
H A D | native_mediakeysession.h | 54 * @param info Event info gotten from media key session. 55 * @param infoLen Event info len. 56 * @param extra Extra info gotten from media key session. 61 typedef Drm_ErrCode (*MediaKeySession_EventCallback)(DRM_EventType eventType, uint8_t *info, 66 * @param keysInfo Key info gotten from media key system. 94 * @param info Event info gotten from media key session. 95 * @param infoLen Event info len. 96 * @param extra Extra info gotte [all...] |
H A D | native_mediakeysystem.h | 55 * @param info Event info gotten from media key system. 56 * @param infoLen Event info len. 57 * @param extra Extra info gotten from media key system. 62 typedef Drm_ErrCode (*MediaKeySystem_Callback)(DRM_EventType eventType, uint8_t *info, 69 * @param info Event info gotten from media key system. 70 * @param infoLen Event info len. 71 * @param extra Extra info gotten from media key system. 77 uint8_t *info, int32_ [all...] |
/interface/sdk_c/multimedia/image_framework/include/ |
H A D | image_pixel_map_mdk.h | 171 * @param info Indicates the options for setting the <b>PixelMap</b> object. 208 int32_t OH_PixelMap_CreatePixelMap(napi_env env, OhosPixelMapCreateOps info, 215 * @param info Indicates the options for setting the <b>PixelMap</b> object. 221 * returns {@link IRNdkErrCode} IMAGE_RESULT_BAD_PARAMETER - if info, len and rowStride do not match. 233 int32_t OH_PixelMap_CreatePixelMapWithStride(napi_env env, OhosPixelMapCreateOps info, 598 * @param info Indicates the pointer to the image information. 623 int32_t OH_PixelMap_GetImageInfo(const NativePixelMap* native, OhosPixelMapInfos *info);
|
H A D | image_pixel_map_napi.h | 127 * @param info Indicates the pointer to the object that stores the information obtained. 134 int32_t OH_GetImageInfo(napi_env env, napi_value value, OhosPixelMapInfo *info);
|
H A D | image_receiver_mdk.h | 93 * @param info Indicates the options for setting the <b>ImageReceiver</b> object. 110 int32_t OH_Image_Receiver_CreateImageReceiver(napi_env env, struct OhosImageReceiverInfo info, napi_value* res);
|
/interface/sdk_c/arkui/ace_engine/native/ |
H A D | native_gesture.h | 521 * @param info Indicates the information about a gesture event target. 526 int32_t OH_ArkUI_GetGestureEventTargetInfo(ArkUI_GestureRecognizer* recognizer, ArkUI_GestureEventTargetInfo** info); 531 * @param info Indicates the information about a gesture event target. 538 int32_t OH_ArkUI_GestureEventTargetInfo_IsScrollBegin(ArkUI_GestureEventTargetInfo* info, bool* ret); 543 * @param info Indicates the information about a gesture event target. 550 int32_t OH_ArkUI_GestureEventTargetInfo_IsScrollEnd(ArkUI_GestureEventTargetInfo* info, bool* ret); 857 * <b>info</b> indicates the gesture interruption data. If <b>interrupter</b> returns 864 ArkUI_NodeHandle node, ArkUI_GestureInterruptResult (*interrupter)(ArkUI_GestureInterruptInfo* info));
|
H A D | native_type.h | 3471 * @param info The CustomSpanMeasureInfo instance to be destroyed. 3474 void OH_ArkUI_CustomSpanMeasureInfo_Dispose(ArkUI_CustomSpanMeasureInfo* info); 3479 * @param info Indicates the pointer to the measurement information of a custom span. 3484 float OH_ArkUI_CustomSpanMeasureInfo_GetFontSize(ArkUI_CustomSpanMeasureInfo* info); 3498 * @param info The CustomSpanMetrics instance to be destroyed. 3541 * @param info The CustomSpanDrawInfo instance to be destroyed. 3544 void OH_ArkUI_CustomSpanDrawInfo_Dispose(ArkUI_CustomSpanDrawInfo* info); 3549 * @param info Indicates the pointer to the drawing information of a custom span. 3554 float OH_ArkUI_CustomSpanDrawInfo_GetXOffset(ArkUI_CustomSpanDrawInfo* info); 3559 * @param info Indicate [all...] |
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/ |
H A D | LoggerImpl.java | 43 public void info(String tag, String message) { in info() method in LoggerImpl 44 logger.info(String.format(MESSAGE_FORMAT, prefix, tag, message)); in info()
|
/interface/sdk_c/backgroundtasks/transient/include/ |
H A D | transient_task_api.h | 53 * @param delaySuspendInfo Indicates the info of delay request. 59 * {@link ERR_TRANSIENT_TASK_CLIENT_INFO_VERIFICATION_FAILED} 9900001 - uid or pid info verify failed. 66 TransientTask_Callback callback, TransientTask_DelaySuspendInfo *info); 78 * {@link ERR_TRANSIENT_TASK_CLIENT_INFO_VERIFICATION_FAILED} 9900001 - uid or pid info verify failed. 95 * {@link ERR_TRANSIENT_TASK_CLIENT_INFO_VERIFICATION_FAILED} 9900001 - uid or pid info verify failed.
|
/interface/sdk_c/multimedia/av_codec/ |
H A D | native_avmuxer.h | 112 * @param info The buffer information related to this sample {@link OH_AVCodecBufferAttr} 115 * {@link AV_ERR_INVALID_VAL}, the muxer or trackIndex or sample or info invalid. 124 OH_AVMemory *sample, OH_AVCodecBufferAttr info);
|
H A D | native_avdemuxer.h | 134 * @param info The OH_AVCodecBufferAttr handle pointer to the buffer storing sample information. 147 OH_AVMemory *sample, OH_AVCodecBufferAttr *info); 187 * @brief Method to set player media key system info callback. 200 * @brief Method to set player media key system info callback. 213 * @brief Obtains media key system info to create media key session. 216 * @param mediaKeySystemInfo Indicates the media key system info which ram space allocated by callee and
|
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/ |
H A D | ToCheck.java | 53 LOGGER.info(TAG, "Check start"); in actionPerformed()
|