/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
D | ace_ability.cpp | 32 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnStart"); in REGISTER_AA() 37 HILOG_DEBUG(HILOG_MODULE_ACE, "ace ability src path = %{public}s", abilitySrcPath); in REGISTER_AA() 38 HILOG_DEBUG(HILOG_MODULE_ACE, "ace ability bundle name = %{public}s", bundleName); in REGISTER_AA() 42 HILOG_ERROR(HILOG_MODULE_ACE, "invalid ability path!"); in REGISTER_AA() 48 HILOG_DEBUG(HILOG_MODULE_ACE, "ace ability js bundle path = %{public}s", jsBundlePath); in REGISTER_AA() 54 HILOG_ERROR(HILOG_MODULE_ACE, "get rootView is nullptr"); in REGISTER_AA() 59 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnStart Done"); in REGISTER_AA() 64 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnInactive"); in OnInactive() 67 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnInactive Done"); in OnInactive() 72 HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility OnActive"); in OnActive() [all …]
|
D | js_ability.cpp | 55 HILOG_DEBUG(HILOG_MODULE_ACE, "available free size: %{public}d", memInfo.freeSize); in DumpNativeMemoryUsage() 72 HILOG_ERROR(HILOG_MODULE_ACE, "Launch only can be triggered once"); in Launch() 78 HILOG_ERROR(HILOG_MODULE_ACE, "invalid app path"); in Launch() 84 HILOG_ERROR(HILOG_MODULE_ACE, "invalid bundle name"); in Launch() 89 HILOG_INFO(HILOG_MODULE_ACE, "LIFECYCLE: JS Ability is launching"); in Launch() 101 HILOG_ERROR(HILOG_MODULE_ACE, "Create JSAbilityRuntime failed"); in Launch() 129 HILOG_ERROR(HILOG_MODULE_ACE, "Must trigger Launch first"); in OnRestoreData() 140 HILOG_ERROR(HILOG_MODULE_ACE, "Must trigger Launch first"); in Show() 144 HILOG_INFO(HILOG_MODULE_ACE, "LIFECYCLE: JS Ability will be shown"); in Show() 157 HILOG_ERROR(HILOG_MODULE_ACE, "Must trigger Launch first"); in Hide() [all …]
|
D | js_app_context.cpp | 65 HILOG_ERROR(HILOG_MODULE_ACE, "invalid snapshot version[%{public}d]", headerP->version); in CheckSnapshotVersion() 75 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to eval js code cause by empty JavaScript script."); in Eval() 86 … HILOG_ERROR(HILOG_MODULE_ACE, "empty js file or length is incorrect, eval user code failed"); in Eval() 161 HILOG_ERROR(HILOG_MODULE_ACE, "JS mode changed unexpected [%{public}d]", isSnapshotMode); in EvaluateFile() 180 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to render app cause by render error."); in Render() 185 HILOG_ERROR(HILOG_MODULE_ACE, "Nothing to render as it is undefined."); in Render() 222 HILOG_ERROR(HILOG_MODULE_ACE, "malloc buffer for current ability path failed"); in SetCurrentAbilityInfo() 241 HILOG_ERROR(HILOG_MODULE_ACE, "malloc buffer for current uuid failed"); in SetCurrentAbilityInfo() 271 HILOG_ERROR(HILOG_MODULE_ACE, "malloc buffer for current js path failed"); in SetCurrentJsPath() 301 HILOG_ERROR(HILOG_MODULE_ACE, "malloc buffer for current uri failed"); in SetCurrentUri() [all …]
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
D | jsi.cpp | 33 … HILOG_ERROR(HILOG_MODULE_ACE, "JSI:GetGlobalObject has not been implemented in this js engine!"); in GetGlobalObject() 43 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:CreateObject has not been implemented in this js engine!"); in CreateObject() 51 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetProperty failed!"); in SetProperty() 61 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetProperty has not been implemented in this js engine!"); in SetProperty() 68 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetNamedProperty failed!"); in SetNamedProperty() 76 … HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetNamedProperty has not been implemented in this js engine!"); in SetNamedProperty() 83 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetNumberProperty failed!"); in SetNumberProperty() 94 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetBooleanProperty failed!"); in SetBooleanProperty() 105 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetStringProperty failed!"); in SetStringProperty() 116 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetStringPropertyWithBufferSize failed!"); in SetStringPropertyWithBufferSize() [all …]
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
D | video_view.cpp | 65 HILOG_DEBUG(HILOG_MODULE_ACE, "native VideoView get surfaceView is nullptr"); in SetSurfaceView() 86 HILOG_ERROR(HILOG_MODULE_ACE, "videoView destroy player failed"); in ~VideoView() 109 HILOG_DEBUG(HILOG_MODULE_ACE, "surfaceView get surface failed"); in Prepare() 117 HILOG_DEBUG(HILOG_MODULE_ACE, "native VideoView prepare"); in Prepare() 131 HILOG_DEBUG(HILOG_MODULE_ACE, "native VideoView play"); in Play() 145 HILOG_DEBUG(HILOG_MODULE_ACE, "native VideoView Pause"); in Pause() 154 HILOG_DEBUG(HILOG_MODULE_ACE, "native VideoView Stop"); in Stop() 165 … HILOG_ERROR(HILOG_MODULE_ACE, "WaitRebuildPlayerFinish mutex lock failed: %{public}d", retCode); in WaitRebuildPlayerFinish() 172 … HILOG_ERROR(HILOG_MODULE_ACE, "WaitRebuildPlayerFinish mutex unlock failed: %{public}d", retCode); in WaitRebuildPlayerFinish() 186 HILOG_ERROR(HILOG_MODULE_ACE, "fork play complete thread failed, %{public}d", retCode); in PrepareRebuildPlayerThread() [all …]
|
D | video_component.cpp | 69 HILOG_ERROR(HILOG_MODULE_ACE, "video panel get panelview is nullptr"); in UpdatePlayImageInfo() 74 HILOG_ERROR(HILOG_MODULE_ACE, "video panel get play image view is nullptr"); in UpdatePlayImageInfo() 80 HILOG_ERROR(HILOG_MODULE_ACE, "video panel get image click listener is nullptr"); in UpdatePlayImageInfo() 101 HILOG_ERROR(HILOG_MODULE_ACE, "call VideoComponent::Start failed"); in Start() 105 HILOG_DEBUG(HILOG_MODULE_ACE, "nativeVideo Start"); in Start() 124 HILOG_ERROR(HILOG_MODULE_ACE, "call VideoComponent::Pause failed"); in Pause() 143 HILOG_ERROR(HILOG_MODULE_ACE, "call VideoComponent::SetCurrentTime failed"); in SetCurrentTime() 160 HILOG_ERROR(HILOG_MODULE_ACE, "call VideoComponent::SetVolume failed"); in SetVolume() 171 HILOG_ERROR(HILOG_MODULE_ACE, "VideoComponent: create VideoView object failed!"); in CreateNativeViews() 180 HILOG_ERROR(HILOG_MODULE_ACE, "create videoSliderListener_ event failed"); in CreateNativeViews() [all …]
|
D | input_edittext_component.cpp | 52 HILOG_ERROR(HILOG_MODULE_ACE, "type is nullptr"); in SetPrivateAttribute() 63 HILOG_ERROR(HILOG_MODULE_ACE, "the edittext type is error value"); in SetPrivateAttribute() 69 HILOG_ERROR(HILOG_MODULE_ACE, "value is nullptr"); in SetPrivateAttribute() 76 HILOG_ERROR(HILOG_MODULE_ACE, "the edittext value is error value"); in SetPrivateAttribute() 82 HILOG_ERROR(HILOG_MODULE_ACE, "placeholder is nullptr"); in SetPrivateAttribute() 89 HILOG_ERROR(HILOG_MODULE_ACE, "the edittext placeholder is error value"); in SetPrivateAttribute() 97 HILOG_ERROR(HILOG_MODULE_ACE, "the edittext maxLenth is error value"); in SetPrivateAttribute() 111 HILOG_ERROR(HILOG_MODULE_ACE, "valueChange listener existed"); in RegisterPrivateEventListener() 116 HILOG_ERROR(HILOG_MODULE_ACE, "create valueChange listener failed"); in RegisterPrivateEventListener() 152 HILOG_ERROR(HILOG_MODULE_ACE, "input component post update check args failed"); in PostUpdate()
|
D | canvas_component.cpp | 258 … HILOG_WARN(HILOG_MODULE_ACE, "canvas_component: delete object native pointer dom_ failed!"); in ReleaseNativeViews() 294 …HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: the number of getContext method parameter error!"… in GetContext() 301 … HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: get canvas component from js object failed!"); in GetContext() 338 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: fillStyle value error!"); in FillStyleSetter() 344 … HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: get canvas component from js object failed!"); in FillStyleSetter() 353 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: fillStyle value error!"); in FillStyleSetter() 384 … HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: get canvas component from js object failed!"); in FillStyleGetter() 406 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: strokeStyle value error!"); in StrokeStyleSetter() 413 … HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: get canvas component from js object failed!"); in StrokeStyleSetter() 422 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: strokeStyle value error"); in StrokeStyleSetter() [all …]
|
D | image_animator_component.cpp | 91 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to mapping native view with DOM element."); in SetViewExtraMsg() 143 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to register stop event listener."); in RegisterPrivateEventListener() 158 HILOG_ERROR(HILOG_MODULE_ACE, "fillmode is nullptr."); in ParseToFillMode() 162 HILOG_ERROR(HILOG_MODULE_ACE, "fillmode is null or empty."); in ParseToFillMode() 171 HILOG_ERROR(HILOG_MODULE_ACE, "fillmode is invalid."); in ParseToFillMode() 180 HILOG_ERROR(HILOG_MODULE_ACE, "fixedsize is not a boolean value."); in ParseToFixedSize() 207 HILOG_ERROR(HILOG_MODULE_ACE, "images is not an array value."); in ParseToFrames() 212 HILOG_ERROR(HILOG_MODULE_ACE, "images is empty."); in ParseToFrames() 219 HILOG_ERROR(HILOG_MODULE_ACE, "fail to set images cause by out of memory."); in ParseToFrames() 223 HILOG_ERROR(HILOG_MODULE_ACE, "fail to initialize images frame memory."); in ParseToFrames() [all …]
|
D | clock_hand_component.cpp | 56 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: create native view failed!"); in CreateNativeViews() 85 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: post render failed!"); in PostRender() 91 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: hand type invalid!"); in PostRender() 126 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: apply private style failed!"); in ApplyPrivateStyle() 132 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: id invalid when apply private style!"); in ApplyPrivateStyle() 150 … HILOG_DEBUG(HILOG_MODULE_ACE, "ClockHandComponent: style invalid when apply private style!"); in ApplyPrivateStyle() 159 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: set private attribute failed!"); in SetPrivateAttribute() 169 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: image path invalid!"); in SetPrivateAttribute() 179 … HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: reinterpret_cast UIImageView failed!"); in SetPrivateAttribute() 218 HILOG_ERROR(HILOG_MODULE_ACE, "ClockHandComponent: options undefined!"); in GetStringAttrByName() [all …]
|
D | tabs_component.cpp | 44 HILOG_ERROR(HILOG_MODULE_ACE, "Children not matched."); in PreRender() 60 HILOG_ERROR(HILOG_MODULE_ACE, "Create tabView failed."); in CreateNativeViews() 108 HILOG_ERROR(HILOG_MODULE_ACE, "ViewGroup does not existed."); in ProcessChildren() 120 HILOG_ERROR(HILOG_MODULE_ACE, "Create viewGroup failed."); in ProcessChildren() 131 HILOG_ERROR(HILOG_MODULE_ACE, "tab-bar's children is error."); in ProcessChildren() 154 HILOG_ERROR(HILOG_MODULE_ACE, "Create ChangeListener error."); in RegisterPrivateEventListener() 167 HILOG_ERROR(HILOG_MODULE_ACE, "tabs's children does not exist."); in MatchChildren() 172 HILOG_ERROR(HILOG_MODULE_ACE, "Only if one tab-bar and one tab-content."); in MatchChildren() 180 HILOG_ERROR(HILOG_MODULE_ACE, "tabs' children does not exist."); in MatchChildren() 187 HILOG_ERROR(HILOG_MODULE_ACE, "tabs children type is error."); in MatchChildren() [all …]
|
D | list_adapter.cpp | 51 HILOG_DEBUG(HILOG_MODULE_ACE, "the viewNativePair linked list is null"); in ~ListAdapter() 76 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: initialize children failed!"); in Initialize() 82 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: descriptors size invalid."); in Initialize() 88 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: listItems_ array failed to allocate memory!"); in Initialize() 105 … HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: get descriptorOrElement from descriptors failed!"); in GenerateListItems() 150 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: Getter argument is not a function."); in AddForDescriptorToList() 158 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: fetch getter array error."); in AddForDescriptorToList() 218 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: Failed to get element."); in GetView() 225 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: Failed to get view from js object."); in GetView() 248 HILOG_ERROR(HILOG_MODULE_ACE, "List adapter: Get item from getterRetList failed."); in GetElement() [all …]
|
D | picker_view_component.cpp | 36 HILOG_ERROR(HILOG_MODULE_ACE, "DatePickerListener: callback type invalid!"); in OnDatePickerStoped() 55 HILOG_ERROR(HILOG_MODULE_ACE, "TextPickerListener: callback type invalid!"); in OnPickerStoped() 69 HILOG_ERROR(HILOG_MODULE_ACE, "TimePickerListener: callback type invalid!"); in OnTimePickerStoped() 133 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: picker view type invalid!"); in CreateNativeViews() 141 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: create native view failed!"); in CreateNativeViews() 155 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: create text picker failed!"); in CreateTextPicker() 161 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: create text picker listener failed!"); in CreateTextPicker() 175 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: create time picker failed"); in CreateTimePicker() 183 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: create time picker listener failed"); in CreateTimePicker() 198 HILOG_ERROR(HILOG_MODULE_ACE, "PickerViewComponent: create date picker failed"); in CreateDatePicker() [all …]
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/ |
D | message_queue_utils.cpp | 52 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:CreateMessageQueue parameters invalid!"); in CreateMessageQueue() 56 HILOG_WARN(HILOG_MODULE_ACE, "call linux createMessageQueue interface here!"); in CreateMessageQueue() 67 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:DeleteMessageQueue parameters invalid!"); in DeleteMessageQueue() 71 HILOG_WARN(HILOG_MODULE_ACE, "call linux deleteMessageQueue interface here!"); in DeleteMessageQueue() 76 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:DeleteMessageQueue failed!"); in DeleteMessageQueue() 86 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:PutMessage parameters invalid!"); in PutMessage() 90 HILOG_WARN(HILOG_MODULE_ACE, "call linux putmsg interface here!"); in PutMessage() 104 …HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:PutMessage failed! msg count[%{public}u]", msgCou… in PutMessage() 115 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:GetMessage parameters invalid!"); in GetMessage() 119 HILOG_WARN(HILOG_MODULE_ACE, "call linux getmsg interface here!"); in GetMessage() [all …]
|
D | js_async_work.cpp | 42 HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork app not launched yet!"); in DispatchToLoop() 47 … HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork invalid msgId[%{public}d]!", msgId); in DispatchToLoop() 52 … HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork fatal error hitted, app will exit"); in DispatchToLoop() 57 HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork app is exiting"); in DispatchToLoop() 81 HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork parameters invalid"); in DispatchAsyncWorkInner() 86 … HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork fatal processing, app will exit"); in DispatchAsyncWorkInner() 106 HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork create async work failed!"); in DispatchAsyncWorkInner() 115 … HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:DispatchAsyncWork failed!, dispatch to loop failed]"); in DispatchAsyncWorkInner() 126 HILOG_ERROR(HILOG_MODULE_ACE, "JsAsyncWork:ExecuteAsyncWork parameters invalid!"); in ExecuteAsyncWork()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
D | js_page_state.cpp | 30 HILOG_INFO(HILOG_MODULE_ACE, "undefined state -> init state"); in Handle() 39 HILOG_ERROR(HILOG_MODULE_ACE, in Handle() 48 HILOG_INFO(HILOG_MODULE_ACE, "init state -> ready state"); in Handle() 56 …HILOG_ERROR(HILOG_MODULE_ACE, "current state(%{public}d) is invalid when changing init state to re… in Handle() 65 HILOG_INFO(HILOG_MODULE_ACE, "current state(%{public}d) -> show state", currState); in Handle() 73 …HILOG_ERROR(HILOG_MODULE_ACE, "current state(%{public}d) is invalid when changing ready state to s… in Handle() 82 HILOG_INFO(HILOG_MODULE_ACE, "current state(%{public}d) -> background state", currState); in Handle() 89 HILOG_ERROR(HILOG_MODULE_ACE, in Handle() 99 HILOG_INFO(HILOG_MODULE_ACE, "current state(%{public}d) -> destroy state", currState); in Handle() 107 …HILOG_ERROR(HILOG_MODULE_ACE, "current state(%{public}d) is invalid when changing show state to de… in Handle()
|
D | js_router.cpp | 31 HILOG_ERROR(HILOG_MODULE_ACE, "replace async failed with null input parameter"); in ReplaceAsync() 43 HILOG_ERROR(HILOG_MODULE_ACE, "router is replacing, can not handle the new request"); in Replace() 48 HILOG_ERROR(HILOG_MODULE_ACE, "malloc state machine memory heap failed."); in Replace() 64 HILOG_ERROR(HILOG_MODULE_ACE, "dispatch replacing request failed"); in Replace() 78 HILOG_ERROR(HILOG_MODULE_ACE, "replace sync failed, new sm should be prepared"); in ReplaceSync() 94 …HILOG_DEBUG(HILOG_MODULE_ACE, "the whole application is in background, move to HIDE state directly… in ReplaceSync() 110 HILOG_ERROR(HILOG_MODULE_ACE, "no SM when performing show"); in Show() 122 HILOG_ERROR(HILOG_MODULE_ACE, "no SM when performing background"); in Hide()
|
D | js_page_state_machine.cpp | 85 HILOG_ERROR(HILOG_MODULE_ACE, "error input state:%{public}d", newState); in SetCurrentState() 118 HILOG_ERROR(HILOG_MODULE_ACE, "malloc path memory heap failed."); in GenerateJsPagePath() 150 HILOG_ERROR(HILOG_MODULE_ACE, "delete $page property failed from global object."); in RegisterUriAndParamsToPage() 162 … HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as this app's root path is invalid."); in Init() 179 HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as object is invalid."); in BindUri() 188 HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as uri is invalid."); in BindUri() 196 HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as uri is invalid."); in BindUri() 203 HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as uri is empty."); in BindUri() 218 … HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as generating js file's path failed."); in BindUri() 227 HILOG_ERROR(HILOG_MODULE_ACE, "statemachine init failed as js file isn't existed."); in BindUri() [all …]
|
/foundation/arkui/ace_engine_lite/frameworks/common/memory/ |
D | mem_proc.cpp | 51 HILOG_ERROR(HILOG_MODULE_ACE, "Back up file error."); in ClearUp() 63 HILOG_ERROR(HILOG_MODULE_ACE, "Back up file error."); in ClearUp() 80 HILOG_ERROR(HILOG_MODULE_ACE, "Get process memory error."); in SysMemTracing() 86 HILOG_ERROR(HILOG_MODULE_ACE, "Get file error."); in SysMemTracing() 93 HILOG_ERROR(HILOG_MODULE_ACE, "Output file error."); in SysMemTracing() 102 HILOG_ERROR(HILOG_MODULE_ACE, "Output file error."); in SysMemTracing() 121 HILOG_ERROR(HILOG_MODULE_ACE, "Get jerry heap stats error."); in JerryMemTracing() 127 HILOG_ERROR(HILOG_MODULE_ACE, "Get file error"); in JerryMemTracing() 137 HILOG_ERROR(HILOG_MODULE_ACE, "Output file error."); in JerryMemTracing() 146 HILOG_ERROR(HILOG_MODULE_ACE, "Output file error."); in JerryMemTracing() [all …]
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
D | dfx_assist.cpp | 36 HILOG_ERROR(HILOG_MODULE_ACE, "[Error value to string failed]"); in DumpErrorCode() 43 HILOG_ERROR(HILOG_MODULE_ACE, "[Error message too long]"); in DumpErrorCode() 50 HILOG_ERROR(HILOG_MODULE_ACE, "malloc memory failed!"); in DumpErrorCode() 57 … HILOG_ERROR(HILOG_MODULE_ACE, " [JS Error]: %{public}s", reinterpret_cast<char *>(errStrBuffer)); in DumpErrorCode() 95 HILOG_ERROR(HILOG_MODULE_ACE, "malloc memory failed!"); in DumpErrorMessage() 99 HILOG_ERROR(HILOG_MODULE_ACE, "[Exception backtrace]:"); in DumpErrorMessage() 108 HILOG_ERROR(HILOG_MODULE_ACE, "%{public}hhu: [Backtrace string too long]", i); in DumpErrorMessage() 112 …HILOG_ERROR(HILOG_MODULE_ACE, "%{public}u: %{public}s", i, reinterpret_cast<char *>(errStrBuffer)); in DumpErrorMessage()
|
D | js_fwk_common.cpp | 99 HILOG_ERROR(HILOG_MODULE_ACE, "js value is not bool."); in JerryGetBoolProperty() 110 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to set function property cause by empty name."); in JerrySetFuncProperty() 115 HILOG_ERROR(HILOG_MODULE_ACE, "Failed to set function property cause by empty handler."); in JerrySetFuncProperty() 149 …HILOG_ERROR(HILOG_MODULE_ACE, "jerry_value_to_string failed, can not continue to generate char buf… in MallocStringOf() 159 HILOG_ERROR(HILOG_MODULE_ACE, "malloc buffer for convert jerry string failed"); in MallocStringOf() 170 …HILOG_ERROR(HILOG_MODULE_ACE, "jerry string to char buffer failed, target size[%{public}d]", size); in MallocStringOf() 190 HILOG_ERROR(HILOG_MODULE_ACE, "js value is not bool."); in BoolOf() 208 HILOG_DEBUG(HILOG_MODULE_ACE, "js number value is out of range."); in IntegerOf() 212 HILOG_DEBUG(HILOG_MODULE_ACE, "js number value is out of range."); in IntegerOf() 226 HILOG_ERROR(HILOG_MODULE_ACE, "cstr is nullptr."); in FloatOf() [all …]
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/ |
D | message_queue_utils.cpp | 30 HILOG_WARN(HILOG_MODULE_ACE, "is not supported!"); in CreateMessageQueue() 37 HILOG_WARN(HILOG_MODULE_ACE, "is not supported!"); in DeleteMessageQueue() 45 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:PutMessage parameters invalid!"); in PutMessage() 51 HILOG_ERROR(HILOG_MODULE_ACE, "MessageQueueUtils:PutMessage copy message body failed!"); in PutMessage() 66 HILOG_WARN(HILOG_MODULE_ACE, "is not supported!"); in GetMessage()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
D | localization_module.cpp | 47 HILOG_ERROR(HILOG_MODULE_ACE, "app is not create."); in Init() 67 HILOG_ERROR(HILOG_MODULE_ACE, "GetValueByKey failed: args number error"); in GetValueByKey() 74 HILOG_ERROR(HILOG_MODULE_ACE, "create json parser failed"); in GetValueByKey() 80 HILOG_ERROR(HILOG_MODULE_ACE, "GetValueByKey failed: parser initialize error"); in GetValueByKey() 89 HILOG_ERROR(HILOG_MODULE_ACE, "cache file failed"); in GetValueByKey() 95 HILOG_ERROR(HILOG_MODULE_ACE, "GetValueByKey failed: parse key to string error"); in GetValueByKey() 100 HILOG_ERROR(HILOG_MODULE_ACE, in GetValueByKey()
|
D | cjson_parser.cpp | 59 HILOG_ERROR(HILOG_MODULE_ACE, "malloc cache ram failed"); in Init() 187 HILOG_ERROR(HILOG_MODULE_ACE, "create node failed"); in AddNode() 247 HILOG_ERROR(HILOG_MODULE_ACE, "malloc localization result failed"); in ToString() 253 HILOG_ERROR(HILOG_MODULE_ACE, "merge string failed"); in ToString() 260 HILOG_INFO(HILOG_MODULE_ACE, "merge string failed"); in ToString() 276 HILOG_ERROR(HILOG_MODULE_ACE, "the length is too long"); in SubStr() 282 HILOG_ERROR(HILOG_MODULE_ACE, "malloc failed"); in SubStr() 287 HILOG_ERROR(HILOG_MODULE_ACE, "copy string failed"); in SubStr() 300 HILOG_ERROR(HILOG_MODULE_ACE, "malloc system language info failed"); in ChangeLanguage() 342 HILOG_ERROR(HILOG_MODULE_ACE, "get localization path failed"); in GetWinFiles() [all …]
|
D | number_format_module.cpp | 59 HILOG_ERROR(HILOG_MODULE_ACE, "get system info failed"); in CreateNumberFormat() 69 HILOG_ERROR(HILOG_MODULE_ACE, "init resource failed"); in CreateNumberFormat() 100 HILOG_ERROR(HILOG_MODULE_ACE, "the args num in number format is error"); in Format() 107 HILOG_ERROR(HILOG_MODULE_ACE, "get the object number formatter failed"); in Format() 118 HILOG_ERROR(HILOG_MODULE_ACE, "format number failed"); in Format() 145 HILOG_ERROR(HILOG_MODULE_ACE, "the style name is invalid"); in SetStyle() 165 HILOG_ERROR(HILOG_MODULE_ACE, "the minimumFractionDigits is invalid"); in SetStyle() 189 HILOG_ERROR(HILOG_MODULE_ACE, "set the useGroup value failed"); in SetUsingGroup() 200 HILOG_ERROR(HILOG_MODULE_ACE, "the maximumFractionDigits is out of range"); in SetMaximumFractionDigits() 205 HILOG_WARN(HILOG_MODULE_ACE, "the maximumFractionDigits is too small"); in SetMaximumFractionDigits() [all …]
|