Searched defs:Command (Results 1 – 6 of 6) sorted by relevance
20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command() function in OHOS::MiscServices::Command25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) in Command() function in OHOS::MiscServices::Command
50 struct Command { struct51 CommandType commandType; argument
23 Command::Command() in Command() function in OHOS::CameraStandard::DeferredProcessing::Command
177 uint32_t Command(uint32_t index) const in Command() function
164 #define UPDATE_TO_RENDER(Command, value, type) … argument
315 using Command = void (*)(const ArgList&); variable