Home
last modified time | relevance | path

Searched refs:ReadUint8 (Results 1 - 25 of 75) sorted by relevance

123

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecInfo.cpp70 if (!parcel.ReadUint8(codecPriority)) { in ReadFromParcel()
73 if (!parcel.ReadUint8(codecType)) { in ReadFromParcel()
79 if (!parcel.ReadUint8(bitsPerSample)) { in ReadFromParcel()
82 if (!parcel.ReadUint8(channelMode)) { in ReadFromParcel()
146 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(mPt), false, "read mPt failed."); in ReadFromParcel()
148 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(boundaryFlag), false, "read boundaryFlag failed."); in ReadFromParcel()
149 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(broadcastFlag), false, "read broadcastFlag failed."); in ReadFromParcel()
155 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(bitsPerSample), false, "read bitsPerSample failed."); in ReadFromParcel()
156 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(chMode), false, "read chMode failed."); in ReadFromParcel()
160 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint8(codecSpecific in ReadFromParcel()
[all...]
H A Dbluetooth_avrcp_mpItem.cpp69 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel()
75 if (!parcel.ReadUint8(majorType_)) { in ReadFromParcel()
81 if (!parcel.ReadUint8(playStatus_)) { in ReadFromParcel()
90 if (!parcel.ReadUint8(feature)) { in ReadFromParcel()
H A Dbluetooth_avrcp_meItem.cpp74 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel()
80 if (!parcel.ReadUint8(type_)) { in ReadFromParcel()
83 if (!parcel.ReadUint8(playable_)) { in ReadFromParcel()
H A Dbluetooth_ble_scan_settings.cpp75 if (!parcel.ReadUint8(callbackType_)) { in ReadFromParcel()
78 if (!parcel.ReadUint8(matchTrackAdvType_)) { in ReadFromParcel()
H A Dbluetooth_gatt_device.cpp63 if (!parcel.ReadUint8(transport_)) { in ReadFromParcel()
66 if (!parcel.ReadUint8(addressType_)) { in ReadFromParcel()
H A Dbluetooth_gatt_descriptor_parcel.cpp79 if (!parcel.ReadUint8(value[i])) { in ReadFromParcel()
H A Dbluetooth_ble_scan_result.cpp95 if (!parcel.ReadUint8(advertiseFlag_)) { in ReadFromParcel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp31 if (ReadUint8(buff, cursor) != TLV_STRING_TAG) { in ReadString()
40 uint8_t chVal = ReadUint8(buff, cursor); in ReadString()
60 if (ReadUint8(buff, cursor) != TLV_DOUBLE_TAG) { in ReadDouble()
82 if (ReadUint8(buff, cursor) != TLV_COLOR_TAG) { in ReadColor()
85 auto alpha = ReadUint8(buff, cursor); in ReadColor()
86 auto red = ReadUint8(buff, cursor); in ReadColor()
87 auto green = ReadUint8(buff, cursor); in ReadColor()
88 auto blue = ReadUint8(buff, cursor); in ReadColor()
101 if (ReadUint8(buff, cursor) != TLV_DIMENSION_TAG) { in ReadDimension()
121 if (ReadUint8(buf in ReadFontFamily()
[all...]
/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h54 if (!DataGenerator::GetInstance().ReadUint8(rawData)) { in GenerateFromList()
88 return DataGenerator::GetInstance().ReadUint8(value); in GenerateUint8()
124 if (!DataGenerator::GetInstance().ReadUint8(len)) {
132 payload.push_back(DataGenerator::GetInstance().ReadUint8());
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dinet_addr.cpp72 if (!parcel.ReadUint8(ptr->type_)) { in Unmarshalling()
75 if (!parcel.ReadUint8(ptr->family_)) { in Unmarshalling()
78 if (!parcel.ReadUint8(ptr->prefixlen_)) { in Unmarshalling()
90 if (!parcel.ReadUint8(ptr->port_)) { in Unmarshalling()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp195 uint8_t id = data.ReadUint8(); in HidHostVCUnplugInner()
197 uint8_t type = data.ReadUint8(); in HidHostVCUnplugInner()
210 uint8_t id = data.ReadUint8(); in HidHostSendDataInner()
212 uint8_t type = data.ReadUint8(); in HidHostSendDataInner()
225 uint8_t type = data.ReadUint8(); in HidHostSetReportInner()
239 uint8_t id = data.ReadUint8(); in HidHostGetReportInner()
241 uint8_t type = data.ReadUint8(); in HidHostGetReportInner()
H A Dbluetooth_ble_advertiser_stub.cpp134 uint8_t advHandle = data.ReadUint8(); in EnableAdvertisingInner()
146 uint8_t advHandle = data.ReadUint8(); in DisableAdvertisingInner()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dbundle_resource_info.cpp42 foreground.emplace_back(parcel.ReadUint8()); in ReadFromParcel()
49 background.emplace_back(parcel.ReadUint8()); in ReadFromParcel()
H A Dlauncher_ability_resource_info.cpp51 foreground.emplace_back(parcel.ReadUint8()); in ReadFromParcel()
58 background.emplace_back(parcel.ReadUint8()); in ReadFromParcel()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_resource_manager_observer_stub.cpp62 uint8_t eventId = data.ReadUint8(); in OnSensingStateChangedInner()
74 uint8_t eventId = data.ReadUint8(); in OnBluetoothResourceDecisionInner()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h56 if (!DataGenerator::GetInstance().ReadUint8(rawData)) { in GenerateFromList()
90 return DataGenerator::GetInstance().ReadUint8(value); in GenerateUint8()
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp71 ReadUint8(reply, &resultCode); in DeserializeInnerAbilityInfo()
100 ReadUint8(reply, &resultCode); in DeserializeInnerBundleInfo()
131 ReadUint8(reply, &resultCode); in DeserializeInnerBundleInfos()
162 ReadUint8(reply, &resultCode); in DeserializeInnerBundleName()
202 ReadUint8(reply, &resultCode); in DeserializeBundleSize()
219 ReadUint8(reply, &resultCode); in DeserializeSystemCapabilities()
264 ReadUint8(reply, &resultCode); in Notify()
269 ReadUint8(reply, ret); in Notify()
287 ReadUint8(reply, &errCode); in Notify()
305 ReadUint8(repl in Notify()
[all...]
H A Dbundle_callback.cpp44 ReadUint8(reply, &cmd); in Notify()
49 ReadUint8(reply, result); in Notify()
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davbuffer_utils.cpp76 config.memoryType = static_cast<MemoryType>(parcel.ReadUint8()); in UnmarshallingConfig()
77 config.memoryFlag = static_cast<MemoryFlag>(parcel.ReadUint8()); in UnmarshallingConfig()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/
H A Dscreen_change_callback_stub.cpp32 ScreenEvent event = static_cast<ScreenEvent>(data.ReadUint8()); in OnRemoteRequest()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_status_callback_host.cpp50 uint8_t installType = data.ReadUint8(); in OnRemoteRequest()
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystem_service_callback_stub.cpp54 customizedData.emplace_back(data.ReadUint8()); in HandleSendEvent()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp59 parcel.ReadUint8(ptr->family); in Unmarshalling()
60 if (!parcel.ReadUint8(ptr->type)) { in Unmarshalling()
63 parcel.ReadUint8(ptr->mask); in Unmarshalling()
73 parcel.ReadUint8(ptr->ipv6.startIp.s6_addr[index]); in Unmarshalling()
75 parcel.ReadUint8(ptr->ipv6.endIp.s6_addr[index]); in Unmarshalling()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp53 WindowModeType type = static_cast<WindowModeType>(data.ReadUint8()); in OnRemoteRequest()
155 WindowStyleType type = static_cast<WindowStyleType>(data.ReadUint8()); in OnRemoteRequest()
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec.cpp134 return pIpcMsg.ReadUint8(attr); in IpcDecodeBindAttr()

Completed in 9 milliseconds

123