Searched refs:IsInteger (Results 1 – 10 of 10) sorted by relevance
282 !Utility::IsInteger(argv[optind]) || !Utility::IsInteger(argv[optind + 1])) { in ReadDownAction()292 while ((optind < argc) && Utility::IsInteger(argv[optind])) { in ReadDownAction()302 …if (!Utility::IsInteger(optarg) || (optind < 0) || (optind + 1 >= argc) || !Utility::IsInteger(arg… in ReadMoveAction()315 while ((optind < argc) && Utility::IsInteger(argv[optind])) { in ReadMoveAction()324 if (!Utility::IsInteger(optarg)) { in ReadUpAction()339 …if (!Utility::IsInteger(optarg) || (optind < 0) || (optind + 1 >= argc) || !Utility::IsInteger(arg… in ReadMoveToAction()340 !Utility::IsInteger(argv[optind + 1])) { in ReadMoveToAction()350 while ((optind < argc) && Utility::IsInteger(argv[optind])) { in ReadMoveToAction()360 !Utility::IsInteger(argv[optind]) || !Utility::IsInteger(argv[optind + SY_OFFSET]) || in ReadDragToAction()361 … !Utility::IsInteger(argv[optind + TX_OFFSET]) || !Utility::IsInteger(argv[optind + TY_OFFSET])) { in ReadDragToAction()[all …]
269 if (!Utility::IsInteger(std::string(optarg)) || (optind < 0) || (optind >= argc) || in ReadMoveAction()270 !Utility::IsInteger(argv[optind])) { in ReadMoveAction()278 if ((argv[optind] != nullptr) && Utility::IsInteger(std::string(argv[optind]))) { in ReadMoveAction()290 …if (!Utility::IsInteger(optarg) || (optind < 0) || (optind >= argc) || !Utility::IsInteger(argv[op… in ReadMoveToAction()299 while ((optind < argc) && Utility::IsInteger(argv[optind])) { in ReadMoveToAction()308 …if (!Utility::IsInteger(optarg) || (optind < 0) || (optind >= argc) || !Utility::IsInteger(argv[op… in ReadDragToAction()321 while ((optind < argc) && Utility::IsInteger(argv[optind])) { in ReadDragToAction()350 if (!Utility::IsInteger(std::string(optarg))) { in ReadScrollAction()
197 if (!Utility::IsInteger(optarg)) { in ReadDownAction()212 if (!Utility::IsInteger(optarg)) { in ReadUpAction()
140 if (!Utility::IsInteger(direntName)) { in ExecuteUnmount()373 if (!Utility::IsInteger(std::string(path))) { in WaitFor()
76 bool ret = Utility::IsInteger(target);90 bool ret = Utility::IsInteger(target);104 bool ret = Utility::IsInteger(target);118 bool ret = Utility::IsInteger(target);132 bool ret = Utility::IsInteger(target);146 bool ret = Utility::IsInteger(target);160 bool ret = Utility::IsInteger(target);174 bool ret = Utility::IsInteger(target);188 bool ret = Utility::IsInteger(target);202 bool ret = Utility::IsInteger(target);[all …]
58 static bool IsInteger(const std::string &target);
110 bool Utility::IsInteger(const std::string &target) in IsInteger() function in OHOS::Msdp::DeviceStatus::Utility
412 if (configItem.empty() || value.empty() || !Utility::IsInteger(value)) { in ConfigItemSwitch()
32 …"OHOS::Msdp::DeviceStatus::Utility::IsInteger(std::__h::basic_string<char, std::__h::char_traits<c…