Home
last modified time | relevance | path

Searched defs:argsFormat (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dcommand.cpp20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command()
25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) : format(args… in Command()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcommand.cpp20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command()
25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) in Command()
/ohos5.0/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Dcommand.cpp18 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command()
/ohos5.0/base/time/time_service/services/dfx/src/
H A Dtime_cmd_parse.cpp19const std::vector<std::string> &argsFormat, const std::string &strHelp, const TimeCmdParse::Action… in TimeCmdParse()