Home
last modified time | relevance | path

Searched refs:ReadInt8 (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_settings.cpp76 if (!parcel.ReadInt8(txPower_)) { in ReadFromParcel()
91 if (!parcel.ReadInt8(ownAddrType_)) { in ReadFromParcel()
H A Dbluetooth_ble_scan_result.cpp89 if (!parcel.ReadInt8(rssi_)) { in ReadFromParcel()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h70 return DataGenerator::GetInstance().ReadInt8(value); in GenerateInt8()
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec.cpp110 return pIpcMsg.ReadInt8(attr); in IpcDecodeBindAttr()
/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h68 return DataGenerator::GetInstance().ReadInt8(value); in GenerateInt8()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp126 parcel->WriteInt8(data.ReadInt8()); in ReadAndWrite()
131 parcel->WriteInt8(data.ReadInt8()); in ReadAndWrite()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_read.cpp91 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 Dnapi_message_sequence_read.cpp211 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 Dnet_supplier_info.cpp69 if (!parcel.ReadInt8(ptr->strength_)) { in Unmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp351 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 Dparcel.h435 int8_t ReadInt8();
459 bool ReadInt8(int8_t &value);
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h83 bool ReadInt8(IpcIo *io, int8_t *value);
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp145 return ReadValue<int8_t>(parcel, value, &OHOS::MessageParcel::ReadInt8); in OH_IPCParcel_ReadInt8()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy_lite.cpp82 (void)ReadInt8(reply, &tmpInt8); in ParseScanInfos()
H A Dwifi_device_proxy_lite.cpp47 (void)ReadInt8(reply, (int8_t *)&tmpAddress); in ReadIpAddress()
H A Dwifi_device_proxy.cpp563 address.addressIpv6.push_back(reply.ReadInt8()); in ReadIpAddress()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs87 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 Ddistributed_want_params.cpp1143 if (parcel.ReadInt8(value)) { in ReadFromParcelBool()
1157 if (parcel.ReadInt8(value)) { in ReadFromParcelInt8()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1215 if (parcel.ReadInt8(value)) { in ReadFromParcelBool()
1232 if (parcel.ReadInt8(value)) { in ReadFromParcelInt8()
/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c463 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 Dwifi_device_stub_lite.cpp52 (void)ReadInt8(req, &tmpInt8); in ReadIpAddress()
H A Dwifi_device_stub.cpp432 address.addressIpv6.push_back(data.ReadInt8()); in ReadIpAddress()
/foundation/communication/ipc/ipc/test/serializer/
H A Dutils_serializer_test.cpp90 result = ReadInt8(io, &int8Val); in ReadTestData()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_stub.cpp619 unsigned char chr = data.ReadInt8(); in ReadWifiP2pServiceRequest()

Completed in 39 milliseconds