Searched refs:dfx_option (Results 1 – 6 of 6) sorted by relevance
52 using DfxOptionHandler = os::dfx_option::DfxOptionHandler;67 static uint8_t GetOptionValue(DfxOptionHandler::DfxOption dfx_option) in GetOptionValue() argument70 return dfx_controller->option_map_[dfx_option]; in GetOptionValue()73 static void SetOptionValue(DfxOptionHandler::DfxOption dfx_option, uint8_t value) in SetOptionValue() argument76 dfx_controller->option_map_[dfx_option] = value; in SetOptionValue()
76 auto dfx_option = DfxOptionHandler::DfxOptionFromString(option_str); in ResetOptionValueFromString() local77 if (dfx_option != DfxOptionHandler::END_FLAG) { in ResetOptionValueFromString()78 DfxController::SetOptionValue(dfx_option, value); in ResetOptionValueFromString()80 if (dfx_option == DfxOptionHandler::MOBILE_LOG) { in ResetOptionValueFromString()
18 namespace panda::os::dfx_option { namespace47 std::string DfxOptionHandler::StringFromDfxOption(DfxOptionHandler::DfxOption dfx_option) in StringFromDfxOption() argument51 if (dfx_option == DfxOptionHandler::DfxOption::e) { \ in StringFromDfxOption()
24 namespace panda::os::dfx_option {77 static std::string StringFromDfxOption(DfxOptionHandler::DfxOption dfx_option);
46 "$ark_root/libpandabase/os/dfx_option.cpp",69 "$ark_root/libpandabase/os/dfx_option.cpp",
40 ${PANDA_ROOT}/libpandabase/os/dfx_option.cpp