Home
last modified time | relevance | path

Searched defs:allTags (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp145 static bool ParseTagCategory(cJSON* tagCategoryNode, std::map<std::string, TagCategory>& allTags) in ParseTagCategory()
191 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags, in ParseTagInfo()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp411 … CheckTags(const std::vector<std::string> &tags, const std::map<std::string, TagCategory> &allTags) in CheckTags()
491 void TraceInit(const std::map<std::string, TagCategory> &allTags) in TraceInit()
513 void SetAllTags(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, in SetAllTags()
633 … SetTraceSetting(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, in SetTraceSetting()
1324 const std::map<std::string, TagCategory> &allTags, in HandleTraceOpen()
1336 const std::map<std::string, TagCategory> &allTags, in HandleServiceTraceOpen()
1372 … std::string &args, TraceParams &cmdTraceParams, const std::map<std::string, TagCategory> &allTags, in ParseArgs()
1459 std::map<std::string, TagCategory> allTags; in OpenTrace() local
1505 std::map<std::string, TagCategory> allTags; in OpenTrace() local
1636 std::map<std::string, TagCategory> allTags; in CloseTrace() local
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp587 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> allTags; variable
601 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> allTags; variable