Home
last modified time | relevance | path

Searched refs:SetNamesAndArgs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Doption_args.h46 … void SetNamesAndArgs(const std::vector<std::string>& names, const std::vector<std::string>& args);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Doption_args.cpp129 void OptionArgs::SetNamesAndArgs(const std::vector<std::string>& names, const std::vector<std::stri… in SetNamesAndArgs() function in OHOS::HiviewDFX::OptionArgs
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp442 g_config->args_->SetNamesAndArgs(names, args);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp267 args->SetNamesAndArgs(dumperOpts.abilitieNames_, dumperOpts.abilitieArgs_); in HandleDumpAbility()