/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/ |
H A D | app_event_db_cleaner.cpp | 38 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 D | hisysevent_manager.cpp | 38 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 D | hisysevent_base_manager.cpp | 34 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 D | hilog_wrapper.h | 32 #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 D | hiappevent_verify.cpp | 197 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 D | hiappevent_userinfo.cpp | 60 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 D | module_loader.cpp | 75 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 D | hilog_wrapper.h | 31 #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 D | napi_hiappevent_userinfo.cpp | 59 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 D | napi_hiappevent_processor.cpp | 224 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 D | ndk_app_event_watcher_proxy.cpp | 68 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 D | hilog_wrapper.h | 57 #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 D | hilog_wrapper.h | 57 #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 D | hilog_wrapper.h | 53 #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 D | app_event_observer_mgr.cpp | 45 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 D | app_event_handler.cpp | 45 HILOG_WARN(LOG_CORE, "invalid event id=%{public}u", event->GetInnerEventId());
in ProcessEvent()
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler_utils.h | 36 #define XCOLLIE_LOGW(...) HILOG_WARN(LOG_CORE, ##__VA_ARGS__)
|
/base/notification/eventhandler/frameworks/cj/src/ |
H A D | emitter_log.h | 43 HILOG_WARN(LOG_CORE, __VA_ARGS__); \
|
/base/security/asset/frameworks/os_dependency/log/inc/ |
H A D | asset_log.h | 37 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 D | cf_log.c | 43 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 D | cm_log.c | 46 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 D | el5_filekey_manager_log.h | 33 #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 D | app_verify_base.h | 34 #define LOG_WARN(fmt, args...) HILOG_WARN(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##args)
|
/base/security/crypto_framework/common/src/ |
H A D | log.c | 45 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 D | dev_slinfo_log.h | 35 #define DATA_SEC_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__)
|