Home
last modified time | relevance | path

Searched refs:HILOG_WARN (Results 1 - 25 of 78) sorted by relevance

1234

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp38 HILOG_WARN(LOG_CORE, "failed to clear event table"); in ClearAllData()
41 HILOG_WARN(LOG_CORE, "failed to clear custom event params table"); in ClearAllData()
44 HILOG_WARN(LOG_CORE, "failed to clear event mapping table"); in ClearAllData()
47 HILOG_WARN(LOG_CORE, "failed to clear user id table"); in ClearAllData()
50 HILOG_WARN(LOG_CORE, "failed to clear user propertie table"); in ClearAllData()
57 HILOG_WARN(LOG_CORE, "failed to delete history events"); in ClearHistoryData()
61 HILOG_WARN(LOG_CORE, "failed to delete unused event map"); in ClearHistoryData()
66 HILOG_WARN(LOG_CORE, "failed to delete unused params"); in ClearHistoryData()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A 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()
H A 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()
68 HILOG_WARN(LOG_CORE, "no need to set debug mode on a base listener which has not been added."); in SetDebugMode()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhilog_wrapper.h32 #ifdef HILOG_WARN
33 #undef HILOG_WARN macro
56 #define HILOG_WARN(...) { \ macro
78 #define HILOG_WARN(...) macro
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp197 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because param is duplicate.", name.c_str()); in VerifyAppEventParam()
203 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the paramName is invalid.", name.c_str()); in VerifyAppEventParam()
212 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length exceeds %{public}zu.", in VerifyAppEventParam()
219 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length of list exceeds 8192.", in VerifyAppEventParam()
226 HILOG_WARN(LOG_CORE, "list param=%{public}s is truncated because the list size exceeds 100.", name.c_str()); in VerifyAppEventParam()
237 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because param is duplicate.", name.c_str()); in VerifyCustomAppEventParam()
242 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the paramName is invalid.", name.c_str()); in VerifyCustomAppEventParam()
248 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length exceeds %{public}zu.", in VerifyCustomAppEventParam()
255 HILOG_WARN(LOG_CORE, "param=%{public}s is discarded because the string length of list exceeds %{public}zu.", in VerifyCustomAppEventParam()
276 HILOG_WARN(LOG_COR in VerifyRouteInfoOfReportConfig()
[all...]
H A Dhiappevent_userinfo.cpp60 HILOG_WARN(LOG_CORE, "failed to query user id."); in SetUserId()
65 HILOG_WARN(LOG_CORE, "failed to insert user id."); in SetUserId()
70 HILOG_WARN(LOG_CORE, "failed to update user id."); in SetUserId()
100 HILOG_WARN(LOG_CORE, "failed to remove userid."); in RemoveUserId()
118 HILOG_WARN(LOG_CORE, "failed to query user property."); in SetUserProperty()
123 HILOG_WARN(LOG_CORE, "failed to insert user property."); in SetUserProperty()
128 HILOG_WARN(LOG_CORE, "failed to update user property."); in SetUserProperty()
158 HILOG_WARN(LOG_CORE, "failed to remove user property."); in RemoveUserProperty()
174 HILOG_WARN(LOG_CORE, "failed to get user ids."); in InitUserIds()
183 HILOG_WARN(LOG_COR in InitUserProperties()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H A Dmodule_loader.cpp75 HILOG_WARN(LOG_CORE, "the module=%{public}s does not exist.", moduleName.c_str()); in Load()
92 HILOG_WARN(LOG_CORE, "the module=%{public}s does not exists", moduleName.c_str()); in Unload()
104 HILOG_WARN(LOG_CORE, "the name or processor is invalid"); in RegisterProcessor()
109 HILOG_WARN(LOG_CORE, "the processor already exists"); in RegisterProcessor()
120 HILOG_WARN(LOG_CORE, "the name is invalid"); in UnregisterProcessor()
131 HILOG_WARN(LOG_CORE, "the name is invalid"); in CreateProcessorProxy()
/base/theme/wallpaper_mgr/utils/include/
H A Dhilog_wrapper.h31 #ifdef HILOG_WARN
32 #undef HILOG_WARN macro
67 #define HILOG_WARN(fmt, ...) \ macro
74 #define HILOG_WARN(...)
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A 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()
H A Dnapi_hiappevent_processor.cpp224 HILOG_WARN(LOG_CORE, "Parameter error. The event domain parameter is invalid."); in GenConfigReportProp()
228 HILOG_WARN(LOG_CORE, "Parameter error. The event name parameter is invalid."); in GenConfigReportProp()
232 HILOG_WARN(LOG_CORE, "Parameter error. The event isRealTime parameter is invalid."); in GenConfigReportProp()
236 HILOG_WARN(LOG_CORE, "Parameter error. The event config is invalid, domain=%{public}s, name=%{public}s.", in GenConfigReportProp()
270 HILOG_WARN(LOG_CORE, "invalid configId"); in GenConfigIdProp()
283 HILOG_WARN(LOG_CORE, "invalid customConfigs"); in GenConfigCustomConfigsProp()
289 HILOG_WARN(LOG_CORE, "invalid keys size=%{public}zu", keys.size()); in GenConfigCustomConfigsProp()
296 HILOG_WARN(LOG_CORE, "invalid key"); in GenConfigCustomConfigsProp()
392 HILOG_WARN(LOG_CORE, "Parameter error. The %{public}s parameter is invalid.", prop.key.c_str()); in TransConfig()
413 HILOG_WARN(LOG_COR in AddProcessor()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp68 HILOG_WARN(LOG_CORE, "onTake is nullptr"); in TakeWatcherData()
72 HILOG_WARN(LOG_CORE, "failed to query events, the observer has not been added"); in TakeWatcherData()
77 HILOG_WARN(LOG_CORE, "failed to query events, seq=%{public}" PRId64, watcher_->GetSeq()); in TakeWatcherData()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A 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/powermgr/powermgr_lite/frameworks/include/
H A 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/powermgr/battery_lite/frameworks/native/include/
H A 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/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer_mgr.cpp45 HILOG_WARN(LOG_CORE, "failed to store event to db"); in StoreEventsToDb()
162 HILOG_WARN(LOG_CORE, "app context is null"); in RegisterAppStateCallback()
195 HILOG_WARN(LOG_CORE, "app context is null"); in UnregisterAppStateCallback()
223 HILOG_WARN(LOG_CORE, "observer name is empty"); in RegisterObserver()
229 HILOG_WARN(LOG_CORE, "observer is null"); in RegisterObserver()
246 HILOG_WARN(LOG_CORE, "observer seq=%{public}" PRId64 " is not exist", observerSeq); in UnregisterObserver()
363 HILOG_WARN(LOG_CORE, "failed to set config, seq=%{public}" PRId64, observerSeq); in SetReportConfig()
374 HILOG_WARN(LOG_CORE, "failed to get config, seq=%{public}" PRId64, observerSeq); in GetReportConfig()
H A Dapp_event_handler.cpp45 HILOG_WARN(LOG_CORE, "invalid event id=%{public}u", event->GetInnerEventId()); in ProcessEvent()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler_utils.h36 #define XCOLLIE_LOGW(...) HILOG_WARN(LOG_CORE, ##__VA_ARGS__)
/base/notification/eventhandler/frameworks/cj/src/
H A Demitter_log.h43 HILOG_WARN(LOG_CORE, __VA_ARGS__); \
/base/security/asset/frameworks/os_dependency/log/inc/
H A Dasset_log.h37 HILOG_WARN(LOG_CORE, "%" LOG_PUBLIC "s[%" LOG_PUBLIC "u]: " fmt "\n", __func__, __LINE__, ##arg)
/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_log.c43 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/
H A Dcm_log.c46 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_manager_log.h33 #define LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__)
/base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera/
H A Dapp_verify_base.h34 #define LOG_WARN(fmt, args...) HILOG_WARN(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##args)
/base/security/crypto_framework/common/src/
H A Dlog.c45 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
/base/security/dataclassification/interfaces/inner_api/datatransmitmgr/include/
H A Ddev_slinfo_log.h35 #define DATA_SEC_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__)

Completed in 8 milliseconds

1234