Searched refs:category_arg (Results 1 – 1 of 1) sorted by relevance
53 CommandArgumentData category_arg; in CommandObjectLogEnable() local63 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()64 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()66 arg2.push_back(category_arg); in CommandObjectLogEnable()193 CommandArgumentData category_arg; in CommandObjectLogDisable() local203 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()204 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()206 arg2.push_back(category_arg); in CommandObjectLogDisable()