Home
last modified time | relevance | path

Searched refs:HILOG_WARN (Results 1 – 25 of 75) sorted by relevance

123

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
Dapp_event_db_cleaner.cpp35 HILOG_WARN(LOG_CORE, "failed to clear event table"); in ClearAllData()
38 HILOG_WARN(LOG_CORE, "failed to clear event mapping table"); in ClearAllData()
41 HILOG_WARN(LOG_CORE, "failed to clear user id table"); in ClearAllData()
44 HILOG_WARN(LOG_CORE, "failed to clear user id table"); in ClearAllData()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp120 HILOG_WARN(LOG_CORE, "str param value is empty."); in CheckStrParamLength()
196HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because param is duplicate.", name.c_str()); in VerifyAppEventParam()
202HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the paramName is invalid.", name.c_str… in VerifyAppEventParam()
211HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length exceeds %{public}zu.… in VerifyAppEventParam()
218HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length of list exceeds 8192… in VerifyAppEventParam()
225HILOG_WARN(LOG_CORE, "list param=%{public}s is truncated because the list size exceeds 100.", name… in VerifyAppEventParam()
236HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because param is duplicate.", name.c_str()); in VerifyCustomAppEventParam()
241HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the paramName is invalid.", name.c_str… in VerifyCustomAppEventParam()
247HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length exceeds %{public}zu.… in VerifyCustomAppEventParam()
254HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length of list exceeds %{pu… in VerifyCustomAppEventParam()
[all …]
Dhiappevent_userinfo.cpp60 HILOG_WARN(LOG_CORE, "failed to insert user id, name=%{public}s.", name.c_str()); in SetUserId()
65 HILOG_WARN(LOG_CORE, "failed to insert user id, name=%{public}s.", name.c_str()); in SetUserId()
70 HILOG_WARN(LOG_CORE, "failed to update user id, name=%{public}s.", name.c_str()); in SetUserId()
100 HILOG_WARN(LOG_CORE, "failed to remove userid, name=%{public}s.", name.c_str()); in RemoveUserId()
118 HILOG_WARN(LOG_CORE, "failed to insert user property, name=%{public}s.", name.c_str()); in SetUserProperty()
123 HILOG_WARN(LOG_CORE, "failed to insert user property, name=%{public}s.", name.c_str()); in SetUserProperty()
128 HILOG_WARN(LOG_CORE, "failed to update user property, name=%{public}s.", name.c_str()); in SetUserProperty()
158 HILOG_WARN(LOG_CORE, "failed to remove user property, name=%{public}s.", name.c_str()); in RemoveUserProperty()
174 HILOG_WARN(LOG_CORE, "failed to get user ids."); in InitUserIds()
183 HILOG_WARN(LOG_CORE, "failed to get user properties."); in InitUserProperties()
/base/global/resource_management/frameworks/resmgr/include/
Dhilog_wrapper.h31 #ifdef HILOG_WARN
32 #undef HILOG_WARN
55 #define HILOG_WARN(...) { \ macro
77 #define HILOG_WARN(...) macro
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhilog_wrapper.h32 #ifdef HILOG_WARN
33 #undef HILOG_WARN
56 #define HILOG_WARN(...) { \ macro
78 #define HILOG_WARN(...) macro
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_manager.cpp38 HILOG_WARN(LOG_CORE, "add a null listener is not allowed."); in AddListener()
53 HILOG_WARN(LOG_CORE, "remov a null listener is not allowed."); in RemoveListener()
59 HILOG_WARN(LOG_CORE, "no need to remove a listener which has not been added."); in RemoveListener()
80 HILOG_WARN(LOG_CORE, "set debug mode on a null listener is not allowed."); in SetDebugMode()
86 HILOG_WARN(LOG_CORE, "no need to set debug mode on a listener which has not been added."); in SetDebugMode()
Dhisysevent_base_manager.cpp34 HILOG_WARN(LOG_CORE, "no need to add a listener which is null."); in AddListener()
46 HILOG_WARN(LOG_CORE, "no need to remove a base listener which has not been added."); in RemoveListener()
68HILOG_WARN(LOG_CORE, "no need to set debug mode on a base listener which has not been added."); in SetDebugMode()
/base/theme/wallpaper_mgr/utils/include/
Dhilog_wrapper.h31 #ifdef HILOG_WARN
32 #undef HILOG_WARN
67 #define HILOG_WARN(fmt, ...) … macro
74 #define HILOG_WARN(...) macro
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
Dmodule_loader.cpp83 HILOG_WARN(LOG_CORE, "the module=%{public}s does not exist.", moduleName.c_str()); in Load()
100 HILOG_WARN(LOG_CORE, "the module=%{public}s does not exists", moduleName.c_str()); in Unload()
112 HILOG_WARN(LOG_CORE, "the name or processor is invalid"); in RegisterProcessor()
117 HILOG_WARN(LOG_CORE, "the processor already exists"); in RegisterProcessor()
128 HILOG_WARN(LOG_CORE, "the name is invalid"); in UnregisterProcessor()
139 HILOG_WARN(LOG_CORE, "the name is invalid"); in CreateProcessorProxy()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_userinfo.cpp59 HILOG_WARN(LOG_CORE, "Parameter error. The name parameter is invalid."); in SetUserId()
76 HILOG_WARN(LOG_CORE, "Parameter error. The value parameter is invalid."); in SetUserId()
95 HILOG_WARN(LOG_CORE, "Parameter error. The name parameter is invalid."); in GetUserId()
116 HILOG_WARN(LOG_CORE, "Parameter error. The name parameter is invalid."); in SetUserProperty()
133 HILOG_WARN(LOG_CORE, "Parameter error. The value parameter is invalid."); in SetUserProperty()
152 HILOG_WARN(LOG_CORE, "Parameter error. The name parameter is invalid."); in GetUserProperty()
Dnapi_hiappevent_processor.cpp225 HILOG_WARN(LOG_CORE, "Parameter error. The event domain parameter is invalid."); in GenConfigReportProp()
229 HILOG_WARN(LOG_CORE, "Parameter error. The event name parameter is invalid."); in GenConfigReportProp()
233 HILOG_WARN(LOG_CORE, "Parameter error. The event isRealTime parameter is invalid."); in GenConfigReportProp()
237HILOG_WARN(LOG_CORE, "Parameter error. The event config is invalid, domain=%{public}s, name=%{publ… in GenConfigReportProp()
271 HILOG_WARN(LOG_CORE, "invalid configId"); in GenConfigIdProp()
284 HILOG_WARN(LOG_CORE, "invalid customConfigs"); in GenConfigCustomConfigsProp()
290 HILOG_WARN(LOG_CORE, "invalid keys size=%{public}zu", keys.size()); in GenConfigCustomConfigsProp()
297 HILOG_WARN(LOG_CORE, "invalid key name=%{public}s", localKey.c_str()); in GenConfigCustomConfigsProp()
393HILOG_WARN(LOG_CORE, "Parameter error. The %{public}s parameter is invalid.", prop.key.c_str()); in TransConfig()
414 HILOG_WARN(LOG_CORE, "failed to add processor=%{public}s, name no found", name.c_str()); in AddProcessor()
[all …]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp45 HILOG_WARN(LOG_CORE, "failed to store event to db"); in StoreEventsToDb()
96HILOG_WARN(LOG_CORE, "failed to add mapping record to db, seq=%{public}" PRId64, observerSeq); in SendEventsToObserver()
137 HILOG_WARN(LOG_CORE, "app context is null"); in RegisterAppStateCallback()
164 HILOG_WARN(LOG_CORE, "app context is null"); in UnregisterAppStateCallback()
188 HILOG_WARN(LOG_CORE, "observer name is empty"); in RegisterObserver()
194 HILOG_WARN(LOG_CORE, "observer is null"); in RegisterObserver()
211 HILOG_WARN(LOG_CORE, "observer seq=%{public}" PRId64 " is not exist", observerSeq); in UnregisterObserver()
311 HILOG_WARN(LOG_CORE, "failed to set config, seq=%{public}" PRId64, observerSeq); in SetReportConfig()
321 HILOG_WARN(LOG_CORE, "failed to get config, seq=%{public}" PRId64, observerSeq); in GetReportConfig()
Dapp_event_handler.cpp45 HILOG_WARN(LOG_CORE, "invalid event id=%{public}u", event->GetInnerEventId()); in ProcessEvent()
/base/powermgr/battery_lite/frameworks/native/include/
Dhilog_wrapper.h53 #define POWER_HILOGW(...) HILOG_WARN(HILOG_MODULE_POWERMGR, __VA_ARGS__)
59 #define POWER_HILOGW(...) HILOG_WARN(LOG_CORE, FILE_FORMATED(__VA_ARGS__))
/base/powermgr/powermgr_lite/frameworks/include/
Dhilog_wrapper.h57 #define POWER_HILOGW(...) HILOG_WARN(HILOG_MODULE_POWERMGR, __VA_ARGS__)
63 #define POWER_HILOGW(...) HILOG_WARN(LOG_CORE, FILE_FORMATED(__VA_ARGS__))
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
Dhilog_wrapper.h57 #define HILOG_HILOGW(...) HILOG_WARN(HILOG_MODULE_POWERMGR, __VA_ARGS__)
63 #define HILOG_HILOGW(...) HILOG_WARN(LOG_CORE, FORMATED(__VA_ARGS__))
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
Dndk_app_event_watcher_proxy.cpp68 HILOG_WARN(LOG_CORE, "failed to query events, the observer has not been added"); in TakeWatcherData()
73 HILOG_WARN(LOG_CORE, "failed to query events, seq=%{public}" PRId64, watcher_->GetSeq()); in TakeWatcherData()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp50 HILOG_WARN(LOG_CORE, "failed to get column index, colName=%{public}s", colName.c_str()); in GetIntFromResultSet()
54 HILOG_WARN(LOG_CORE, "failed to get int value, colName=%{public}s", colName.c_str()); in GetIntFromResultSet()
64 HILOG_WARN(LOG_CORE, "failed to get column index, colName=%{public}s", colName.c_str()); in GetLongFromResultSet()
68 HILOG_WARN(LOG_CORE, "failed to get long value, colName=%{public}s", colName.c_str()); in GetLongFromResultSet()
78 HILOG_WARN(LOG_CORE, "failed to get column index, colName=%{public}s", colName.c_str()); in GetStringFromResultSet()
82 HILOG_WARN(LOG_CORE, "failed to get string value, colName=%{public}s", colName.c_str()); in GetStringFromResultSet()
395HILOG_WARN(LOG_CORE, "failed to delete the events mapping data, observer=%{public}" PRId64, observ… in TakeEvents()
420 HILOG_WARN(LOG_CORE, "result set is null, observer=%{public}" PRId64, observerSeq); in QueryEvents()
/base/security/device_security_level/baselib/utils/include/
Dutils_log.h33 #define SECURITY_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS…
/base/tee/tee_client/frameworks/include/
Dtee_log.h41 #define tlogw(...) HILOG_WARN(LOG_CORE, __VA_ARGS__)
/base/security/certificate_framework/frameworks/common/v1.0/src/
Dcf_log.c43 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
/base/sensors/miscdevice/utils/common/include/
Dmiscdevice_log.h43 HILOG_WARN(LOG_CORE, MISC_FUNC_FMT fmt, MISC_FUNC_INFO, ##__VA_ARGS__); \
/base/security/asset/frameworks/os_dependency/log/inc/
Dasset_log.h37 HILOG_WARN(LOG_CORE, "%" LOG_PUBLIC "s[%" LOG_PUBLIC "u]: " fmt "\n", __func__, __LINE__, ##arg)
/base/security/crypto_framework/common/src/
Dlog.c45 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
/base/sensors/sensor/utils/common/include/
Dsensor_log.h40 HILOG_WARN(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \

123