Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/
Dlogger.h46 struct AbckitComponent { struct
53 explicit AbckitComponent(const std::string &componentName, bool enabled = true) argument
58 explicit AbckitComponent(const std::string &componentName) : name_(componentName) in AbckitComponent() argument
63 void Disable() in Disable()
67 void Enable() in Enable()
71 bool CheckStatus() in CheckStatus()
75 std::string GetPrefix() in GetPrefix()