Home
last modified time | relevance | path

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

123456789

/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.cpp60 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& re… in ParseDimension()
71 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor()
82 bool SecCompBase::ParseBool(const nlohmann::json& json, const std::string& tag, bool& res) in ParseBool()
93 bool SecCompBase::ParsePadding(const nlohmann::json& json, const std::string& tag, PaddingSize& res) in ParsePadding()
116 bool SecCompBase::ParseColors(const nlohmann::json& json, const std::string& tag) in ParseColors()
135 bool SecCompBase::ParseBorders(const nlohmann::json& json, const std::string& tag) in ParseBorders()
145 bool SecCompBase::ParseSize(const nlohmann::json& json, const std::string& tag) in ParseSize()
172 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent()
182 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
346 bool SecCompBase::ParseStyle(const nlohmann::json& json, const std::string& tag) in ParseStyle()
/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/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/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/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/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/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()
187 void FreezeRuleCluster::ParseTagEvent(xmlNode* tag, FreezeResult& result) in ParseTagEvent()
197 void FreezeRuleCluster::ParseTagResult(xmlNode* tag, FreezeResult& result) in ParseTagResult()
/base/hiviewdfx/hilog/frameworks/libhilog/base/
Dhilog_base.c36 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_… in SendMessage()
81 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogBasePrintArgs()
101 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in HiLogBasePrint()
115 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/update/updater/services/ui/language/
Dlanguage_ui.h60 #define TR(tag) Lang::LanguageUI::GetInstance().Translate(STRINGFY(tag)) argument
63 #define TR(tag) "" argument
/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/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/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()
/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()
357 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint()
367 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp39 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()
/base/update/updater/services/ui/
Dupdater_ui_facade.cpp68 void UpdaterUiFacade::ShowLog(const std::string &tag, bool isClear) const in ShowLog() argument
75 void UpdaterUiFacade::ShowLogRes(const std::string &tag, bool isClear) const in ShowLogRes() argument
82 void UpdaterUiFacade::ShowUpdInfo(const std::string &tag, bool isClear) const in ShowUpdInfo() argument
219 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const in ShowMsg() argument
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhilog_adapter.cpp40 int HiLogAdapterPrintLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterPrintLog()
50 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog()
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_request_test.cpp104 uint8_t tag[TAG_SIZE] = "request read"; variable
147 uint8_t tag[TAG_SIZE] = "request write"; variable
192 uint8_t tag[TAG_SIZE] = "request read"; variable
235 uint8_t tag[TAG_SIZE] = "request read"; variable
278 uint8_t tag[TAG_SIZE] = "request write"; variable
324 uint8_t tag[TAG_SIZE] = "request write"; variable
670 uint8_t tag[TAG_SIZE] = "request free 001"; variable
713 uint8_t tag[TAG_SIZE] = "request free 002"; variable
759 uint8_t tag[TAG_SIZE] = "request free 003"; variable
805 uint8_t tag[TAG_SIZE] = "request free 004"; variable
[all …]

123456789