Home
last modified time | relevance | path

Searched refs:ProcessTwoParameter (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.cpp86 ProcessTwoParameter(args[FIRST_PARAMETER], args[SECOND_PARAMETER], result); in Dump()
212 void AccountDumpHelper::ProcessTwoParameter(const std::string& arg1, const std::string& arg2, std::… in ProcessTwoParameter() function in OHOS::AccountSA::AccountDumpHelper
H A Daccount_dump_helper.h37 …void ProcessTwoParameter(const std::string& arg1, const std::string& arg2, std::string& result) co…