Home
last modified time | relevance | path

Searched refs:optionMap_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Ddfx.cpp32 dfxController_->optionMap_[DfxOptionHandler::COMPILER_NULLCHECK] = 1; in SetDefaultOption()
35 dfxController_->optionMap_[DfxOptionHandler::REFERENCE_DUMP] = 1; in SetDefaultOption()
38 dfxController_->optionMap_[DfxOptionHandler::SIGNAL_CATCHER] = 1; in SetDefaultOption()
41 dfxController_->optionMap_[DfxOptionHandler::SIGNAL_HANDLER] = 1; in SetDefaultOption()
44 dfxController_->optionMap_[DfxOptionHandler::ARK_SIGQUIT] = 1; in SetDefaultOption()
47 dfxController_->optionMap_[DfxOptionHandler::ARK_SIGUSR1] = 1; in SetDefaultOption()
50 dfxController_->optionMap_[DfxOptionHandler::ARK_SIGUSR2] = 1; in SetDefaultOption()
53 dfxController_->optionMap_[DfxOptionHandler::MOBILE_LOG] = 1; in SetDefaultOption()
56 dfxController_->optionMap_[DfxOptionHandler::HUNG_UPDATE] = 0; in SetDefaultOption()
60 dfxController_->optionMap_[DfxOptionHandle in SetDefaultOption()
[all...]
H A Ddfx.h68 return dfxController_->optionMap_[dfxOption]; in GetOptionValue()
74 dfxController_->optionMap_[dfxOption] = value; in SetOptionValue()
84 explicit DfxController(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) : optionMap_(std::move(optionMap)) in DfxController()
90 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap_; member in ark::DfxController

Completed in 1 milliseconds