/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessibility_element_operator_proxy.cpp | 30 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 42 HILOG_ERROR("fail to send transact cmd %{public}d due to remote object", code); in SendTransactCmd() 47 HILOG_ERROR("receive error transact code %{public}d in transact cmd %{public}d", result, code); in SendTransactCmd() 63 HILOG_ERROR("connection write token failed"); in SearchElementInfoByAccessibilityId() 68 HILOG_ERROR("connection write parcelable element id failed"); in SearchElementInfoByAccessibilityId() 73 HILOG_ERROR("connection write parcelable request id failed"); in SearchElementInfoByAccessibilityId() 78 HILOG_ERROR("callback is nullptr"); in SearchElementInfoByAccessibilityId() 82 HILOG_ERROR("connection write parcelable callback failed"); in SearchElementInfoByAccessibilityId() 87 HILOG_ERROR("connection write parcelable mode failed"); in SearchElementInfoByAccessibilityId() 92 HILOG_ERROR("connectio in SearchElementInfoByAccessibilityId() [all...] |
H A D | accessible_ability_manager_service_proxy.cpp | 44 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 57 HILOG_ERROR("fail to send transact cmd %{public}d due to remote object", code); in SendTransactCmd() 63 HILOG_ERROR("receive error transact code %{public}d in transact cmd %{public}d", resultServiceProxy, code); in SendTransactCmd() 78 HILOG_ERROR("fail, connection write Token"); in SendEvent() 83 HILOG_ERROR("fail, connection write parcelable AccessibilityEventInfo error"); in SendEvent() 88 HILOG_ERROR("SendEvent fail"); in SendEvent() 103 HILOG_ERROR("fail, connection write Token"); in SetCaptionProperty() 108 HILOG_ERROR("fail, connection write parcelable Caption Property "); in SetCaptionProperty() 113 HILOG_ERROR("SetCaptionProperty fail"); in SetCaptionProperty() 127 HILOG_ERROR("SetCaptionStat in SetCaptionState() [all...] |
H A D | accessible_ability_manager_config_observer_proxy.cpp | 33 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 49 HILOG_ERROR("fail, connection write Token"); in OnConfigStateChanged() 54 HILOG_ERROR("fail, connection write stateType error"); in OnConfigStateChanged() 60 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnConfigStateChanged() 68 HILOG_ERROR("OnConfigStateChanged fail, error: %{public}d", error); in OnConfigStateChanged() 83 HILOG_ERROR("fail, connection write Token"); in OnAudioBalanceChanged() 88 HILOG_ERROR("fail, connection write stateType error"); in OnAudioBalanceChanged() 94 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnAudioBalanceChanged() 102 HILOG_ERROR("OnAudioBalanceChanged fail, error: %{public}d", error); in OnAudioBalanceChanged() 117 HILOG_ERROR("fai in OnBrightnessDiscountChanged() [all...] |
H A D | accessible_ability_channel_proxy.cpp | 38 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 51 HILOG_ERROR("fail to send transact cmd %{public}d due to remote object", code); in SendTransactCmd() 56 HILOG_ERROR("receive error transact code %{public}d in transact cmd %{public}d", resultChannelProxy, code); in SendTransactCmd() 68 HILOG_ERROR("callback is nullptr."); in SearchElementInfoByAccessibilityId() 80 HILOG_ERROR("windowId write error: %{public}d, ", elementBasicInfo.windowId); in SearchElementInfoByAccessibilityId() 84 HILOG_ERROR("treeId write error: %{public}d", elementBasicInfo.treeId); in SearchElementInfoByAccessibilityId() 88 HILOG_ERROR("elementId write error: %{public}" PRId64 "", elementBasicInfo.elementId); in SearchElementInfoByAccessibilityId() 92 HILOG_ERROR("requestId write error: %{public}d, ", requestId); in SearchElementInfoByAccessibilityId() 96 HILOG_ERROR("callback write error"); in SearchElementInfoByAccessibilityId() 100 HILOG_ERROR("mod in SearchElementInfoByAccessibilityId() [all...] |
H A D | accessibility_element_operator_callback_proxy.cpp | 39 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 52 HILOG_ERROR("fail to send transact cmd %{public}d due to remote object", code); in SendTransactCmd() 57 HILOG_ERROR("receive error transact code %{public}d in transact cmd %{public}d", ret, code); in SendTransactCmd() 114 HILOG_ERROR("accessibility element info failed index %{public}d", index); in SetSearchElementInfoByAccessibilityIdResult() 124 HILOG_ERROR("set search element info by accessibility id result failed"); in SetSearchElementInfoByAccessibilityIdResult() 145 HILOG_ERROR("connection write token failed"); in SetSearchElementInfoByTextResult() 150 HILOG_ERROR("write infos's size failed"); in SetSearchElementInfoByTextResult() 157 HILOG_ERROR("write accessibility element info failed"); in SetSearchElementInfoByTextResult() 163 HILOG_ERROR("connection write request id failed"); in SetSearchElementInfoByTextResult() 169 HILOG_ERROR("se in SetSearchElementInfoByTextResult() [all...] |
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_ext_proxy.cpp | 39 HILOG_ERROR("WriteInterfaceToken failed"); in OpenFile() 44 HILOG_ERROR("fail to WriteParcelable uri"); in OpenFile() 49 HILOG_ERROR("fail to WriteInt32 flags"); in OpenFile() 57 HILOG_ERROR("fail to SendRequest. err: %{public}d", err); in OpenFile() 63 HILOG_ERROR("fail to ReadInt32 ret"); in OpenFile() 68 HILOG_ERROR("OpenFile operation failed ret : %{public}d", ret); in OpenFile() 74 HILOG_ERROR("fail to ReadFileDescriptor fd: %{public}d", fd); in OpenFile() 87 HILOG_ERROR("WriteInterfaceToken failed"); in CreateFile() 92 HILOG_ERROR("fail to WriteParcelable parent"); in CreateFile() 97 HILOG_ERROR("fai in CreateFile() [all...] |
H A D | file_access_ext_stub.cpp | 82 HILOG_ERROR("permission error"); in OnRemoteRequest() 99 HILOG_ERROR("Parameter OpenFile fail to ReadParcelable uri"); in CmdOpenFile() 105 HILOG_ERROR("Parameter OpenFile fail to ReadInt32 flags"); in CmdOpenFile() 110 HILOG_ERROR("Parameter OpenFile flags is invalid"); in CmdOpenFile() 118 HILOG_ERROR("Parameter OpenFile fail to WriteInt32 ret"); in CmdOpenFile() 123 HILOG_ERROR("Parameter OpenFile fail to WriteFileDescriptor fd"); in CmdOpenFile() 136 HILOG_ERROR("Parameter CreateFile fail to ReadParcelable parent"); in CmdCreateFile() 142 HILOG_ERROR("Parameter CreateFile fail to ReadString displayName"); in CmdCreateFile() 147 HILOG_ERROR("Parameter CreateFile displayName is empty"); in CmdCreateFile() 155 HILOG_ERROR("Paramete in CmdCreateFile() [all...] |
H A D | file_access_helper.cpp | 59 HILOG_ERROR("Uri path error."); in GetBundleNameFromPath() 64 HILOG_ERROR("Uri path format error."); in GetBundleNameFromPath() 88 HILOG_ERROR("Uri scheme error."); in CheckUri() 118 HILOG_ERROR("Context is null"); in FileAccessHelper() 141 HILOG_ERROR("GetConnectInfo called with bundleName return nullptr"); in GetConnectInfo() 152 HILOG_ERROR("Get BundleName failed."); in GetConnectExtensionInfo() 157 HILOG_ERROR("Get connectInfo failed."); in GetConnectExtensionInfo() 183 HILOG_ERROR("GetRegisteredFileAccessExtAbilityInfo failed"); in IsEffectiveWants() 203 HILOG_ERROR("new fileAccessExtConnection fail"); in DoCreatorHelper() 211 HILOG_ERROR("Creato in DoCreatorHelper() [all...] |
H A D | js_file_access_ext_ability.cpp | 84 HILOG_ERROR("Failed to get srcPath"); in Init() 95 HILOG_ERROR("Failed to get jsObj_"); in Init() 100 HILOG_ERROR("Failed to get JsFileAccessExtAbility value"); in Init() 126 HILOG_ERROR("No memory allocated for FileExtStubImpl"); in OnConnect() 138 HILOG_ERROR("JsFileAccessExtAbility::CallObjectMethod jsObj Not found FileAccessExtAbility.js"); in CallObjectMethod() 148 HILOG_ERROR("Failed to get FileAccessExtAbility value"); in CallObjectMethod() 155 HILOG_ERROR("Failed to get '%{public}s' from FileAccessExtAbility object", name); in CallObjectMethod() 161 HILOG_ERROR("Call function fail"); in CallObjectMethod() 172 HILOG_ERROR("failed to get jsRuntime."); in DoCallJsMethod() 184 HILOG_ERROR("faile in DoCallJsMethod() [all...] |
H A D | file_access_ext_ability.cpp | 66 HILOG_ERROR("FileAccessExtAbility::OpenFile Undefined operation"); in OpenFile() 72 HILOG_ERROR("FileAccessExtAbility::CreateFile Undefined operation"); in CreateFile() 78 HILOG_ERROR("FileAccessExtAbility::Mkdir Undefined operation"); in Mkdir() 84 HILOG_ERROR("FileAccessExtAbility::Delete Undefined operation"); in Delete() 90 HILOG_ERROR("FileAccessExtAbility::Move Undefined operation"); in Move() 96 HILOG_ERROR("FileAccessExtAbility::Copy Undefined operation"); in Copy() 103 HILOG_ERROR("FileAccessExtAbility::Copy file Undefined operation"); in CopyFile() 109 HILOG_ERROR("FileAccessExtAbility::Rename Undefined operation"); in Rename() 116 HILOG_ERROR("FileAccessExtAbility::ListFile Undefined operation"); in ListFile() 123 HILOG_ERROR("FileAccessExtAbilit in ScanFile() [all...] |
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_provider_proxy.cpp | 35 HILOG_ERROR("write interface token failed"); in AcquireProviderFormInfo() 39 HILOG_ERROR("write formJsInfo error"); in AcquireProviderFormInfo() 43 HILOG_ERROR("write want fail"); in AcquireProviderFormInfo() 48 HILOG_ERROR("write callerToken fail"); in AcquireProviderFormInfo() 58 HILOG_ERROR("SendRequest:%{public}d failed", error); in AcquireProviderFormInfo() 79 HILOG_ERROR("error to write interface token"); in NotifyFormDelete() 83 HILOG_ERROR("error to write formId"); in NotifyFormDelete() 87 HILOG_ERROR("error to write want"); in NotifyFormDelete() 91 HILOG_ERROR("error to write callerToken"); in NotifyFormDelete() 101 HILOG_ERROR("SendReques in NotifyFormDelete() [all...] |
H A D | form_mgr_proxy.cpp | 46 HILOG_ERROR("write to interface token failed"); in AddForm() 50 HILOG_ERROR("write to formId failed"); in AddForm() 54 HILOG_ERROR("write to want failed"); in AddForm() 59 HILOG_ERROR("write to callerTokenfailed"); in AddForm() 65 HILOG_ERROR("SendRequest:%{public}d failed", error); in AddForm() 81 HILOG_ERROR("write to interface token failed"); in CreateForm() 85 HILOG_ERROR("write to want failed"); in CreateForm() 90 HILOG_ERROR("fail SendRequest:%{public}d", ret); in CreateForm() 105 HILOG_ERROR("write interface token failed"); in DeleteForm() 109 HILOG_ERROR("writ in DeleteForm() [all...] |
H A D | form_host_proxy.cpp | 34 HILOG_ERROR("write interface token failed"); in OnAcquired() 38 HILOG_ERROR("write formInfo failed"); in OnAcquired() 43 HILOG_ERROR("flag or token write failed"); in OnAcquired() 47 HILOG_ERROR("flag write failed"); in OnAcquired() 57 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnAcquired() 74 HILOG_ERROR("write interface token failed"); in OnUpdate() 78 HILOG_ERROR("write formInfo failed"); in OnUpdate() 83 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnUpdate() 100 HILOG_ERROR("write interface token failed"); in OnUninstall() 104 HILOG_ERROR("writ in OnUninstall() [all...] |
H A D | form_supply_proxy.cpp | 38 HILOG_ERROR("WriteInterfaceToken failed"); in OnAcquire() 42 HILOG_ERROR("write want failed"); in OnAcquire() 48 HILOG_ERROR("write formInfo failed"); in OnAcquire() 61 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnAcquire() 77 HILOG_ERROR("write interface token failed"); in OnEventHandle() 82 HILOG_ERROR("write want failed"); in OnEventHandle() 94 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnEventHandle() 112 HILOG_ERROR("WriteInterfaceToken failed"); in OnAcquireStateResult() 116 HILOG_ERROR("write form state failed"); in OnAcquireStateResult() 120 HILOG_ERROR("writ in OnAcquireStateResult() [all...] |
H A D | form_render_proxy.cpp | 33 HILOG_ERROR("write interface token failed"); in RenderForm() 37 HILOG_ERROR("write formJsInfo error"); in RenderForm() 41 HILOG_ERROR("write want error"); in RenderForm() 46 HILOG_ERROR("write callerToken error"); in RenderForm() 56 HILOG_ERROR("error to SendRequest:%{public}d", error); in RenderForm() 70 HILOG_ERROR("write interface token failed"); in StopRenderingForm() 74 HILOG_ERROR("write formJsInfo error"); in StopRenderingForm() 78 HILOG_ERROR("write want failed"); in StopRenderingForm() 83 HILOG_ERROR("write callerToken failed"); in StopRenderingForm() 93 HILOG_ERROR("SendReques in StopRenderingForm() [all...] |
H A D | js_form_state_observer_proxy.cpp | 34 HILOG_ERROR("write interface token failed"); in OnAddForm() 39 HILOG_ERROR("write bundleName failed"); in OnAddForm() 44 HILOG_ERROR("write runningFormInfo failed"); in OnAddForm() 54 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnAddForm() 67 HILOG_ERROR("write interface token failed"); in OnRemoveForm() 72 HILOG_ERROR("write bundleName failed"); in OnRemoveForm() 77 HILOG_ERROR("write runningFormInfo failed"); in OnRemoveForm() 87 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnRemoveForm() 101 HILOG_ERROR("write interface token failed"); in NotifyWhetherFormsVisible() 106 HILOG_ERROR("fai in NotifyWhetherFormsVisible() [all...] |
H A D | provider_connect_proxy.cpp | 39 HILOG_ERROR("write interface token failed"); in OnAbilityConnectDone() 44 HILOG_ERROR("fail write element"); in OnAbilityConnectDone() 50 HILOG_ERROR("fail write flag and remote object"); in OnAbilityConnectDone() 55 HILOG_ERROR("fail write flag"); in OnAbilityConnectDone() 61 HILOG_ERROR("fail write resultCode"); in OnAbilityConnectDone() 66 HILOG_ERROR("fail SendRequest"); in OnAbilityConnectDone() 84 HILOG_ERROR("write interface token failed"); in OnAbilityDisconnectDone() 88 HILOG_ERROR("fail write element"); in OnAbilityDisconnectDone() 92 HILOG_ERROR("fail write resultCode"); in OnAbilityDisconnectDone() 97 HILOG_ERROR("fai in OnAbilityDisconnectDone() [all...] |
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessible_ability_manager_config_observer_proxy.cpp | 33 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 49 HILOG_ERROR("fail, connection write Token"); in OnConfigStateChanged() 54 HILOG_ERROR("fail, connection write stateType error"); in OnConfigStateChanged() 60 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnConfigStateChanged() 68 HILOG_ERROR("OnConfigStateChanged fail, error: %{public}d", error); in OnConfigStateChanged() 83 HILOG_ERROR("fail, connection write Token"); in OnAudioBalanceChanged() 88 HILOG_ERROR("fail, connection write stateType error"); in OnAudioBalanceChanged() 94 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnAudioBalanceChanged() 102 HILOG_ERROR("OnAudioBalanceChanged fail, error: %{public}d", error); in OnAudioBalanceChanged() 117 HILOG_ERROR("fai in OnBrightnessDiscountChanged() [all...] |
H A D | mock_accessible_ability_channel_proxy.cpp | 38 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 51 HILOG_ERROR("fail to send transact cmd %{public}d due to remote object", code); in SendTransactCmd() 56 HILOG_ERROR("receive error transact code %{public}d in transact cmd %{public}d", resultChannelProxy, code); in SendTransactCmd() 68 HILOG_ERROR("callback is nullptr."); in SearchElementInfoByAccessibilityId() 80 HILOG_ERROR("windowId write error: %{public}d, ", elementBasicInfo.windowId); in SearchElementInfoByAccessibilityId() 84 HILOG_ERROR("treeId write error: %{public}d", elementBasicInfo.treeId); in SearchElementInfoByAccessibilityId() 88 HILOG_ERROR("elementId write error: %{public}" PRId64 "", elementBasicInfo.elementId); in SearchElementInfoByAccessibilityId() 92 HILOG_ERROR("requestId write error: %{public}d, ", requestId); in SearchElementInfoByAccessibilityId() 96 HILOG_ERROR("callback write error"); in SearchElementInfoByAccessibilityId() 100 HILOG_ERROR("mod in SearchElementInfoByAccessibilityId() [all...] |
H A D | mock_accessibility_element_operator_callback_proxy.cpp | 39 HILOG_ERROR("write interface token failed"); in WriteInterfaceToken() 52 HILOG_ERROR("fail to send transact cmd %{public}d due to remote object", code); in SendTransactCmd() 57 HILOG_ERROR("receive error transact code %{public}d in transact cmd %{public}d", ret, code); in SendTransactCmd() 114 HILOG_ERROR("accessibility element info failed index %{public}d", index); in SetSearchElementInfoByAccessibilityIdResult() 124 HILOG_ERROR("set search element info by accessibility id result failed"); in SetSearchElementInfoByAccessibilityIdResult() 145 HILOG_ERROR("connection write token failed"); in SetSearchElementInfoByTextResult() 150 HILOG_ERROR("write infos's size failed"); in SetSearchElementInfoByTextResult() 157 HILOG_ERROR("write accessibility element info failed"); in SetSearchElementInfoByTextResult() 163 HILOG_ERROR("connection write request id failed"); in SetSearchElementInfoByTextResult() 169 HILOG_ERROR("se in SetSearchElementInfoByTextResult() [all...] |
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/ |
H A D | file_access_service_proxy.cpp | 42 HILOG_ERROR("Samgr is nullptr"); in GetInstance() 47 HILOG_ERROR("loadCallback is nullptr"); in GetInstance() 52 HILOG_ERROR("Failed to Load systemAbility, systemAbilityId:%{public}d, ret code:%{public}d", in GetInstance() 61 HILOG_ERROR("Load FileAccessService SA timeout"); in GetInstance() 81 HILOG_ERROR("Failed to get remote object"); in OnLoadSystemAbilitySuccess() 88 HILOG_ERROR("Failed to get remote object"); in OnLoadSystemAbilitySuccess() 97 HILOG_ERROR("service died"); in OnLoadSystemAbilitySuccess() 127 HILOG_ERROR("WriteInterfaceToken failed"); in OnChange() 132 HILOG_ERROR("fail to WriteParcelable uri"); in OnChange() 137 HILOG_ERROR("fai in OnChange() [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_dispatcher_proxy.cpp | 30 HILOG_ERROR("%{public}s, pointerEvent is null", __func__); in DispatchPointerEvent() 36 HILOG_ERROR("%{public}s, failed to write interface token", __func__); in DispatchPointerEvent() 41 HILOG_ERROR("Failed to write pointer event"); in DispatchPointerEvent() 54 HILOG_ERROR("Serialized gesture size is not valid!"); in DispatchPointerEvent() 64 HILOG_ERROR("%{public}s, failed to SendRequest: %{public}d", __func__, error); in DispatchPointerEvent() 72 HILOG_ERROR("%{public}s, failed to write interface token", __func__); in SetAllowUpdate() 77 HILOG_ERROR("write allowUpdate fail, action error"); in SetAllowUpdate() 87 HILOG_ERROR("%{public}s, failed to SendRequest: %{public}d", __func__, error); in SetAllowUpdate() 96 HILOG_ERROR("%{public}s, failed to write interface token", __func__); in DispatchSurfaceChangeEvent() 101 HILOG_ERROR("writ in DispatchSurfaceChangeEvent() [all...] |
H A D | form_renderer_delegate_proxy.cpp | 30 HILOG_ERROR("%{public}s, failed to write interface token", __func__); in OnSurfaceCreate() 34 HILOG_ERROR("%{public}s fail, surfaceNode is nullptr", __func__); in OnSurfaceCreate() 38 HILOG_ERROR("%{public}s fail, write surfaceNode error", __func__); in OnSurfaceCreate() 42 HILOG_ERROR("%{public}s fail, write formJsInfo error", __func__); in OnSurfaceCreate() 46 HILOG_ERROR("%{public}s fail, write want error", __func__); in OnSurfaceCreate() 55 HILOG_ERROR("Send surfaceNode failed, ipc remoteObj is null"); in OnSurfaceCreate() 61 HILOG_ERROR("%{public}s, failed to SendRequest: %{public}d", __func__, error); in OnSurfaceCreate() 73 HILOG_ERROR("%{public}s, failed to write interface token", __func__); in OnSurfaceReuse() 78 HILOG_ERROR("%{public}s fail, write formJsInfo error", __func__); in OnSurfaceReuse() 82 HILOG_ERROR(" in OnSurfaceReuse() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A 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_AC in SetStringPropertyWithBufferSize() [all...] |
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/ |
H A D | native_module.cpp | 43 HILOG_ERROR("napi_create_object fail."); in InitHighContrastText() 52 HILOG_ERROR("Failed to create nativeObj."); in InitHighContrastText() 61 HILOG_ERROR("failed to wrap JS object"); in InitHighContrastText() 72 HILOG_ERROR("napi_create_object fail."); in InitInvertColor() 81 HILOG_ERROR("Failed to create nativeObj."); in InitInvertColor() 90 HILOG_ERROR("failed to wrap JS object"); in InitInvertColor() 101 HILOG_ERROR("napi_create_object fail."); in InitDaltonizationState() 110 HILOG_ERROR("Failed to create nativeObj."); in InitDaltonizationState() 119 HILOG_ERROR("failed to wrap JS object"); in InitDaltonizationState() 130 HILOG_ERROR("napi_create_objec in InitDaltonizationColorFilter() [all...] |