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:WriteInt16
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/sms_mms/test/fuzztest/sendmessagedata_fuzzer/
H
A
D
sendmessagedata_fuzzer.cpp
69
dataParcel.
WriteInt16
(port);
in SendSmsDataRequest()
76
dataParcel.
WriteInt16
(size);
in SendSmsDataRequest()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H
A
D
mock_parcel.cpp
224
bool Parcel::
WriteInt16
(int16_t value)
in WriteInt16()
function in OHOS::Parcel
624
return WriteVector(val, &Parcel::
WriteInt16
);
in WriteInt16Vector()
/base/powermgr/thermal_manager/test/unittest/mock/src/
H
A
D
mock_parcel.cpp
229
bool Parcel::
WriteInt16
(int16_t value)
in WriteInt16()
function in OHOS::Parcel
644
return WriteVector(val, &Parcel::
WriteInt16
);
in WriteInt16Vector()
/base/powermgr/battery_statistics/test/unittest/mock/source/
H
A
D
mock_parcel.cpp
226
bool Parcel::
WriteInt16
(int16_t value)
in WriteInt16()
function in OHOS::Parcel
621
return WriteVector(val, &Parcel::
WriteInt16
);
in WriteInt16Vector()
/base/powermgr/power_manager/test/unittest/mock/
H
A
D
mock_parcel.cpp
224
bool Parcel::
WriteInt16
(int16_t value)
in WriteInt16()
function in OHOS::Parcel
624
return WriteVector(val, &Parcel::
WriteInt16
);
in WriteInt16Vector()
/base/powermgr/battery_manager/test/unittest/mock/source/
H
A
D
mock_parcel.cpp
224
bool Parcel::
WriteInt16
(int16_t value)
in WriteInt16()
function in OHOS::Parcel
619
return WriteVector(val, &Parcel::
WriteInt16
);
in WriteInt16Vector()
/base/telephony/sms_mms/frameworks/native/sms/src/
H
A
D
sms_service_proxy.cpp
132
dataParcel.
WriteInt16
(port);
in SendMessage()
143
dataParcel.
WriteInt16
(dataLen);
in SendMessage()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_sms_part_test.cpp
108
dataParcel.
WriteInt16
(0);
in HWTEST_F()
109
dataParcel.
WriteInt16
(TEST_SOURCE_DATA.size());
in HWTEST_F()
Completed in 10 milliseconds