Home
last modified time | relevance | path

Searched refs:PlatformTraceModuleExplain (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_trace_transfer.c11 static struct PlatformTraceModuleExplain g_traceModuleExplain[] = {
46 const struct PlatformTraceModuleExplain *PlatformTraceModuleExplainGetAll(void) in PlatformTraceModuleExplainGetAll()
H A Dplatform_trace_unopen.c22 const struct PlatformTraceModuleExplain *PlatformTraceModuleExplainGetAll(void) in PlatformTraceModuleExplainGetAll()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_trace.h81 struct PlatformTraceModuleExplain { struct
88 const struct PlatformTraceModuleExplain *PlatformTraceModuleExplainGetAll(void); argument
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Dplatform_trace.c68 const struct PlatformTraceModuleExplain *explains = PlatformTraceModuleExplainGetAll(); in TraceMeanPrint()