Home
last modified time | relevance | path

Searched refs:DfxOption (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/libpandabase/utils/
Ddfx.h56 static void Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> option_map);
67 static uint8_t GetOptionValue(DfxOptionHandler::DfxOption dfx_option) in GetOptionValue()
73 static void SetOptionValue(DfxOptionHandler::DfxOption dfx_option, uint8_t value) in SetOptionValue()
86 explicit DfxController(std::map<DfxOptionHandler::DfxOption, uint8_t> option_map) in DfxController() argument
93 std::map<DfxOptionHandler::DfxOption, uint8_t> option_map_;
Ddfx.cpp27 for (auto option = DfxOptionHandler::DfxOption(0); option < DfxOptionHandler::END_FLAG; in SetDefaultOption()
28 option = DfxOptionHandler::DfxOption(option + 1)) { in SetDefaultOption()
106 void DfxController::Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> option_map) in Initialize() argument
136 std::map<DfxOptionHandler::DfxOption, uint8_t> option_map; in Initialize()
137 for (auto option = DfxOptionHandler::DfxOption(0); option < DfxOptionHandler::END_FLAG; in Initialize()
138 option = DfxOptionHandler::DfxOption(option + 1)) { in Initialize()
/ark/runtime_core/libpandabase/os/
Ddfx_option.cpp34 DfxOptionHandler::DfxOption DfxOptionHandler::DfxOptionFromString(const std::string &s) in DfxOptionFromString()
39 return DfxOptionHandler::DfxOption::e; \ in DfxOptionFromString()
47 std::string DfxOptionHandler::StringFromDfxOption(DfxOptionHandler::DfxOption dfx_option) in StringFromDfxOption()
51 if (dfx_option == DfxOptionHandler::DfxOption::e) { \ in StringFromDfxOption()
Ddfx_option.h66 enum DfxOption : uint8_t { enum
75 static DfxOption DfxOptionFromString(const std::string &s);
77 static std::string StringFromDfxOption(DfxOptionHandler::DfxOption dfx_option);
/ark/runtime_core/libpandabase/tests/
Ddfx_test.cpp38 std::map<DfxOptionHandler::DfxOption, uint8_t> option_map; in TEST()
39 for (auto option = DfxOptionHandler::DfxOption(0); option < DfxOptionHandler::END_FLAG; in TEST()
40 option = DfxOptionHandler::DfxOption(option + 1)) { in TEST()