Home
last modified time | relevance | path

Searched refs:HITRACE_TAG_DSOFTBUS (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hitrace/cmd/example/
Dhitrace_example.cpp60 HITRACE_TAG_DSOFTBUS,
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/
Dhitrace_meter.h56 constexpr uint64_t HITRACE_TAG_DSOFTBUS = (1ULL << 45); // Distributed Softbus tag. variable
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_cmd.cpp888 g_tagMap["dsoftbus"] = { "dsoftbus", "Distributed Softbus", HITRACE_TAG_DSOFTBUS, USER, {}}; in InitAllSupportTags()