| /base/global/resource_management/frameworks/resmgr/include/ |
| D | hilog_wrapper.h | 36 …#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 41 #define RESMGR_HILOGW_BY_FLAG(flag, tag, fmt, ...) \ argument 57 #define RESMGR_HILOGE(tag, fmt, ...) argument 58 #define RESMGR_HILOGW(tag, fmt, ...) argument 59 #define RESMGR_HILOGI(tag, fmt, ...) argument 60 #define RESMGR_HILOGD(tag, fmt, ...) argument [all …]
|
| /base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
| D | hitrace_meter_c.c | 19 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()
|
| D | hitrace_meter_wrapper.cpp | 23 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/security_component_manager/frameworks/security_component/src/ |
| D | sec_comp_base.cpp | 68 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& re… in ParseDimension() 79 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor() 90 bool SecCompBase::ParseBool(const nlohmann::json& json, const std::string& tag, bool& res) in ParseBool() 101 bool SecCompBase::ParseString(const nlohmann::json& json, const std::string& tag, std::string& res) in ParseString() 112 bool SecCompBase::ParsePadding(const nlohmann::json& json, const std::string& tag, PaddingSize& res) in ParsePadding() 135 bool SecCompBase::ParseColors(const nlohmann::json& json, const std::string& tag) in ParseColors() 154 bool SecCompBase::ParseBorders(const nlohmann::json& json, const std::string& tag) in ParseBorders() 164 bool SecCompBase::ParseSize(const nlohmann::json& json, const std::string& tag) in ParseSize() 191 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent() 222 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect() [all …]
|
| /base/security/crypto_framework/test/unittest/src/aes_cipher/ |
| D | crypto_aes_gcm_cipher_test.cpp | 49 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 …]
|
| D | crypto_aes_ccm_cipher_test.cpp | 49 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/crypto_framework/test/unittest/src/ |
| D | crypto_sm4_gcm_cipher_test.cpp | 51 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/ |
| D | beget_ext.h | 83 #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/ |
| D | hilog_adapter.cpp | 41 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/ |
| D | json_parser.cpp | 37 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/ |
| D | log.c | 78 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/ |
| D | init_log.c | 42 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/ |
| D | sys_event_query_wrapper.cpp | 103 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/ |
| D | hilog_printf.cpp | 39 …iLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs() 46 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint() 61 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
|
| /base/hiviewdfx/hiview/plugins/freeze_detector/ |
| D | rule_cluster.cpp | 106 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/ |
| D | hilog_base.c | 35 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/ |
| D | notification_user_input_test.cpp | 44 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/hichecker/test/unittest/common/native/ |
| D | hichecker_native_test.cpp | 296 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/ |
| D | language_ui.h | 62 #define TR(tag) Lang::LanguageUI::GetInstance().Translate(STRINGFY(tag)) argument 65 #define TR(tag) "" argument
|
| /base/powermgr/thermal_manager/test/unittest/mock_action/src/ |
| D | mock_socperf_action.cpp | 24 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/hilog_ndk/ |
| D | hilog_ndk.c | 21 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/hilog/frameworks/libhilog/socket/ |
| D | hilog_input_socket_client.cpp | 25 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/ |
| D | hks_lite_api.cpp | 172 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/faultloggerd/interfaces/innerkits/signal_handler/ |
| D | musl_log.c | 22 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()
|
| /base/hiviewdfx/faultloggerd/common/dfxlog/ |
| D | dfx_log.cpp | 39 static void LogToDmesg(const LogLevel logLevel, const char *tag, const char *info) in LogToDmesg() 89 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fm… in DfxLogPrint() 106 int DfxLogPrintV(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *f… in DfxLogPrintV()
|