Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Ddfx.h65 static uint8_t GetOptionValue(DfxOptionHandler::DfxOption dfxOption) in GetOptionValue()
71 static void SetOptionValue(DfxOptionHandler::DfxOption dfxOption, uint8_t value) in SetOptionValue()
Ddfx.cpp83 auto dfxOption = DfxOptionHandler::DfxOptionFromString(optionStr); in ResetOptionValueFromString() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddfx_option.cpp51 std::string DfxOptionHandler::StringFromDfxOption(DfxOptionHandler::DfxOption dfxOption) in StringFromDfxOption()