Lines Matching defs:name
54 Register("-n", 1, "Set the js app name show on <window title>.");
57 Register("-s", 1, "Local socket name <socket-name> for command line interface.");
71 Register("-ts", 1, "Trace socket name");
347 errorInfo = std::string("Js app name it too long, max: " + std::to_string(MAX_NAME_LENGTH) + ".");
352 ILOG("CommandParser app name: %s", appName.c_str());
870 std::string name = Value("abn");
871 if (name.empty()) {
872 errorInfo = std::string("The ability name is empty.");
876 abilityName = name;