Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsInteger
(Results
1 - 8
of
8
) sorted by relevance
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_touchscreen_builder.cpp
281
if (!Utility::
IsInteger
(optarg) || (optind < 0) || (optind + 1 >= argc) ||
in ReadDownAction()
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
(argv[optind])) {
in ReadMoveAction()
310
if ((optind + 1 < argc) && Utility::
IsInteger
(argv[optind + 1])) {
in ReadMoveAction()
315
while ((optind < argc) && Utility::
IsInteger
(argv[optind])) {
in ReadMoveAction()
324
if (!Utility::
IsInteger
(optarg)) {
in ReadUpAction()
339
if (!Utility::
IsInteger
(optar
in ReadMoveToAction()
[all...]
H
A
D
virtual_mouse_builder.cpp
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[optind])) {
in ReadMoveToAction()
299
while ((optind < argc) && Utility::
IsInteger
(argv[optind])) {
in ReadMoveToAction()
308
if (!Utility::
IsInteger
(optarg) || (optind < 0) || (optind >= argc) || !Utility::
IsInteger
(argv[optind])) {
in ReadDragToAction()
321
while ((optind < argc) && Utility::
IsInteger
(argv[optind])) {
in ReadDragToAction()
350
if (!Utility::
IsInteger
(st
in ReadScrollAction()
[all...]
H
A
D
virtual_keyboard_builder.cpp
197
if (!Utility::
IsInteger
(optarg)) {
in ReadDownAction()
212
if (!Utility::
IsInteger
(optarg)) {
in ReadUpAction()
H
A
D
virtual_device_builder.cpp
140
if (!Utility::
IsInteger
(direntName)) {
373
if (!Utility::
IsInteger
(std::string(path))) {
/base/msdp/device_status/test/unittest/utils/src/
H
A
D
utility_test.cpp
76
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
90
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
104
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
118
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
132
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
146
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
160
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
174
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
188
bool ret = Utility::
IsInteger
(target);
in HWTEST_F()
202
bool ret = Utility::
IsInteger
(targe
in HWTEST_F()
[all...]
/base/msdp/device_status/utils/common/include/
H
A
D
utility.h
58
static bool
IsInteger
(const std::string &target);
/base/msdp/device_status/utils/common/src/
H
A
D
utility.cpp
109
bool Utility::
IsInteger
(const std::string &target)
in IsInteger()
function in OHOS::Msdp::DeviceStatus::Utility
/base/msdp/device_status/intention/services/device_manager/src/
H
A
D
device.cpp
412
if (configItem.empty() || value.empty() || !Utility::
IsInteger
(value)) {
in ConfigItemSwitch()
Completed in 6 milliseconds