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:NUM_TWO
(Results
1 - 9
of
9
) sorted by relevance
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H
A
D
imsclient_fuzzer.cpp
36
NUM_TWO
,
enumerator
69
int32_t mode = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithCallInfo()
70
int32_t slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithCallInfo()
105
int32_t slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithSlotAndType()
107
int32_t callType = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithSlotAndType()
153
int32_t mode = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithSettingFunction()
154
int32_t slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithSettingFunction()
194
callInfo.slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithCallMediaModeRequest()
195
callInfo.videoState = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithCallMediaModeRequest()
213
callInfo.slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestImsCallClientWithCallMediaModeResponse()
[all...]
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H
A
D
satelliteclient_fuzzer.cpp
35
NUM_TWO
,
enumerator
69
int32_t slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestSatelliteCallClientWithCallInfo()
81
int32_t callType = static_cast<int32_t>(size %
NUM_TWO
);
in TestSatelliteCallClientWithCallInfo()
94
int32_t slotId = static_cast<int32_t>(size %
NUM_TWO
);
in TestSatelliteCallProxyWithCallInfo()
/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/
H
A
D
devicestatusagent_fuzzer.h
39
NUM_TWO
,
member in OHOS::Msdp::DeviceStatus::ApiNumber
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H
A
D
unwind_local_tid_benchmark.cpp
36
static constexpr int
NUM_TWO
= 2;
variable
70
return val * val +
NUM_TWO
;
in TestFunc2()
/base/msdp/device_status/test/unittest/intention/services/src/
H
A
D
device_test.cpp
42
constexpr int32_t
NUM_TWO
{ 2 };
355
dev.keyBitmask_[INDEX_TWELVE] =
NUM_TWO
;
in HWTEST_F()
369
dev.keyBitmask_[INDEX_TWELVE] =
NUM_TWO
;
in HWTEST_F()
/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/
H
A
D
accountrelatedgroupauth_fuzzer.cpp
31
#define
NUM_TWO
2
macro
206
(void)AddIntToJson(authParam, FIELD_KEY_LENGTH,
NUM_TWO
); // For unit test.
in AccountRelatedGroupAuthTest0022()
226
(void)AddIntToJson(authParam, FIELD_KEY_LENGTH,
NUM_TWO
); // For unit test.
in AccountRelatedGroupAuthTest0023()
244
(void)AddIntToJson(sendToSelf, FIELD_CREDENTIAL_TYPE,
NUM_TWO
);
in AccountRelatedGroupAuthTest0023()
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H
A
D
hks_client_ipc_serialization.c
28
#define
NUM_TWO
2
macro
400
if (inSize > UINT32_MAX -
NUM_TWO
) {
in CheckAndCalculateSize()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
zero_branch_test.cpp
42
constexpr const int32_t
NUM_TWO
= 2;
member
1254
EXPECT_NE(HDF_SUCCESS, sms->SmsStatusReportNotify(0, err, data,
NUM_TWO
));
in HWTEST_F()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_drawing.cpp
133
constexpr int32_t
NUM_TWO
{ 2 };
3003
} else if ((static_cast<int32_t>(lastRotation) +
NUM_TWO
) % NUM_FOUR == static_cast<int32_t>(rotation)) {
in ScreenRotateAdjustDisplayXY()
Completed in 12 milliseconds