Home
last modified time | relevance | path

Searched refs:HIVIEW_LOGE (Results 1 – 25 of 154) sorted by relevance

1234567

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp27 HIVIEW_LOGE("Parcel failed to write int number."); in Marshalling()
31 HIVIEW_LOGE("Parcel failed to write module name(%{public}s).", module.c_str()); in Marshalling()
35 HIVIEW_LOGE("Parcel failed to write reason(%{public}s).", reason.c_str()); in Marshalling()
39 HIVIEW_LOGE("Parcel failed to write summary(%{public}s).", summary.c_str()); in Marshalling()
43 HIVIEW_LOGE("Parcel failed to write log path(%{public}s).", logPath.c_str()); in Marshalling()
47 HIVIEW_LOGE("Parcel failed to write registers(%{public}s).", registers.c_str()); in Marshalling()
90 HIVIEW_LOGE("Parcel failed to read module(%{public}s).", ret->module.c_str()); in Unmarshalling()
95 HIVIEW_LOGE("Parcel failed to read reason(%{public}s).", ret->reason.c_str()); in Unmarshalling()
100 HIVIEW_LOGE("Parcel failed to read summary(%{public}s).", ret->summary.c_str()); in Unmarshalling()
105 HIVIEW_LOGE("Parcel failed to read log path(%{public}s).", ret->logPath.c_str()); in Unmarshalling()
[all …]
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp36 HIVIEW_LOGE("pubKey file not exist"); in VerifyFileSign()
41 HIVIEW_LOGE("sign file not exist"); in VerifyFileSign()
75 HIVIEW_LOGE("file is invalid."); in CalcFileSha()
80 HIVIEW_LOGE("hash buf len error."); in CalcFileSha()
87 HIVIEW_LOGE("open file failed."); in CalcFileSha()
99 HIVIEW_LOGE("fclose is failed"); in CalcFileSha()
110 HIVIEW_LOGE("CalcFileSha failed"); in CalcFileSha256Digest()
134 HIVIEW_LOGE("evpKey is nullptr"); in VerifyRsa()
139 HIVIEW_LOGE("set RSA failed."); in VerifyRsa()
146 HIVIEW_LOGE("ctx is nullptr."); in VerifyRsa()
[all …]
H A Dparam_reader.cpp40 HIVIEW_LOGE("verify failed %{public}s,%{public}s, %{public}s", PUBKEY_PATH.c_str(), in VerifyCertFile()
48 HIVIEW_LOGE("Verify is not good"); in VerifyCertFile()
58 HIVIEW_LOGE("get sha256Digest failed."); in VerifyCertFile()
69 HIVIEW_LOGE("verify cert file failed"); in VerifyCertFile()
78 HIVIEW_LOGE("manifestFile is not good"); in VerifyParamFile()
84 HIVIEW_LOGE("paramFile is not good"); in VerifyParamFile()
97 HIVIEW_LOGE("get sha256Digest failed."); in VerifyParamFile()
106 HIVIEW_LOGE("VerifyParamFile failed, sha256Digest is empty"); in VerifyParamFile()
115 HIVIEW_LOGE("VerifyParamFile failed"); in VerifyParamFile()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_stub.cpp33 HIVIEW_LOGE("parcel read rules failed."); in HandleAddSysEventListener()
58 HIVIEW_LOGE("parcel read callback failed."); in HandleRemoveSysEventListener()
74 HIVIEW_LOGE("parcel read query arguments failed."); in HandleQueryEvent()
80 HIVIEW_LOGE("parcel read query rules failed."); in HandleQueryEvent()
85 HIVIEW_LOGE("parcel read query callback failed."); in HandleQueryEvent()
108 HIVIEW_LOGE("parcel read mode failed."); in HandleSetDebugMode()
125 HIVIEW_LOGE("parcel read export rules failed."); in HandleAddSubscriber()
130 HIVIEW_LOGE("write return-value of AddSubscriber failed."); in HandleAddSubscriber()
152 HIVIEW_LOGE("parcel read export arguments failed."); in HandleExportEvent()
158 HIVIEW_LOGE("parcel read export rules failed."); in HandleExportEvent()
[all …]
H A Dquery_sys_event_callback_proxy.cpp29 HIVIEW_LOGE("SysEventService Remote is NULL."); in OnQuery()
34 HIVIEW_LOGE("write descriptor failed."); in OnQuery()
39 HIVIEW_LOGE("write sys event failed."); in OnQuery()
45 HIVIEW_LOGE("write sys seq failed."); in OnQuery()
53 HIVIEW_LOGE("send request failed, error is %{public}d.", res); in OnQuery()
61 HIVIEW_LOGE("SysEventService Remote is NULL."); in OnComplete()
66 HIVIEW_LOGE("write descriptor failed."); in OnComplete()
71 HIVIEW_LOGE("write params failed."); in OnComplete()
76 HIVIEW_LOGE("write seq failed."); in OnComplete()
84 HIVIEW_LOGE("send request failed, error is %{public}d.", res); in OnComplete()
H A Ddata_share_dao.cpp47 HIVIEW_LOGE("DataShareDao::IsUidExists, dbStore is null."); in IsUidExists()
56 HIVIEW_LOGE("failed to query uid info: %{public}d, ret=%{public}d", uid, ret); in IsUidExists()
66 HIVIEW_LOGE("DataShareDao::SaveSubscriberInfo, dbStore is null."); in SaveSubscriberInfo()
80 HIVIEW_LOGE("failed to update uid %{public}d, ret=%{public}d", uid, ret); in SaveSubscriberInfo()
92 HIVIEW_LOGE("failed to add uid %{public}d, ret=%{public}d", uid, ret); in SaveSubscriberInfo()
102 HIVIEW_LOGE("failed to delete subscriberInfo from table."); in DeleteSubscriberInfo()
111 HIVIEW_LOGE("failed to delete subscriberInfo from table."); in DeleteSubscriberInfo()
121 HIVIEW_LOGE("failed to query from table %{public}s, db is null", eventTable_.c_str()); in GetEventListByUid()
132 HIVIEW_LOGE("failed to get eventList"); in GetEventListByUid()
157 HIVIEW_LOGE("failed to get eventList"); in GetUidByBundleName()
[all …]
H A Ddata_publisher.cpp59 HIVIEW_LOGE("failed to parse jsonInfo."); in GetBundleNameFromJsonStr()
80 HIVIEW_LOGE("query DB failed."); in AddSubscriber()
94 HIVIEW_LOGE("query DB failed."); in AddSubscriber()
106 HIVIEW_LOGE("failed to get events by uid"); in RemoveSubscriber()
110 HIVIEW_LOGE("events list is empty"); in RemoveSubscriber()
120 HIVIEW_LOGE("failed to delete subscriberInfo"); in RemoveSubscriber()
154 HIVIEW_LOGE("failed to create resourceFile."); in OnSysEvent()
193 HIVIEW_LOGE("Failed to chmod socket."); in HandleSubscribeTask()
212 HIVIEW_LOGE("failed to query from DB."); in HandleAppUninstallEvent()
217 HIVIEW_LOGE("failed to remove from DB."); in HandleAppUninstallEvent()
[all …]
H A Dash_mem_utils.cpp47 HIVIEW_LOGE("ashmem init failed."); in GetAshmem()
51 HIVIEW_LOGE("ashmem map failed."); in GetAshmem()
73 HIVIEW_LOGE("writing allSize array failed."); in WriteBulkData()
84 HIVIEW_LOGE("writing ashmem failed."); in WriteBulkData()
91 HIVIEW_LOGE("writing ashmem failed."); in WriteBulkData()
102 HIVIEW_LOGE("reading allSize array failed."); in ReadBulkData()
107 HIVIEW_LOGE("reading ashmem failed."); in ReadBulkData()
112 HIVIEW_LOGE("mapping read only ashmem failed."); in ReadBulkData()
H A Ddata_share_util.cpp53 HIVIEW_LOGE("failed to open source file, src=%{public}s", src); in CopyFile()
60 HIVIEW_LOGE("failed to open destination file, des=%{public}s", des); in CopyFile()
67 HIVIEW_LOGE("failed to get source file size"); in CopyFile()
76 HIVIEW_LOGE("failed to sendfile"); in CopyFile()
91 HIVIEW_LOGE("Failed to query bundleName from bms, uid:%{public}d.", uid); in GetBundleNameById()
93 HIVIEW_LOGE("Succ to get bundleName of uid:%{public}d", uid); in GetBundleNameById()
104 HIVIEW_LOGE("Failed to query uid from bms"); in GetUidByBundleName()
H A Ddata_share_store.cpp43 HIVIEW_LOGE("failed to create events table, ret=%{public}d", ret); in OnCreate()
70 HIVIEW_LOGE("failed to drop table %{public}s, db is null", tableName.c_str()); in DropTable()
75 HIVIEW_LOGE("failed to drop table %{public}s, ret=%{public}d", tableName.c_str(), ret); in DropTable()
84 HIVIEW_LOGE("failed to create db store, path is empty"); in CreateDbStore()
88 HIVIEW_LOGE("failed to create database dir."); in CreateDbStore()
96 HIVIEW_LOGE("failed to create db store, ret=%{public}d", ret); in CreateDbStore()
109 HIVIEW_LOGE("failed to destroy db store, ret=%{public}d", ret); in DestroyDbStore()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp33 HIVIEW_LOGE("remote service is null."); in List()
39 HIVIEW_LOGE("write data failed."); in List()
52 HIVIEW_LOGE("read size error."); in List()
57 HIVIEW_LOGE("read ashmem failed."); in List()
61 HIVIEW_LOGE("map ash failed."); in List()
65 HIVIEW_LOGE("ReadBulkData failed"); in List()
89 HIVIEW_LOGE("remote service is null."); in CopyOrMoveFile()
95 HIVIEW_LOGE("write data failed."); in CopyOrMoveFile()
109 HIVIEW_LOGE("parcel read result failed."); in CopyOrMoveFile()
119 HIVIEW_LOGE("remote service is null."); in Remove()
[all …]
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_service_agent.cpp44 HIVIEW_LOGE("cannot get service."); in List()
65 HIVIEW_LOGE("create dirs failed."); in CopyOrMoveFile()
70 HIVIEW_LOGE("cannot get service."); in CopyOrMoveFile()
81 HIVIEW_LOGE("cannot get service."); in Remove()
101 HIVIEW_LOGE("get hiview ability failed."); in GetRemoteService()
140 HIVIEW_LOGE("Context is null."); in CheckAndCreateHiviewDir()
146 HIVIEW_LOGE("file dir is empty."); in CheckAndCreateHiviewDir()
157 HIVIEW_LOGE("create hiview dir failed."); in CheckAndCreateHiviewDir()
161 HIVIEW_LOGE("create dest dir failed."); in CheckAndCreateHiviewDir()
184 HIVIEW_LOGE("create dir failed."); in CreateAndGrantAclPermission()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/observer/
H A Duc_observer_mgr.cpp42 HIVIEW_LOGE("failed to get samgr"); in RegisterSysAbilityListener()
47 HIVIEW_LOGE("new listener is null"); in RegisterSysAbilityListener()
51 HIVIEW_LOGE("failed to subscribe app mgr service status, ret=%{public}d", ret); in RegisterSysAbilityListener()
64 HIVIEW_LOGE("failed to get samgr"); in UnregisterSysAbilityListener()
68 HIVIEW_LOGE("failed to unSubscribe app mgr service status, ret=%{public}d", ret); in UnregisterSysAbilityListener()
79 HIVIEW_LOGE("observer is null"); in RegisterAppObserver()
85 HIVIEW_LOGE("failed to register observer, res=%{public}d", res); in RegisterAppObserver()
95 HIVIEW_LOGE("observer is null"); in RegisterRenderObserver()
123 HIVIEW_LOGE("failed to unregister observer, res=%{public}d", res); in UnregisterAppObserver()
138 HIVIEW_LOGE("failed to unregister observer, res=%{public}d", res); in UnregisterRenderObserver()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp60HIVIEW_LOGE("Cannot open file=%{public}s, readOnly=%{public}d", UNIFIED_COLLECTION_DEVICE, readOnl… in GetDeviceFd()
79 HIVIEW_LOGE("ioctl IOCTRL_COLLECT_PROC_COUNT, ret=%{public}d", ret); in GetProcessCount()
93 HIVIEW_LOGE("ioctl IOCTRL_COLLECT_ALL_PROC_CPU ret=%{public}d", ret); in FetchProcessCpuData()
106 HIVIEW_LOGE("ioctl IOCTRL_COLLECT_THE_PROC_CPU ret=%{public}d", ret); in FetchProcessCpuData()
118 HIVIEW_LOGE("ioctl IOCTRL_COLLECT_PROC_THREAD_COUNT ret=%{public}d", ret); in GetThreadCount()
130 HIVIEW_LOGE("ioctl IOCTRL_COLLECT_APP_THREAD_COUNT ret=%{public}d", ret); in GetSelfThreadCount()
141 HIVIEW_LOGE("ioctl GetThreadCount error"); in FetchThreadCpuData()
147 HIVIEW_LOGE("ioctl FetchThreadData, ret=%{public}d", ret); in FetchThreadCpuData()
158 HIVIEW_LOGE("ioctl GetSelfThreadCount error"); in FetchSelfThreadCpuData()
164 HIVIEW_LOGE("ioctl FetchSelfThreadCpuData, ret=%{public}d", ret); in FetchSelfThreadCpuData()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp130 HIVIEW_LOGE("failed to open: %{public}s", smapsRollupPath.c_str()); in CollectUserBaseInfo()
283 HIVIEW_LOGE("filepath:%{public}s", filePath.c_str()); in GetMemoryLeakLog()
291 HIVIEW_LOGE("failed to open file:%{public}s", filePath.c_str()); in GetMemoryLeakLog()
310 HIVIEW_LOGE("WRONG POINTER"); in DumpGeneralInfo()
350 HIVIEW_LOGE("failed to alloc memory!"); in DumpDetailInfo()
418 HIVIEW_LOGE("CPU SIZE NOT MATCH MEMORY SIZE"); in DumpUserMemInfo()
451 HIVIEW_LOGE("dup2 writeFd fail, error is %{public}d", errno); in ForkProcessToDumpExtraInfo()
500 HIVIEW_LOGE("cpu size not match memory size"); in DumpUserMemInfoToSmapsFile()
582 HIVIEW_LOGE("failed to open %{public}s", BBOX_PATH.c_str()); in SendCmd()
587 HIVIEW_LOGE("send cmd error"); in SendCmd()
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader.cpp76 HIVIEW_LOGE("failed to copy event size to raw event"); in ReadRawData()
94 HIVIEW_LOGE("failed to copy domain to raw event"); in AppendDomainAndName()
98 HIVIEW_LOGE("failed to copy name to raw event"); in AppendDomainAndName()
108 HIVIEW_LOGE("failed to get header of content"); in AppendContentData()
113 HIVIEW_LOGE("failed to copy content header to raw event"); in AppendContentData()
118 HIVIEW_LOGE("failed to copy content data to raw event"); in AppendContentData()
137 HIVIEW_LOGE("failed to update paramCnt to raw event"); in AppendExtraInfo()
141 HIVIEW_LOGE("failed to update realSize of raw event"); in AppendExtraInfo()
155 HIVIEW_LOGE("failed to copy tag to raw event"); in AppendTag()
166 HIVIEW_LOGE("failed to copy level to raw event"); in AppendLevel()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp86 HIVIEW_LOGE("failed to create header json object"); in CreateHeaderJsonObj()
98 HIVIEW_LOGE("failed to create manufacturer json object"); in CreateManufacturerJsonObj()
110 HIVIEW_LOGE("failed to create device json object"); in CreateDeviceJsonObj()
124 HIVIEW_LOGE("failed to create system json object"); in CreateSystemObj()
137 HIVIEW_LOGE("failed to create root json object"); in CreateJsonObjectByVersion()
167 HIVIEW_LOGE("failed to create events json array"); in CreateEventsJsonArray()
172 HIVIEW_LOGE("failed to create data json array"); in CreateEventsJsonArray()
271 HIVIEW_LOGE("root of json is null"); in PersistJsonStrToLocalFile()
276 HIVIEW_LOGE("formatted json str is null"); in PersistJsonStrToLocalFile()
299 HIVIEW_LOGE("failed to create json array"); in Write()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp70 HIVIEW_LOGE("failed to create sys_event_logger path, use default path"); in InitDbStore()
81 HIVIEW_LOGE("failed to create db store, ret=%{public}d", ret); in InitDbStore()
92 HIVIEW_LOGE("dbStore is null"); in InsertPluginStatsEvent()
109 HIVIEW_LOGE("dbStore is null"); in InsertSysUsageEvent()
122 HIVIEW_LOGE("dbStore is null"); in QueryPluginStatsEvent()
147 HIVIEW_LOGE("dbStore is null"); in QuerySysUsageEvent()
166 HIVIEW_LOGE("dbStore is null"); in DeletePluginStatsEvent()
175 HIVIEW_LOGE("dbStore is null"); in DeleteSysUsageEvent()
242 HIVIEW_LOGE("failed to create table=%{public}s", table.c_str()); in InsertSysUsageTable()
251 HIVIEW_LOGE("failed to insert sysUsage event=%{public}s", eventStr.c_str()); in InsertSysUsageTable()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp64 HIVIEW_LOGE("get socket buffer error=%{public}d, msg=%{public}s", errno, strerror(errno)); in InitSocketBuf()
69 HIVIEW_LOGE("set socket buffer error=%{public}d, msg=%{public}s", errno, strerror(errno)); in InitSocketBuf()
88 HIVIEW_LOGE("invalid source."); in ConverRawData()
95 HIVIEW_LOGE("malloc failed."); in ConverRawData()
100 HIVIEW_LOGE("copy failed."); in ConverRawData()
107 HIVIEW_LOGE("copy failed."); in ConverRawData()
184 HIVIEW_LOGE("hisysevent create socket failed"); in Open()
283 HIVIEW_LOGE("open bbox failed, error=%{public}d, msg=%{public}s", errno, strerror(errno)); in Open()
344 HIVIEW_LOGE("can not open any device"); in OpenDevs()
361 HIVIEW_LOGE("add to poll fail device %{public}s error=%{public}d, msg=%{public}s", in AddToMonitor()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp173 HIVIEW_LOGE("failed to start trace service"); in OnSwitchRecordTraceStateChanged()
191 HIVIEW_LOGE("failed to stop trace service"); in OnSwitchRecordTraceStateChanged()
306 HIVIEW_LOGE("hiview context is null"); in Init()
352 HIVIEW_LOGE("input ptr null"); in OnSwitchStateChanged()
356 HIVIEW_LOGE("param key error"); in OnSwitchStateChanged()
362 HIVIEW_LOGE("unifiedCollectorPtr is null"); in OnSwitchStateChanged()
406 HIVIEW_LOGE("OpenTrace fail."); in LoadHitraceService()
416 HIVIEW_LOGE("service is close mode."); in ExitHitraceService()
455 HIVIEW_LOGE("exit cpucollection task"); in CpuCollectionFfrtTask()
466 HIVIEW_LOGE("workLoop is null"); in RunIoCollectionTask()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp41 HIVIEW_LOGE("cannot access rule file."); in Init()
46 HIVIEW_LOGE("bad rule file size."); in Init()
51 HIVIEW_LOGE("failed to parse rule file."); in Init()
56 HIVIEW_LOGE("no rule in rule file."); in Init()
79 HIVIEW_LOGE("failed to read rule file."); in ParseRuleFile()
85 HIVIEW_LOGE("failed to get root element in rule file."); in ParseRuleFile()
128 HIVIEW_LOGE("null rule attribute:domain."); in ParseTagRule()
133 HIVIEW_LOGE("null rule attribute:stringid."); in ParseTagRule()
146 HIVIEW_LOGE("skip duplicated rule, stringid:%{public}s.", stringId.c_str()); in ParseTagRule()
159 HIVIEW_LOGE("null event attribute:domain."); in ParseTagLinks()
[all …]
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.cpp27 HIVIEW_LOGE("failed to start SysEventService."); in StartService()
36 HIVIEW_LOGE("sys event is nullptr."); in OnSysEvent()
41 HIVIEW_LOGE("SysEventServiceOhos service is null."); in OnSysEvent()
51 HIVIEW_LOGE("SysEventServiceOhos service is null."); in BindGetTagFunc()
61 HIVIEW_LOGE("SysEventServiceOhos service is null."); in BindGetTypeFunc()
71 HIVIEW_LOGE("SetWorkLoop SysEventServiceOhos service is null."); in SetWorkLoop()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp45 HIVIEW_LOGE("event is null"); in Write()
49 HIVIEW_LOGE("file=%{public}s is not open", docPath_.c_str()); in Write()
59 HIVIEW_LOGE("failed to get the size of file=%{public}s", docPath_.c_str()); in Write()
84 HIVIEW_LOGE("failed to get pageSize from the file=%{public}s", docPath_.c_str()); in Write()
114 HIVIEW_LOGE("invalid new size=%{public}u", remainSize); in FillCurrPageWithZero()
119 HIVIEW_LOGE("failed to new memory for fillData, size=%{public}u", remainSize); in FillCurrPageWithZero()
131 HIVIEW_LOGE("The raw data of event is null"); in GetContentSize()
136 HIVIEW_LOGE("The length=%{public}u of raw data is invalid", dataSize); in GetContentSize()
147 HIVIEW_LOGE("failed to get page size"); in WriteHeader()
191 HIVIEW_LOGE("The raw data of event is null"); in WriteContent()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp41 HIVIEW_LOGE("failed to execute sql=%{public}s.", sql.c_str()); in CreateTable()
63 HIVIEW_LOGE("failed to create %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in CreateExportDetailsTable()
97HIVIEW_LOGE("failed to insert record into %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in InsertExportDetailRecord()
125 HIVIEW_LOGE("records is null"); in QueryExportDetailRecord()
129HIVIEW_LOGE("failed to query record from %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in QueryExportDetailRecord()
135 HIVIEW_LOGE("failed to read row entity from result set."); in QueryExportDetailRecord()
142 HIVIEW_LOGE("failed to read module_name/export_enabled_seq/exported_max_seq from entity."); in QueryExportDetailRecord()
151 HIVIEW_LOGE("failed to create dir=%{public}s.", dbStorePath.c_str()); in InitDbStore()
162 HIVIEW_LOGE("failed to init db store, db store path=%{public}s.", dbStorePath.c_str()); in InitDbStore()
178HIVIEW_LOGE("failed to update record in %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in UpdateExportDetailRecordSeq()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dsetting_observer_manager.cpp41 HIVIEW_LOGE("SAMGR is nullptr"); in CreateDataShareHelper()
46 HIVIEW_LOGE("UE SA ability is nullptr"); in CreateDataShareHelper()
77 HIVIEW_LOGE("DataShareHelper is null with key %{public}s", paramKey.c_str()); in RegisterObserver()
99 HIVIEW_LOGE("DataShareHelper is null with key %{public}s", paramKey.c_str()); in UnregisterObserver()
115 HIVIEW_LOGE("DataShareHelper is null with key %{public}s", paramKey.c_str()); in GetStringValue()
124 HIVIEW_LOGE("result set is null with key %{public}s", paramKey.c_str()); in GetStringValue()
131 HIVIEW_LOGE("count of result set is zero with key %{public}s", paramKey.c_str()); in GetStringValue()
140HIVIEW_LOGE("no result found with key %{public}s, ret is %{public}d", paramKey.c_str(), ret); in GetStringValue()

1234567