Home
last modified time | relevance | path

Searched refs:ReadUint16 (Results 1 - 25 of 52) sorted by relevance

123

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp81 if (!parcel.ReadUint16(pingOption.count_)) { in Unmarshalling()
84 if (!parcel.ReadUint16(pingOption.dataSize_)) { in Unmarshalling()
87 if (!parcel.ReadUint16(pingOption.mark_)) { in Unmarshalling()
90 if (!parcel.ReadUint16(pingOption.ttl_)) { in Unmarshalling()
93 if (!parcel.ReadUint16(pingOption.timeOut_)) { in Unmarshalling()
96 if (!parcel.ReadUint16(pingOption.duration_)) { in Unmarshalling()
127 if (!parcel.ReadUint16(icmpSeq.bytes_)) { in Unmarshalling()
130 if (!parcel.ReadUint16(icmpSeq.icmpSeq_)) { in Unmarshalling()
133 if (!parcel.ReadUint16(icmpSeq.ttl_)) { in Unmarshalling()
189 if (!parcel.ReadUint16(pingResul in Unmarshalling()
[all...]
H A Dnetfirewall_parcel.cpp147 if (!parcel.ReadUint16(ptr->startPort)) { in Unmarshalling()
150 if (!parcel.ReadUint16(ptr->endPort)) { in Unmarshalling()
503 parcel.ReadUint16(ptr->localPort); in Unmarshalling()
504 parcel.ReadUint16(ptr->remotePort); in Unmarshalling()
505 parcel.ReadUint16(ptr->protocol); in Unmarshalling()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecInfo.cpp145 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint16(mediaPacketHeader), false, "read mediaPacketHeader failed."); in ReadFromParcel()
151 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint16(maxLatency), false, "read maxLatency failed."); in ReadFromParcel()
152 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint16(scmsTEnable), false, "read scmsTEnable failed."); in ReadFromParcel()
157 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint16(aclHdl), false, "read aclHdl failed."); in ReadFromParcel()
158 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint16(l2cRcid), false, "read l2cRcid failed."); in ReadFromParcel()
159 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint16(mtu), false, "read mtu failed."); in ReadFromParcel()
H A Dbluetooth_gatt_service_parcel.cpp86 if (!parcel.ReadUint16(handle_)) { in ReadFromParcel()
89 if (!parcel.ReadUint16(startHandle_)) { in ReadFromParcel()
92 if (!parcel.ReadUint16(endHandle_)) { in ReadFromParcel()
H A Dbluetooth_remote_device_info.cpp55 if (!parcel.ReadUint16(vendorId_)) { in ReadFromParcel()
58 if (!parcel.ReadUint16(productId_)) { in ReadFromParcel()
H A Dbluetooth_gatt_characteristic_parcel.cpp84 if (!parcel.ReadUint16(handle_)) { in IsReadParcelDataSuccess()
87 if (!parcel.ReadUint16(endHandle_)) { in IsReadParcelDataSuccess()
90 if (!parcel.ReadUint16(valueHandle_)) { in IsReadParcelDataSuccess()
H A Dbluetooth_ble_scan_result.cpp104 if (!parcel.ReadUint16(eventType_)) { in ReadFromParcel()
167 if (!parcel.ReadUint16(manufacturerId)) { in ReadManufacturerDataFromParcel()
H A Dbluetooth_sensing_info.cpp76 if (!parcel.ReadUint16(interval_)) { in ReadFromParcel()
H A Dbluetooth_avrcp_mpItem.cpp72 if (!parcel.ReadUint16(playerId_)) { in ReadFromParcel()
H A Dbluetooth_ble_advertiser_settings.cpp73 if (!parcel.ReadUint16(interval_)) { in ReadFromParcel()
H A Dbluetooth_gatt_descriptor_parcel.cpp64 if (!parcel.ReadUint16(handle_)) { in ReadFromParcel()
H A Dbluetooth_ble_scan_filter.cpp119 if (!parcel.ReadUint16(manufacturerId_)) { in ReadFromParcel()
H A Dbluetooth_ble_advertiser_data.cpp153 if (!parcel.ReadUint16(manufacturerId)) { in ReadManufacturerData()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/
H A Dnetsys_net_dns_health_data_test.cpp40 MOCK_METHOD1(ReadUint16, bool(uint16_t));
124 EXPECT_CALL(parcel, ReadUint16(_)).WillOnce(Return(true)); in HWTEST_F()
147 EXPECT_CALL(parcel, ReadUint16(_)).WillOnce(Return(false)); in HWTEST_F()
155 EXPECT_CALL(parcel, ReadUint16(_)).WillOnce(Return(true)); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
H A Dparcel.cpp49 bool ReadUint16(uint16_t value) in ReadUint16() function
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnetsys_net_dns_health_data.cpp57 if (!parcel.ReadUint16(healthReport.type_)) { in Unmarshalling()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/include/
H A Dparcel.h39 virtual bool ReadUint16(uint16_t) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp196 uint16_t size = data.ReadUint16(); in HidHostVCUnplugInner()
211 uint16_t size = data.ReadUint16(); in HidHostSendDataInner()
240 uint16_t size = data.ReadUint16(); in HidHostGetReportInner()
H A Dbluetooth_ble_advertiser_stub.cpp122 uint16_t duration = data.ReadUint16(); in StartAdvertisingInner()
135 uint16_t duration = data.ReadUint16(); in EnableAdvertisingInner()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h95 return DataGenerator::GetInstance().ReadUint16(value); in GenerateUint16()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp46 ReadUint16(&reply, &devInfo.deviceTypeId); in DecodeDmDeviceInfo()
348 ReadUint16(&reply, &subscribeId); in ON_IPC_CMD()
359 ReadUint16(&reply, &subscribeId); in ON_IPC_CMD()
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec.cpp140 return pIpcMsg.ReadUint16(attr); in IpcDecodeBindAttr()
/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h93 return DataGenerator::GetInstance().ReadUint16(value); in GenerateUint16()
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_stub_inner.c120 if (!ReadUint16(data, &type)) { in InvokerListenThreadStub()
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp541 parcel.ReadUint16(), in ReadWhellEvent()
548 return { parcel.ReadUint8(), parcel.ReadUint16(), parcel.ReadUint16(), parcel.ReadUint32(), in ReadKeyEvent()
554 contentEvent.msgLen = parcel.ReadUint16(); in ReadContentEvent()
568 inputMethodEvent.type = static_cast<OHNativeXcomponentInputMethodEventType>(parcel.ReadUint16()); in ReadInputMethodEvent()

Completed in 12 milliseconds

123