Searched refs:optionKey (Results 1 – 3 of 3) sorted by relevance
323 std::string optionKey = Str16ToStr8(args[0]); in Dump() local324 if (optionKey != "-h") { in Dump()
708 std::string optionKey = Str16ToStr8(args[0]); in Dump() local709 if (optionKey == OPTION_KEY_HELP) { in Dump()712 if (optionKey == OPTION_KEY_DUMP_IPC) { in Dump()715 if (optionKey == OPTION_KEY_DUMP_FFRT) { in Dump()719 TAG_LOGE(AAFwkTag::APPMGR, "option key %{public}s does not exist", optionKey.c_str()); in Dump()
1341 std::string optionKey = Str16ToStr8(args[0]); in ParseOption() local1342 auto iter = dumpKeyMap_.find(optionKey); in ParseOption()