Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_touchscreen_builder.cpp282 !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 …]
H A Dvirtual_mouse_builder.cpp269 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()
H A Dvirtual_keyboard_builder.cpp197 if (!Utility::IsInteger(optarg)) { in ReadDownAction()
212 if (!Utility::IsInteger(optarg)) { in ReadUpAction()
H A Dvirtual_device_builder.cpp140 if (!Utility::IsInteger(direntName)) { in ExecuteUnmount()
373 if (!Utility::IsInteger(std::string(path))) { in WaitFor()
/ohos5.0/base/msdp/device_status/test/unittest/utils/src/
H A Dutility_test.cpp76 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 …]
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutility.h58 static bool IsInteger(const std::string &target);
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutility.cpp110 bool Utility::IsInteger(const std::string &target) in IsInteger() function in OHOS::Msdp::DeviceStatus::Utility
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp412 if (configItem.empty() || value.empty() || !Utility::IsInteger(value)) { in ConfigItemSwitch()
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp412 if (configItem.empty() || value.empty() || !Utility::IsInteger(value)) { in ConfigItemSwitch()
/ohos5.0/base/msdp/device_status/utils/common/
H A Dlibdevicestatus_util_map32 …"OHOS::Msdp::DeviceStatus::Utility::IsInteger(std::__h::basic_string<char, std::__h::char_traits<c…