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()194 CommandArgumentData category_arg; in CommandObjectLogDisable() local204 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()205 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()207 arg2.push_back(category_arg); in CommandObjectLogDisable()