/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_a2dp_a2dpCodecInfo.cpp | 70 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 D | bluetooth_avrcp_mpItem.cpp | 69 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 D | bluetooth_avrcp_meItem.cpp | 74 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel() 80 if (!parcel.ReadUint8(type_)) { in ReadFromParcel() 83 if (!parcel.ReadUint8(playable_)) { in ReadFromParcel()
|
H A D | bluetooth_ble_scan_settings.cpp | 75 if (!parcel.ReadUint8(callbackType_)) { in ReadFromParcel() 78 if (!parcel.ReadUint8(matchTrackAdvType_)) { in ReadFromParcel()
|
H A D | bluetooth_gatt_device.cpp | 63 if (!parcel.ReadUint8(transport_)) { in ReadFromParcel() 66 if (!parcel.ReadUint8(addressType_)) { in ReadFromParcel()
|
H A D | bluetooth_gatt_descriptor_parcel.cpp | 79 if (!parcel.ReadUint8(value[i])) { in ReadFromParcel()
|
H A D | bluetooth_ble_scan_result.cpp | 95 if (!parcel.ReadUint8(advertiseFlag_)) { in ReadFromParcel()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | tlv_util.cpp | 31 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 D | fuzz_data_generator.h | 54 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 D | inet_addr.cpp | 72 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 D | bluetooth_hid_host_stub.cpp | 195 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 D | bluetooth_ble_advertiser_stub.cpp | 134 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 D | bundle_resource_info.cpp | 42 foreground.emplace_back(parcel.ReadUint8()); in ReadFromParcel() 49 background.emplace_back(parcel.ReadUint8()); in ReadFromParcel()
|
H A D | launcher_ability_resource_info.cpp | 51 foreground.emplace_back(parcel.ReadUint8()); in ReadFromParcel() 58 background.emplace_back(parcel.ReadUint8()); in ReadFromParcel()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_resource_manager_observer_stub.cpp | 62 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 D | fuzz_data_generator.h | 56 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 D | bundle_manager.cpp | 71 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 D | bundle_callback.cpp | 44 ReadUint8(reply, &cmd);
in Notify() 49 ReadUint8(reply, result);
in Notify()
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | avbuffer_utils.cpp | 76 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 D | screen_change_callback_stub.cpp | 32 ScreenEvent event = static_cast<ScreenEvent>(data.ReadUint8());
in OnRemoteRequest()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_status_callback_host.cpp | 50 uint8_t installType = data.ReadUint8(); in OnRemoteRequest()
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service_callback_stub.cpp | 54 customizedData.emplace_back(data.ReadUint8()); in HandleSendEvent()
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_parcel.cpp | 59 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 D | window_manager_agent_stub.cpp | 53 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 D | ipc_codec.cpp | 134 return pIpcMsg.ReadUint8(attr); in IpcDecodeBindAttr()
|