Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 218) sorted by relevance

123456789

/base/global/resource_management/frameworks/resmgr/include/
Dhilog_wrapper.h36 …#define RESMGR_HILOGE(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_ERROR, 0xD001E00, tag, fmt, ##__VA_A… argument
37 …#define RESMGR_HILOGW(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_WARN, 0xD001E00, tag, fmt, ##__VA_AR… argument
38 …#define RESMGR_HILOGI(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_INFO, 0xD001E00, tag, fmt, ##__VA_AR… argument
39 …#define RESMGR_HILOGD(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_DEBUG, 0xD001E00, tag, fmt, ##__VA_A… argument
40 …#define RESMGR_HILOGF(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_FATAL, 0xD001E00, tag, fmt, ##__VA_A… argument
53 #define RESMGR_HILOGE(tag, fmt, ...) argument
54 #define RESMGR_HILOGW(tag, fmt, ...) argument
55 #define RESMGR_HILOGI(tag, fmt, ...) argument
56 #define RESMGR_HILOGD(tag, fmt, ...) argument
57 #define RESMGR_HILOGF(tag, fmt, ...) argument
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter_c.c19 void HiTraceStartTrace(uint64_t tag, const char* value) in HiTraceStartTrace()
24 void HiTraceFinishTrace(uint64_t tag) in HiTraceFinishTrace()
29 void HiTraceStartAsyncTrace(uint64_t tag, const char* value, int32_t taskId) in HiTraceStartAsyncTrace()
34 void HiTraceFinishAsyncTrace(uint64_t tag, const char* value, int32_t taskId) in HiTraceFinishAsyncTrace()
39 void HiTraceCountTrace(uint64_t tag, const char* value, int32_t count) in HiTraceCountTrace()
Dhitrace_meter_wrapper.cpp23 void StartTraceCwrapper(uint64_t tag, const char *value) in StartTraceCwrapper()
28 void FinishTraceCwrapper(uint64_t tag) in FinishTraceCwrapper()
33 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in StartAsyncTraceCwrapper()
38 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in FinishAsyncTraceCwrapper()
43 void CountTraceCwrapper(uint64_t tag, const char *value, int64_t count) in CountTraceCwrapper()
/base/security/crypto_framework/test/unittest/src/aes_cipher/
Dcrypto_aes_gcm_cipher_test.cpp49 uint8_t tag[16] = {0}; variable
103 uint8_t tag[16] = {0}; variable
157 uint8_t tag[16] = {0}; variable
211 uint8_t tag[16] = {0}; variable
265 uint8_t tag[16] = {0}; variable
319 uint8_t tag[16] = {0}; variable
373 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
426 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
547 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
591 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
[all …]
Dcrypto_aes_ccm_cipher_test.cpp49 uint8_t tag[12] = {0}; variable
102 uint8_t tag[12] = {0}; variable
155 uint8_t tag[12] = {0}; variable
208 uint8_t tag[12] = {0}; variable
261 uint8_t tag[12] = {0}; variable
315 uint8_t tag[12] = {0}; variable
368 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable
420 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable
504 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable
546 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable
[all …]
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp66 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& re… in ParseDimension()
77 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor()
88 bool SecCompBase::ParseBool(const nlohmann::json& json, const std::string& tag, bool& res) in ParseBool()
99 bool SecCompBase::ParseString(const nlohmann::json& json, const std::string& tag, std::string& res) in ParseString()
110 bool SecCompBase::ParsePadding(const nlohmann::json& json, const std::string& tag, PaddingSize& res) in ParsePadding()
133 bool SecCompBase::ParseColors(const nlohmann::json& json, const std::string& tag) in ParseColors()
152 bool SecCompBase::ParseBorders(const nlohmann::json& json, const std::string& tag) in ParseBorders()
162 bool SecCompBase::ParseSize(const nlohmann::json& json, const std::string& tag) in ParseSize()
189 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent()
220 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
[all …]
/base/security/crypto_framework/test/unittest/src/
Dcrypto_sm4_gcm_cipher_test.cpp51 uint8_t tag[16] = {0}; variable
105 uint8_t tag[16] = {0}; variable
159 uint8_t tag[16] = {0}; variable
213 uint8_t tag[16] = {0}; variable
267 uint8_t tag[16] = {0}; variable
321 uint8_t tag[16] = {0}; variable
443 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
487 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
530 uint8_t tag[GCM_TAG_LEN] = { 0 }; variable
572 uint8_t tag[GCM_TAG_LEN] = {0}; variable
[all …]
/base/startup/init/interfaces/innerkits/include/
Dbeget_ext.h83 #define STARTUP_LOGV(domain, tag, fmt, ...) argument
84 #define STARTUP_LOGI(domain, tag, fmt, ...) argument
85 #define STARTUP_LOGW(domain, tag, fmt, ...) argument
86 #define STARTUP_LOGE(domain, tag, fmt, ...) argument
87 #define STARTUP_LOGF(domain, tag, fmt, ...) argument
90 #define STARTUP_LOGV(domain, tag, fmt, ...) \ argument
92 #define STARTUP_LOGI(domain, tag, fmt, ...) \ argument
94 #define STARTUP_LOGW(domain, tag, fmt, ...) \ argument
96 #define STARTUP_LOGE(domain, tag, fmt, ...) \ argument
98 #define STARTUP_LOGF(domain, tag, fmt, ...) \ argument
[all …]
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhilog_adapter.cpp41 int HiLogAdapterPrintLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterPrintLog()
50 int HiLogAdapterConsoleLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterConsoleLog()
56 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog()
66 int HiLogAdapter::PrintConsoleLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintConsoleLog()
/base/security/access_token/frameworks/common/src/
Djson_parser.cpp37 bool JsonParser::GetStringFromJson(const nlohmann::json& j, const std::string& tag, std::string& ou… in GetStringFromJson()
46 bool JsonParser::GetIntFromJson(const nlohmann::json& j, const std::string& tag, int& out) in GetIntFromJson()
55 bool JsonParser::GetUnsignedIntFromJson(const nlohmann::json& j, const std::string& tag, unsigned i… in GetUnsignedIntFromJson()
64 bool JsonParser::GetBoolFromJson(const nlohmann::json& j, const std::string& tag, bool& out) in GetBoolFromJson()
/base/security/device_auth/frameworks/deviceauth_lite/source/log/
Dlog.c78 static void hc_logd(const char *tag, const char *func, const char *format, ...) in hc_logd()
85 static void hc_logi(const char *tag, const char *func, const char *format, ...) in hc_logi()
92 static void hc_logw(const char *tag, const char *func, const char *format, ...) in hc_logw()
99 static void hc_loge(const char *tag, const char *func, const char *format, ...) in hc_loge()
/base/startup/init/services/log/
Dinit_log.c42 static void LogToFile(const char *logFile, const char *tag, const char *info) in LogToFile()
73 void LogToDmesg(InitLogLevel logLevel, const char *tag, const char *info) in LogToDmesg()
103 static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag, const char *logIn… in PrintLog()
121 static void PrintLogFmt(int logLevel, unsigned int domain, const char *tag, const char *fmt, va_lis… in PrintLogFmt()
131 INIT_LOCAL_API void InitLog(int logLevel, unsigned int domain, const char *tag, const char *fmt, va… in InitLog()
/base/hiviewdfx/hiview/base/event_store/dao/
Dsys_event_query_wrapper.cpp103 ResultSet SysEventQueryWrapper::Execute(int limit, DbQueryTag tag, QueryProcessInfo callerInfo, in Execute()
130 bool SysEventQueryWrapper::IsConditionCntValid(const DbQueryTag& tag) in IsConditionCntValid()
140 bool SysEventQueryWrapper::IsQueryCntLimitValid(const DbQueryTag& tag, const int limit, in IsQueryCntLimitValid()
154 bool SysEventQueryWrapper::IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, in IsQueryCostTimeValid()
169 bool SysEventQueryWrapper::IsConcurrentQueryCntValid(const DbQueryTag& tag, const DbQueryCallback& … in IsConcurrentQueryCntValid()
184 bool SysEventQueryWrapper::IsQueryFrequenceValid(const DbQueryTag& tag, const QueryProcessInfo& pro… in IsQueryFrequenceValid()
212 void SysEventQueryWrapper::IncreaseConcurrentCnt(const DbQueryTag& tag) in IncreaseConcurrentCnt()
219 void SysEventQueryWrapper::DecreaseConcurrentCnt(const DbQueryTag& tag) in DecreaseConcurrentCnt()
/base/hiviewdfx/hilog/platform/
Dhilog_printf.cpp37 …iLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs()
44 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint()
54 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.cpp106 void FreezeRuleCluster::ParseTagFreeze(xmlNode* tag) in ParseTagFreeze()
115 void FreezeRuleCluster::ParseTagRules(xmlNode* tag) in ParseTagRules()
124 void FreezeRuleCluster::ParseTagRule(xmlNode* tag) in ParseTagRule()
153 void FreezeRuleCluster::ParseTagLinks(xmlNode* tag, FreezeRule& rule) in ParseTagLinks()
189 void FreezeRuleCluster::ParseTagEvent(xmlNode* tag, FreezeResult& result) in ParseTagEvent()
199 void FreezeRuleCluster::ParseTagResult(xmlNode* tag, FreezeResult& result) in ParseTagResult()
/base/hiviewdfx/hilog/frameworks/libhilog/base/
Dhilog_base.c35 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_… in SendMessage()
80 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogBasePrintArgs()
100 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in HiLogBasePrint()
114 bool HiLogBaseIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogBaseIsLoggable()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_user_input_test.cpp44 std::string tag = "Tag"; variable
80 std::string tag = "Tag"; variable
250 std::string tag = "Tag"; variable
272 std::string tag = "Tag"; variable
294 std::string tag = "Tag"; variable
316 std::string tag = "Tag"; variable
342 std::string tag = "Tag"; variable
384 std::string tag = "Tag"; variable
408 std::string tag = "Tag"; variable
/base/hiviewdfx/hilog/frameworks/hilog_ndk/
Dhilog_ndk.c21 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fm… in OH_LOG_Print()
31 bool OH_LOG_IsLoggable(unsigned int domain, const char *tag, LogLevel level) in OH_LOG_IsLoggable()
/base/hiviewdfx/hichecker/test/unittest/common/native/
Dhichecker_native_test.cpp296 std::string tag = "error_tag"; variable
309 std::string tag = "arkui_tag"; variable
325 std::string tag = "slow_process_tag"; variable
341 std::string tag = "slow_event_tag"; variable
/base/update/updater/services/ui/language/
Dlanguage_ui.h62 #define TR(tag) Lang::LanguageUI::GetInstance().Translate(STRINGFY(tag)) argument
65 #define TR(tag) "" argument
/base/powermgr/thermal_manager/test/unittest/mock_action/src/
Dmock_socperf_action.cpp24 void MockSocPerfAction::LimitRequest(int32_t tag, int64_t value) in LimitRequest()
34 int64_t MockSocPerfAction::GetLimitValue(int32_t tag) in GetLimitValue()
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dhilog_input_socket_client.cpp25 extern "C" int HilogWriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char … in HilogWriteLogMessage()
31 int HilogInputSocketClient::WriteLogMessage(HilogMsg *header, const char *tag, uint16_t tagLen, con… in WriteLogMessage()
/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api.cpp172 static void AddHuksTagPart1(JSIValue tag) in AddHuksTagPart1()
199 static void AddHuksTagPart2(JSIValue tag) in AddHuksTagPart2()
221 static void AddHuksTagPart3(JSIValue tag) in AddHuksTagPart3()
230 JSIValue tag = JSI::CreateObject(); in CreateHuksTag() local
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp97 static uint16_t GetFinalLevel(unsigned int domain, const std::string& tag) in GetFinalLevel()
170 static int PrintLog(HilogMsg& header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t f… in PrintLog()
196 static int LogToKmsg(const LogLevel level, const char *tag, const char* info) in LogToKmsg()
215 …iLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs()
359 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint()
369 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Dmusl_log.c22 LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in MuslHiLogPrinter()
33 const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLogPrint()

123456789