Home
last modified time | relevance | path

Searched refs:LOGW (Results 1 - 25 of 42) sorted by relevance

12

/base/security/security_guard/frameworks/common/log/include/
H A Dsecurity_collector_log.h43 #ifdef LOGW
44 #undef LOGW macro
55 #define LOGW(fmt, ...) \ macro
/base/security/crypto_framework/common/inc/
H A Dlog.h28 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
57 #define LOGW(...) HcfLogPrint(HCF_LOG_LEVEL_W, __func__, __LINE__, __VA_ARGS__) macro
66 #define LOGW(fmt, ...) printf("[HCF][W][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_mutex.c43 LOGW("[OS]: pthread_mutex_destroy fail. [Res]: %d", res); in DestroyHcMutex()
68 LOGW("[OS]: pthread_mutex_unlock fail. [Res]: %d", res); in UnlockHcMutex()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_log.h24 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
44 LOGW("[" tag "]: sensitive str is too short."); \
/base/security/device_auth/frameworks/deviceauth_lite/inc/log/
H A Dlog.h42 #define LOGW(...) get_logw()("[HiChain]", __func__, __VA_ARGS__) macro
47 #define LOGW(...) {} macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_log.h33 LOGW("[" tag "]: sensitive str is too short."); \
62 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
88 #define LOGW(fmt, ...) printf("[W][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H A Dhc_condition.c41 LOGW("[OS]: sem_post fail. [Res]: %d", res); in HcCondNotify()
72 LOGW("[OS]: sem_destroy fail. [Res]: %d", res); in DestroyHcCond()
H A Dhc_thread.c35 LOGW("[OS]: pthread_setname_np fail. [Res]: %d", res); in StaticThreadFunc()
/base/notification/eventhandler/frameworks/cj/src/
H A Demitter_log.h41 #define LOGW(...) \ macro
H A Demitter.cpp56 LOGW("emit has no callback"); in IsExistValidCallback()
316 LOGW("ProcessEvent has no callback"); in ProcessEvent()
/base/security/asset/frameworks/os_dependency/log/inc/
H A Dasset_log.h36 #define LOGW(fmt, arg...) \ macro
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_condition.c43 LOGW("[OS]: pthread_cond_signal fail. [Res]: %d", res); in Notify()
175 LOGW("[OS]: pthread_cond_destroy fail. [Res]: %d", res); in DestroyHcCond()
H A Dhc_thread.c39 LOGW("[OS]: pthread_setname_np fail. [Res]: %d", res); in StaticThreadFunc()
H A Dhc_file.c82 LOGW("[OS]: fchmod fail. [Res]: %d, [errno]: %d", res, errno); in HcFileOpenWrite()
/base/security/asset/services/os_dependency/src/
H A Dsystem_event_wrapper.cpp121 LOGW("[WARNING]Receive unknown event: %{public}s", action.c_str());
151 LOGW("Asset pin event handler is nullptr, no need to unsubscribe."); in UnSubscribePinEvent()
194 LOGW("Asset system event handler is nullptr, no need to unsubscribe."); in UnSubscribeSystemEvent()
/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_log.h66 #define LOGW CF_LOG_W macro
/base/security/device_auth/frameworks/src/lite/
H A Dipc_service_init.c37 LOGW("invalid param"); in Initialize()
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Dext_part_proxy.c44 LOGW("Invalid plugin type %d", current->plugin->pluginType); in ParsePlugins()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file_posix.c179 LOGW("close file failed, res = %d", res); in HcFileClose()
191 LOGW("[OS]: delete file fail. [Res]: %d", res); in HcFileRemove()
/base/security/device_auth/services/cred_manager/src/
H A Dcred_manager.c51 LOGW("[CredMgr]: Init account related cred plugin fail. [Res]: %d", res); in InitCredMgr()
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c520 LOGW("allocate returnData memory fail."); in GetSessionReturnData()
525 LOGW("get groupId from context fail."); in GetSessionReturnData()
530 LOGW("add groupId to returnData fail."); in GetSessionReturnData()
537 LOGW("pack returnData to returnDataStr fail."); in GetSessionReturnData()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c47 LOGW("Failed to get auth param list!"); in CreateClientAuthSubSessionInner()
136 LOGW("Failed to process client auth task, try to auth on next group!"); in ProcessClientAuthTaskInner()
211 LOGW("Failed to create and process client auth task, try to auth on next group!"); in CreateAndProcessClientAuthTask()
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_distinguished_name_openssl.c200 LOGW("Ignore unknown name attribute"); in SetValueToX509Name()
205 LOGW("No value provided for name attribute"); in SetValueToX509Name()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c35 LOGW("Failed to check upgrade indentity, not upgrade situation."); in CheckUpgradeIdentity()
56 LOGW("Check upgradeIdentity failed, appId or identity may be incorrect."); in CheckUpgradeIdentity()
113 LOGW("Group is not upgrade group, not need to remove!"); in CheckAndRemoveUpgradeGroupEntry()
121 LOGW("groupId or groupOwner is null, not need to remove!"); in CheckAndRemoveUpgradeGroupEntry()
141 LOGW("Delete group from db failed!"); in CheckAndRemoveUpgradeGroupEntry()
897 LOGW("delete device failed, result:%d", result); in DelDeviceFromDb()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c38 LOGW("peer udid not found, try to get peer authId!"); in GetPeerDeviceEntryByContext()
450 LOGW("Failed to get real pkInfo json!"); in GetRealPkInfoStr()

Completed in 12 milliseconds

12