Lines Matching defs:value

101     int value = atoi(str.data());
102 if (value > UINT8_MAX) {
103 ELOG("CommandLine::ToUint8 value is overflow, value: %d", value);
105 return static_cast<uint8_t>(value);
346 ELOG("PowerCommand invalid value: %f", val);
366 ILOG("Set power run finished, the value is: %f", val);
404 ELOG("Barometer invalid value: %d", val);
424 ILOG("Set barometer run finished, the value is: %d", val);
455 ELOG("Invalid value of reason!");
821 ELOG("LocationCommand invalid latitude value: %f", atof(latitude.data()));
826 ELOG("LocationCommand invalid longitude value: %f", atof(longitude.data()));
915 ILOG("Set keepScreenOnState run finished, the value is: %s",
949 ILOG("Set wearingState run finished, the value is: %s", args["WearingState"].AsBool() ? "true" : "false");
983 ILOG("Set brightnessMode run finished, the value is: %d", args["BrightnessMode"].AsInt());
998 ELOG("BrightnessModeCommand invalid value: %d", temp);
1022 ILOG("Set chargeMode run finished, the value is: %d", args["ChargeMode"].AsInt());
1037 ELOG("ChargeModeCommand invalid value: %d", temp);
1062 ILOG("Set brightness run finished, the value is: %d", args["Brightness"].AsInt());
1077 ELOG("BrightnessCommand invalid value: ", temp);
1101 ILOG("Set heartRate run finished, the value is: %d", args["HeartRate"].AsInt());
1120 ELOG("HeartRateCommand invalid value: %d", temp);
1144 ILOG("Set stepCount run finished, the value is: %d", args["StepCount"].AsInt());
1160 ELOG("StepCountCommand invalid value: %d", temp);
1299 ELOG("Param isInputMethod's value is invalid.");
1313 ELOG("Param codePoint's value is invalid.");
1325 ELOG("Param keyEvent's value is invalid.");
1332 ELOG("Param keyAction's value is invalid,value range %d-%d.", minActionVal, maxActionVal);
1337 ELOG("Param pressedCode value is invalid,value range %d-%d.", minKeyVal, maxKeyVal);
1343 ELOG("Param pressedCodes's value is invalid.");
1348 ELOG("Param pressedCode value is invalid,value range %d-%d.", minKeyVal, maxKeyVal);
1440 ELOG("Param axisValues's value is invalid.");