Searched refs:category_arg (Results 1 – 1 of 1) sorted by relevance
58 CommandArgumentData category_arg; in CommandObjectLogEnable() local68 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()69 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()71 arg2.push_back(category_arg); in CommandObjectLogEnable()228 CommandArgumentData category_arg; in CommandObjectLogDisable() local238 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()239 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()241 arg2.push_back(category_arg); in CommandObjectLogDisable()