/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/ |
H A D | ui_content_proxy.cpp | 30 LOGW("GetInspectorTree write interface token failed"); in GetInspectorTree() 34 LOGW("reportStub is nullptr"); in GetInspectorTree() 39 LOGW("GetInspectorTree send request failed"); in GetInspectorTree() 51 LOGW("connect write interface token failed"); in Connect() 58 LOGW("connect failed,create reportStub failed"); in Connect() 63 LOGW("write reportStub failed"); in Connect() 67 LOGW("write processId failed"); in Connect() 71 LOGW("connect send request failed"); in Connect() 83 LOGW("RegisterClickEventCallback write interface token failed"); in RegisterClickEventCallback() 87 LOGW("reportStu in RegisterClickEventCallback() [all...] |
H A D | ui_report_proxy.cpp | 29 LOGW("ReportClickEvent write interface token failed"); in ReportClickEvent() 33 LOGW("ReportClickEvent write data failed"); in ReportClickEvent() 37 LOGW("ReportClickEvent send request failed"); in ReportClickEvent() 47 LOGW("ReportRouterChangeEvent write interface token failed"); in ReportRouterChangeEvent() 51 LOGW("ReportRouterChangeEvent write data failed"); in ReportRouterChangeEvent() 55 LOGW("ReportRouterChangeEvent send request failed"); in ReportRouterChangeEvent() 65 LOGW("ReportComponentChangeEvent write interface token failed"); in ReportComponentChangeEvent() 69 LOGW("ReportComponentChangeEvent write data failed"); in ReportComponentChangeEvent() 73 LOGW("ReportComponentChangeEvent send request failed"); in ReportComponentChangeEvent() 83 LOGW("ReportSearchEven in ReportSearchEvent() [all...] |
H A D | ui_session_manager.cpp | 36 LOGW("report click event failed,process id:%{public}d", pair.first); in ReportClickEvent() 48 LOGW("report search event failed,process id:%{public}d", pair.first); in ReportSearchEvent() 60 LOGW("report switch event failed,process id:%{public}d", pair.first); in ReportRouterChangeEvent() 74 LOGW("report component event failed,process id:%{public}d", pair.first); in ReportComponentChangeEvent() 90 LOGW("report web unfocus event failed,process id:%{public}d", pair.first); in ReportWebUnfocusEvent() 99 LOGW("agent process dead,processId:%{public}d", processId); in SaveReportStub() 214 LOGW("report component event failed,process id:%{public}d", pair.first); in ReportInspectorTreeValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_persistent.cpp | 60 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in Set() 65 LOGW("JSPersistent: Fail to set persistent data, args too few or key type is not a string"); in Set() 72 LOGW("no storage available"); in Set() 81 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in Get() 90 LOGW("no storage available"); in Get() 107 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in Has() 112 LOGW("JSPersistent: Failed to Get persistent data, args too few"); in Has() 117 LOGW("no storage available"); in Has() 127 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in Delete() 136 LOGW("n in Delete() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_component.cpp | 38 LOGW("Invalid direction %{public}d", direction); in SetDirection() 47 LOGW("Invalid flexAlign %{public}d", flexAlign); in SetFlexAlign() 56 LOGW("Invalid ColumnCount %{public}d", count); in SetColumnCount() 65 LOGW("Invalid ColumnExtent %{public}d", extent); in SetColumnExtent() 74 LOGW("Invalid TotalCount %{public}d", totalCount); in SetTotalCount() 83 LOGW("Invalid CachedCount %{public}d", cachedCount); in SetCachedCount() 92 LOGW("Invalid Width %{public}lf", width); in SetWidth() 101 LOGW("Invalid Height %{public}lf", height); in SetHeight()
|
H A D | grid_controller.cpp | 26 LOGW("RenderGrid is null. JumpTo %{public}lf failed.", position); in JumpTo() 36 LOGW("RenderGrid is null. AnimateTo %{public}lf failed.", position); in AnimateTo() 46 LOGW("RenderGrid is null. JumpTo %{public}d failed.", index); in JumpTo() 56 LOGW("RenderGrid is null. AnimateTo %{public}d failed.", index); in AnimateTo() 66 LOGW("RenderGrid is null. ScrollBy failed."); in ScrollBy() 76 LOGW("RenderGrid is null. GetCurrentIndex failed."); in GetCurrentIndex() 86 LOGW("RenderGrid is null. GetCurrentPosition failed."); in GetCurrentPosition()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | register_hdi_device_v1_0.cpp | 35 LOGW("Get HDI device failed."); in HDIDeviceV1_0Creator() 41 LOGW("Get device name failed. ErrorCode=%d", hdiRet); in HDIDeviceV1_0Creator() 47 LOGW("Get vendor name failed. ErrorCode=%d", hdiRet); in HDIDeviceV1_0Creator() 54 LOGW("Get version failed. ErrorCode=%d", hdiRet); in HDIDeviceV1_0Creator() 62 LOGW("Failed to register device, because fail to create device instance."); in HDIDeviceV1_0Creator() 68 LOGW("Failed to register backend, because fail to create backend."); in HDIDeviceV1_0Creator()
|
H A D | register_hdi_device_v2_0.cpp | 36 LOGW("Get HDI device failed."); in HDIDeviceV2_0Creator() 44 LOGW("Get device name failed. An error occurred in HDI, errorcode is %{public}d.", ret); in HDIDeviceV2_0Creator() 47 LOGW("Get device name failed. Errorcode is %{public}s.", ConverterRetToString(nnrtRet).c_str()); in HDIDeviceV2_0Creator() 55 LOGW("Get vendor name failed. An error occurred in HDI, errorcode is %{public}d.", ret); in HDIDeviceV2_0Creator() 58 LOGW("Get vendor name failed. Errorcode is %{public}s.", ConverterRetToString(nnrtRet).c_str()); in HDIDeviceV2_0Creator() 67 LOGW("Get version failed. An error occurred in HDI, errorcode is %{public}d.", ret); in HDIDeviceV2_0Creator() 70 LOGW("Get version failed. Errorcode is %{public}s.", ConverterRetToString(nnrtRet).c_str()); in HDIDeviceV2_0Creator() 79 LOGW("Failed to create device, because fail to create device instance."); in HDIDeviceV2_0Creator() 85 LOGW("Failed to register backend, because fail to create backend."); in HDIDeviceV2_0Creator()
|
H A D | neural_network_runtime_compat.cpp | 107 LOGW("OH_NNExecutor_AllocateInputMemory has no effect, passed length equals 0."); in OH_NNExecutor_AllocateInputMemory() 129 LOGW("OH_NNExecutor_AllocateOutputMemory has no effect, passed length equals 0."); in OH_NNExecutor_AllocateOutputMemory() 151 LOGW("OH_NNExecutor_DestroyInputMemory has no effect, passed nullptr to memory."); in OH_NNExecutor_DestroyInputMemory() 155 LOGW("OH_NNExecutor_DestroyInputMemory has no effect, passed nullptr to *memory."); in OH_NNExecutor_DestroyInputMemory() 176 LOGW("OH_NNExecutor_DestroyOutputMemory has no effect, passed nullptr to memory."); in OH_NNExecutor_DestroyOutputMemory() 180 LOGW("OH_NNExecutor_DestroyOutputMemory has no effect, passed nullptr to *memory."); in OH_NNExecutor_DestroyOutputMemory()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/ |
H A D | cj_persistent_storage_ffi.cpp | 47 LOGW("no storage available"); in SetValueToStorage() 58 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentGetString() 73 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentSetString() 88 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentGetInt64() 103 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentSetInt64() 119 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentGetFloat64() 134 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentSetFloat64() 150 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentGetBool() 165 LOGW("[Engine Log] Unable to use the PersistentStorage in the Previewer. Perform this operation on the " in FfiOHOSAceFrameworkPersistentSetBool() 180 LOGW("[Engin in FfiOHOSAceFrameworkPersistentDelete() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_component.cpp | 35 LOGW("Invalid RowGap, use 0.0px"); in SetColumnsGap() 45 LOGW("Invalid RowGap, use 0.0px"); in SetRowsGap() 55 LOGW("Invalid direction %{public}d", direction); in SetLayoutDirection() 94 LOGW("Invalid minWidth, use 0.0px"); in SetMinWidth() 104 LOGW("Invalid minHeight, use 0.0px"); in SetMinHeight() 114 LOGW("Invalid maxWidth, use 0.0px"); in SetMaxWidth() 124 LOGW("Invalid maxHeight, use 0.0px"); in SetMaxHeight()
|
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | grid_layout_component.cpp | 52 LOGW("Invalid direction %{public}d", direction); in SetDirection() 61 LOGW("Invalid flexAlign %{public}d", flexAlign); in SetFlexAlign() 70 LOGW("Invalid ColumnCount %{public}d", count); in SetColumnCount() 79 LOGW("Invalid RowCount %{public}d", count); in SetRowCount() 88 LOGW("Invalid Width %{public}lf", width); in SetWidth() 97 LOGW("Invalid Height %{public}lf", height); in SetHeight() 116 LOGW("Invalid RowGap, use 0px"); in SetColumnGap() 126 LOGW("Invalid RowGap, use 0px"); in SetRowGap()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_tabcontent_bridge.cpp | 37 LOGW("TabContent does not support width and height settings"); in SetTabContentWidth() 44 LOGW("TabContent does not support width and height settings"); in SetTabContentHeight() 51 LOGW("TabContent does not support width and height settings"); in SetTabContentSize() 57 LOGW("TabContent does not support width and height settings"); in ResetTabContentWidth() 64 LOGW("TabContent does not support width and height settings"); in ResetTabContentHeight() 71 LOGW("TabContent does not support width and height settings"); in ResetTabContentSize()
|
/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | standard_function_codec.cpp | 25 LOGW("Too many args for a function call"); in EncodeFunctionCall() 40 LOGW("Decode funcName failed"); in DecodeFunctionCall() 46 LOGW("Decode args failed"); in DecodeFunctionCall() 59 LOGW("Decode platform message failed"); in DecodePlatformMessage()
|
H A D | byte_buffer_operator.cpp | 24 LOGW("Could not read map size or map size is invalid"); in ReadData() 34 LOGW("Failed to read key or value"); in ReadData() 46 LOGW("Could not read map size or map size is invalid"); in ReadData() 55 LOGW("Failed to read string value"); in ReadData()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.cpp | 150 LOGW("invalid calcMode"); in CreateDiscreteAnimate() 159 LOGW("discreteAnimate, create discrete animate failed"); in CreateDiscreteAnimate() 164 LOGW("discreteAnimate with value, create discrete animate failed"); in CreateDiscreteAnimate() 184 LOGW("the start value and end value are the same as the original value"); in DiscreteAnimate() 198 LOGW("create discrete calcMode animate failed, values is null"); in DiscreteAnimate() 225 LOGW("create discrete calcMode animate failed, values is null"); in DiscreteWithValues() 251 LOGW("create discrete calcMode animate failed, values or keyTimes invalid"); in DiscreteWithKeyTimes() 273 LOGW("invalid calcMode"); in CreateLinearAnimate() 280 LOGW("create linear animate failed"); in CreateLinearAnimate() 288 LOGW("creat in CreateLinearAnimate() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_use.cpp | 26 LOGW("component is null"); in Update() 37 LOGW("used href is empty"); in Update() 42 LOGW("ref RenderComponent is null, href:%{public}s", href.c_str()); in Update() 47 LOGW("create svg use child fail, href:%{public}s", href.c_str()); in Update()
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
H A D | ui_service_proxy.cpp | 38 LOGW("%{public}s dataParcel.WriteInterfaceToken(GetDescriptor()) return false", in OnPushCallBack() 62 LOGW("%{public}s SendRequest error, result=%{public}d", __func__, result); in OnPushCallBack() 79 LOGW("%{public}s dataParcel.WriteInterfaceToken(GetDescriptor()) return false", in OnRequestCallBack() 97 LOGW("%{public}s SendRequest error, result=%{public}d", __func__, result); in OnRequestCallBack() 115 LOGW("%{public}s dataParcel.WriteInterfaceToken(GetDescriptor()) return false", in OnReturnRequest() 136 LOGW("%{public}s SendRequest error, result=%{public}d", __func__, result); in OnReturnRequest()
|
H A D | ui_service_mgr_client.cpp | 47 LOGW("%{private}s:fail to connect UIMgrService", __func__); in RegisterCallBack() 60 LOGW("%{private}s:fail to connect UIMgrService", __func__); in UnregisterCallBack() 74 LOGW("%{private}s:fail to connect UIMgrService", __func__); in Push() 87 LOGW("%{private}s:fail to connect UIMgrService", __func__); in Request() 101 LOGW("%{private}s:fail to connect UIMgrService", __func__); in ReturnRequest() 145 LOGW("%{private}s:fail to get Registry", __func__); in Connect() 150 LOGW("%{private}s:fail to connect UIMgrService", __func__); in Connect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_image.cpp | 33 LOGW("Svg image href is empty"); in OnDraw() 42 LOGW("Svg image size is illegal"); in OnDraw() 56 LOGW("Unknown svg href src type"); in OnDraw() 72 LOGW("Svg image format is not supported"); in LoadLocalImage() 89 LOGW("invalid pipeline context"); in LoadLocalImage() 94 LOGW("No asset manager!"); in LoadLocalImage() 100 LOGW("No asset data!"); in LoadLocalImage() 108 LOGW("Load local svg image failed!"); in LoadLocalImage() 122 LOGW("Load base64 svg image failed!"); in LoadBase64Image()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 159 LOGW("unknown codecType %d", type); in HdiCodecTypeToInnerCodecType() 173 LOGW("unknown AvCodecRole %d", role); in HdiRoleToOmxCodingType() 185 LOGW("unknown AvCodecRole %d", role); in HdiRoleToMime() 197 LOGW("unknown GraphicPixelFormat %d", format); in GraphicFmtToFmt() 209 LOGW("unknown VideoPixelFormat %d", format); in InnerFmtToFmt() 221 LOGW("unknown VideoPixelFormat %d", format); in InnerFmtToDisplayFmt() 233 LOGW("unknown GraphicPixelFormat %d", format); in DisplayFmtToInnerFmt() 247 LOGW("unknown VideoRotation %u", rotate); in InnerRotateToDisplayRotate() 261 LOGW("unknown OMX_VIDEO_AVCPROFILETYPE %d", profile); in OmxAvcProfileToInnerProfile() 273 LOGW("unknow in OmxAvcLevelToInnerLevel() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | stepper_model_impl.cpp | 57 LOGW("Failed to get '%{public}s' in view stack", AceType::TypeName<StepperComponent>()); in SetOnFinish() 67 LOGW("Failed to get '%{public}s' in view stack", AceType::TypeName<StepperComponent>()); in SetOnSkip() 77 LOGW("Failed to get '%{public}s' in view stack", AceType::TypeName<StepperComponent>()); in SetOnChange() 87 LOGW("Failed to get '%{public}s' in view stack", AceType::TypeName<StepperComponent>()); in SetOnNext() 97 LOGW("Failed to get '%{public}s' in view stack", AceType::TypeName<StepperComponent>()); in SetOnPrevious()
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_saver.cpp | 36 #define LOGW(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__) macro 43 LOGW("get stat '%{public}s' failed: %{public}s", saveDirectory, strerror(errno)); in FrameSaver() 50 LOGW("create directory '%{public}s' failed: %{public}s", saveDirectory, strerror(errno)); in FrameSaver()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 104 LOGW("[RelationalSchema][opinion] Table was missing in remote schema"); in MakeOpinionEachTable() 120 LOGW("[RelationalSchema][opinion] Local table is incompatible with remote table mutually."); in MakeOpinionEachTable() 132 LOGW("[RelationalSchema][opinion] Remote schema type %" PRIu8 " is unrecognized.", remoteSchemaType); in MakeLocalSyncOpinion() 137 LOGW("[RelationalSchema][opinion] Not support sync with schema type: local-type=[%s] remote-type=[%s]", in MakeLocalSyncOpinion() 143 LOGW("[RelationalSchema][opinion] Local schema is not valid"); in MakeLocalSyncOpinion() 150 LOGW("[RelationalSchema][opinion] Parse remote schema failed %d, remote schema type %s", errCode, in MakeLocalSyncOpinion() 156 LOGW("[RelationalSchema][opinion] Schema version mismatch, local %s, remote %s", in MakeLocalSyncOpinion() 163 LOGW("[RelationalSchema][opinion] Schema table mode mismatch, local %d, remote %d", in MakeLocalSyncOpinion() 177 LOGW("[RelationalSchema][Strategy] Table opinion is not found from remote."); in ConcludeSyncStrategy()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_chart_bridge.cpp | 38 LOGW("key is null. Ignoring!"); in GetAttrOptionsAxis() 44 LOGW("item value is null. Ignoring!"); in GetAttrOptionsAxis() 81 LOGW("key is null. Ignoring!"); in GetAttrOptionsSeriesPoint() 87 LOGW("item value is null. Ignoring!"); in GetAttrOptionsSeriesPoint() 134 LOGW("key is null. Ignoring!"); in GetChartAttrOptionsSeriesLineStyle() 140 LOGW("item value is null. Ignoring!"); in GetChartAttrOptionsSeriesLineStyle() 178 LOGW("key is null. Ignoring!"); in GetChartAttrOptionsSeriesLoop() 184 LOGW("val is null. Ignoring!"); in GetChartAttrOptionsSeriesLoop() 219 LOGW("key is null. Ignoring!"); in GetChartAttrOptionsSeries() 225 LOGW("va in GetChartAttrOptionsSeries() [all...] |