Home
last modified time | relevance | path

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

1234567

/base/startup/init/interfaces/innerkits/include/
Dbeget_ext.h76 #define STARTUP_LOGV(domain, tag, fmt, ...) argument
77 #define STARTUP_LOGI(domain, tag, fmt, ...) argument
78 #define STARTUP_LOGW(domain, tag, fmt, ...) argument
79 #define STARTUP_LOGE(domain, tag, fmt, ...) argument
80 #define STARTUP_LOGF(domain, tag, fmt, ...) argument
83 #define STARTUP_LOGV(domain, tag, fmt, ...) \ argument
85 #define STARTUP_LOGI(domain, tag, fmt, ...) \ argument
87 #define STARTUP_LOGW(domain, tag, fmt, ...) \ argument
89 #define STARTUP_LOGE(domain, tag, fmt, ...) \ argument
91 #define STARTUP_LOGF(domain, tag, fmt, ...) \ argument
[all …]
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp59 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& re… in ParseDimension()
70 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor()
81 bool SecCompBase::ParseBool(const nlohmann::json& json, const std::string& tag, bool& res) in ParseBool()
92 bool SecCompBase::ParsePadding(const nlohmann::json& json, const std::string& tag, PaddingSize& res) in ParsePadding()
115 bool SecCompBase::ParseColors(const nlohmann::json& json, const std::string& tag) in ParseColors()
134 bool SecCompBase::ParseBorders(const nlohmann::json& json, const std::string& tag) in ParseBorders()
144 bool SecCompBase::ParseSize(const nlohmann::json& json, const std::string& tag) in ParseSize()
171 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent()
181 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
338 bool SecCompBase::ParseStyle(const nlohmann::json& json, const std::string& tag) in ParseStyle()
/base/hiviewdfx/hilog/platform/
Dhilog_printf.cpp36 …iLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs()
43 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint()
53 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
/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()
98 static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag, const char *logIn… in PrintLog()
116 static void PrintLogFmt(int logLevel, unsigned int domain, const char *tag, const char *fmt, va_lis… in PrintLogFmt()
126 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.cpp101 ResultSet SysEventQueryWrapper::Execute(int limit, DbQueryTag tag, QueryProcessInfo callerInfo, in Execute()
128 bool SysEventQueryWrapper::IsConditionCntValid(const DbQueryTag& tag) in IsConditionCntValid()
138 bool SysEventQueryWrapper::IsQueryCntLimitValid(const DbQueryTag& tag, const int limit, in IsQueryCntLimitValid()
152 bool SysEventQueryWrapper::IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, in IsQueryCostTimeValid()
167 bool SysEventQueryWrapper::IsConcurrentQueryCntValid(const DbQueryTag& tag, const DbQueryCallback& … in IsConcurrentQueryCntValid()
182 bool SysEventQueryWrapper::IsQueryFrequenceValid(const DbQueryTag& tag, const QueryProcessInfo& pro… in IsQueryFrequenceValid()
209 void SysEventQueryWrapper::IncreaseConcurrentCnt(const DbQueryTag& tag) in IncreaseConcurrentCnt()
216 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/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/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_user_input_test.cpp44 std::string tag = "Tag"; variable
80 std::string tag = "Tag"; variable
214 std::string tag = "Tag"; variable
236 std::string tag = "Tag"; variable
258 std::string tag = "Tag"; variable
280 std::string tag = "Tag"; variable
306 std::string tag = "Tag"; variable
348 std::string tag = "Tag"; variable
372 std::string tag = "Tag"; variable
/base/update/updater/services/ui/language/
Dlanguage_ui.h58 #define TR(tag) Lang::LanguageUI::GetInstance().Translate(STRINGFY(tag)) argument
61 #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()
Dmock_soc_action_base.cpp22 void SocActionBase::SocLimitRequest(int32_t tag, int64_t value) in SocLimitRequest()
/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/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/usb/usb_manager/test/native/service_unittest/src/
Dusb_request_test.cpp102 uint8_t tag[TAG_SIZE] = "request read"; variable
145 uint8_t tag[TAG_SIZE] = "request write"; variable
190 uint8_t tag[TAG_SIZE] = "request read"; variable
233 uint8_t tag[TAG_SIZE] = "request read"; variable
276 uint8_t tag[TAG_SIZE] = "request write"; variable
322 uint8_t tag[TAG_SIZE] = "request write"; variable
668 uint8_t tag[TAG_SIZE] = "request free 001"; variable
711 uint8_t tag[TAG_SIZE] = "request free 002"; variable
757 uint8_t tag[TAG_SIZE] = "request free 003"; variable
803 uint8_t tag[TAG_SIZE] = "request free 004"; variable
[all …]
/base/update/updater/services/ui/
Dupdater_ui_facade.cpp76 void UpdaterUiFacade::ShowLog(const std::string &tag, bool isClear) const in ShowLog() argument
83 void UpdaterUiFacade::ShowLogRes(const std::string &tag, bool isClear) const in ShowLogRes() argument
90 void UpdaterUiFacade::ShowUpdInfo(const std::string &tag, bool isClear) const in ShowUpdInfo() argument
227 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const in ShowMsg() argument
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp88 static uint16_t GetFinalLevel(unsigned int domain, const std::string& tag) in GetFinalLevel()
161 static int PrintLog(HilogMsg& header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t f… in PrintLog()
187 …iLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs()
314 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint()
324 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api.cpp149 static void AddHuksTagPart1(JSIValue tag) in AddHuksTagPart1()
176 static void AddHuksTagPart2(JSIValue tag) in AddHuksTagPart2()
200 JSIValue tag = JSI::CreateObject(); in CreateHuksTag() local
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp37 static void LogToDmesg(Level logLevel, const char *tag, const char *info) in LogToDmesg()
69 int DfxLog(const Level logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLog()
/base/security/device_auth/services/frameworks/inc/hiview_adapter/
Dhitrace_adapter.h41 #define DEV_AUTH_START_TRACE(tag) argument
48 #define DEV_AUTH_START_TRACE(tag) DevAuthStartTrace(tag) argument
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhilog_cp.h28 const char *tag; member
/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_base_info.h25 std::string tag; member
/base/hiviewdfx/hiview/base/include/
Di_logger.h28 …virtual void Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_list a… in Print()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dsys_event_rule.h46 std::string tag; variable
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dsys_event_rule.h42 std::string tag; variable

1234567