Home
last modified time | relevance | path

Searched defs:SC_LOG_INFO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/security_component_manager/frameworks/common/include/
H A Dsec_comp_log.h36 #define SC_LOG_INFO(label, fmt, ...) \ macro
50 #define SC_LOG_INFO(fmt, ...) printf("[%s] info: %s: " fmt "\n", LOG_TAG, __func__, ##__VA_ARGS__) macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_log.h27 #define SC_LOG_INFO(fmt, ...) \ macro