Home
last modified time | relevance | path

Searched refs:isfirstCommand (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/tools/aa/src/
Dability_command.cpp438 bool isfirstCommand = false; in RunAsDumpsysCommand() local
499 if (isfirstCommand == false) { in RunAsDumpsysCommand()
500 isfirstCommand = true; in RunAsDumpsysCommand()
511 if (isfirstCommand == false) { in RunAsDumpsysCommand()
512 isfirstCommand = true; in RunAsDumpsysCommand()
528 if (isfirstCommand == false) { in RunAsDumpsysCommand()
529 isfirstCommand = true; in RunAsDumpsysCommand()
550 if (isfirstCommand == false && optarg == nullptr) { in RunAsDumpsysCommand()
551 isfirstCommand = true; in RunAsDumpsysCommand()
565 if (isfirstCommand == false && optarg == nullptr) { in RunAsDumpsysCommand()
[all …]