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:ReadInt8
(Results
1 - 24
of
24
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_ble_advertiser_settings.cpp
76
if (!parcel.
ReadInt8
(txPower_)) {
in ReadFromParcel()
91
if (!parcel.
ReadInt8
(ownAddrType_)) {
in ReadFromParcel()
H
A
D
bluetooth_ble_scan_result.cpp
89
if (!parcel.
ReadInt8
(rssi_)) {
in ReadFromParcel()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H
A
D
fuzz_data_generator.h
70
return DataGenerator::GetInstance().
ReadInt8
(value);
in GenerateInt8()
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H
A
D
ipc_codec.cpp
110
return pIpcMsg.
ReadInt8
(attr);
in IpcDecodeBindAttr()
/foundation/communication/dsoftbus/tests/common/include/
H
A
D
fuzz_data_generator.h
68
return DataGenerator::GetInstance().
ReadInt8
(value);
in GenerateInt8()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H
A
D
ipc_rust_test.cpp
126
parcel->WriteInt8(data.
ReadInt8
());
in ReadAndWrite()
131
parcel->WriteInt8(data.
ReadInt8
());
in ReadAndWrite()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H
A
D
napi_message_parcel_read.cpp
91
int8_t value = napiParcel->nativeParcel_->
ReadInt8
();
in JS_readByte()
181
int8_t value = napiParcel->nativeParcel_->
ReadInt8
();
in JS_readBoolean()
277
int8_t val = napiParcel->nativeParcel_->
ReadInt8
();
in JS_readByteArray()
297
int8_t val = napiParcel->nativeParcel_->
ReadInt8
();
in JS_readByteArray()
583
int8_t val = napiParcel->nativeParcel_->
ReadInt8
();
in JS_readBooleanArray()
604
int8_t val = napiParcel->nativeParcel_->
ReadInt8
();
in JS_readBooleanArray()
H
A
D
napi_message_sequence_read.cpp
211
int8_t value = napiSequence->nativeParcel_->
ReadInt8
();
in JS_readByte()
307
int8_t value = napiSequence->nativeParcel_->
ReadInt8
();
in JS_readBoolean()
410
int8_t val = napiSequence->nativeParcel_->
ReadInt8
();
in JS_readByteArray()
429
int8_t val = napiSequence->nativeParcel_->
ReadInt8
();
in JS_readByteArray()
676
int8_t val = napiSequence->nativeParcel_->
ReadInt8
();
in JS_readBooleanArray()
697
int8_t val = napiSequence->nativeParcel_->
ReadInt8
();
in JS_readBooleanArray()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_supplier_info.cpp
69
if (!parcel.
ReadInt8
(ptr->strength_)) {
in Unmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H
A
D
parcel.cpp
351
int8_t Parcel::
ReadInt8
()
in ReadInt8()
function in OHOS::Parcel
416
bool Parcel::
ReadInt8
(int8_t &value)
in ReadInt8()
function in OHOS::Parcel
H
A
D
parcel.h
435
int8_t
ReadInt8
();
459
bool
ReadInt8
(int8_t &value);
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H
A
D
serializer.h
83
bool
ReadInt8
(IpcIo *io, int8_t *value);
/foundation/communication/ipc/ipc/native/src/c_api/source/
H
A
D
ipc_cparcel.cpp
145
return ReadValue<int8_t>(parcel, value, &OHOS::MessageParcel::
ReadInt8
);
in OH_IPCParcel_ReadInt8()
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_scan_proxy_lite.cpp
82
(void)
ReadInt8
(reply, &tmpInt8);
in ParseScanInfos()
H
A
D
wifi_device_proxy_lite.cpp
47
(void)
ReadInt8
(reply, (int8_t *)&tmpAddress);
in ReadIpAddress()
H
A
D
wifi_device_proxy.cpp
563
address.addressIpv6.push_back(reply.
ReadInt8
());
in ReadIpAddress()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H
A
D
wrapper.rs
87
fn
ReadInt8
(self: Pin<&mut Parcel>, v: &mut i8) -> bool;
in ReadInt8()
functions
200
match parcel.
ReadInt8
(&mut v) {
in read_process()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H
A
D
distributed_want_params.cpp
1143
if (parcel.
ReadInt8
(value)) {
in ReadFromParcelBool()
1157
if (parcel.
ReadInt8
(value)) {
in ReadFromParcelInt8()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
want_params.cpp
1215
if (parcel.
ReadInt8
(value)) {
in ReadFromParcelBool()
1232
if (parcel.
ReadInt8
(value)) {
in ReadFromParcelInt8()
/foundation/communication/ipc/ipc/native/c/manager/src/
H
A
D
serializer.c
463
bool
ReadInt8
(IpcIo *io, int8_t *value)
in ReadInt8()
function
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H
A
D
wifi_device_stub_lite.cpp
52
(void)
ReadInt8
(req, &tmpInt8);
in ReadIpAddress()
H
A
D
wifi_device_stub.cpp
432
address.addressIpv6.push_back(data.
ReadInt8
());
in ReadIpAddress()
/foundation/communication/ipc/ipc/test/serializer/
H
A
D
utils_serializer_test.cpp
90
result =
ReadInt8
(io, &int8Val);
in ReadTestData()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H
A
D
wifi_p2p_stub.cpp
619
unsigned char chr = data.
ReadInt8
();
in ReadWifiP2pServiceRequest()
Completed in 32 milliseconds