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:IsNumber
(Results
1 - 14
of
14
) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/dao/
H
A
D
sys_event_query.cpp
50
bool FieldValue::
IsNumber
() const
in IsNumber()
function in OHOS::HiviewDFX::EventStore::FieldValue
95
if (
IsNumber
()) {
in operator ==()
109
if (
IsNumber
()) {
in operator !=()
123
if (
IsNumber
()) {
in operator <()
137
if (
IsNumber
()) {
in operator <=()
151
if (
IsNumber
()) {
in operator >()
165
if (
IsNumber
()) {
in operator >=()
/base/hiviewdfx/hitrace/frameworks/include/
H
A
D
common_utils.h
62
bool
IsNumber
(const std::string &str);
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H
A
D
sys_event_dao_test.cpp
369
ASSERT_TRUE(value1.
IsNumber
());
in HWTEST_F()
375
ASSERT_TRUE(value2.
IsNumber
());
in HWTEST_F()
381
ASSERT_TRUE(value3.
IsNumber
());
in HWTEST_F()
387
ASSERT_TRUE(value4.
IsNumber
());
in HWTEST_F()
481
ASSERT_TRUE(fv1.
IsNumber
());
in HWTEST_F()
483
ASSERT_TRUE(fv2.
IsNumber
());
in HWTEST_F()
485
ASSERT_TRUE(fv3.
IsNumber
());
in HWTEST_F()
488
ASSERT_FALSE(fv4.
IsNumber
());
in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H
A
D
sim_number_decode.cpp
34
inline static bool
IsNumber
(const char num)
in IsNumber()
function
41
return
IsNumber
(num) || (num == '+');
in IsPlusNumber()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H
A
D
napi_app_event_holder.cpp
113
if (!NapiUtil::
IsNumber
(env, params[0])) {
in NapiSetRow()
137
if (!NapiUtil::
IsNumber
(env, params[0])) {
in NapiSetSize()
H
A
D
napi_hiappevent_processor.cpp
111
if (value == nullptr || !NapiUtil::
IsNumber
(env, value)) {
in GenConfigIntProp()
429
if (!NapiUtil::
IsNumber
(env, id)) {
in RemoveProcessor()
H
A
D
napi_hiappevent_builder.cpp
73
if (!NapiUtil::
IsNumber
(env, type) || !OHOS::HiviewDFX::IsValidEventType(NapiUtil::GetInt32(env, type))) {
in IsValidEventType()
H
A
D
napi_hiappevent_watch.cpp
87
if (!NapiUtil::
IsNumber
(env, propValue)) {
in IsValidCondition()
H
A
D
napi_util.cpp
49
bool
IsNumber
(const napi_env env, const napi_value value)
in IsNumber()
function
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H
A
D
napi_util.h
33
bool
IsNumber
(const napi_env env, const napi_value value);
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H
A
D
hitrace_dump_test.cpp
760
ASSERT_TRUE(
IsNumber
("scene_performance") == TraceErrorCode::SUCCESS);
in HWTEST_F()
761
ASSERT_TRUE(
IsNumber
("") == false);
in HWTEST_F()
762
ASSERT_TRUE(
IsNumber
("tags:sched clockType:boot bufferSize:1024 overwrite:1") == false);
in HWTEST_F()
/base/hiviewdfx/hitrace/frameworks/native/
H
A
D
common_utils.cpp
229
bool
IsNumber
(const std::string &str)
in IsNumber()
function
/base/hiviewdfx/hiview/base/event_store/include/
H
A
D
sys_event_query.h
173
bool
IsNumber
() const;
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_dump.cpp
1271
if (traceParamsStr.empty() || !
IsNumber
(traceParamsStr)) {
in SetCmdTraceIntParams()
Completed in 16 milliseconds