Home
last modified time | relevance | path

Searched refs:SetCap (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs331 SetCap(SetCap), enumerator
342 pub(crate) struct SetCap { struct
346 impl SetCap { implementation
360 .map_err(|e| ReprEncodeState::SetCap(SetCap::from(e))) in encode()
H A Ddecoder.rs242 DecResult::Decoded((buf_index, EncoderInstruction::SetCap { capacity: index })) in decode()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/async_context/include/
H A Dgettype_context.h43 void SetCap(const NetAllCapabilities &cap_);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/async_context/src/
H A Dgettype_context.cpp154 void GetTypeContext::SetCap(const NetAllCapabilities &cap) in SetCap() function in OHOS::NetManagerStandard::GetTypeContext
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs20 DecInstDecoder, InstDecodeState, PartsIter, ReprEncodeState, SetCap,
143 if let Ok(cur) = SetCap::new(max_size).encode(&mut encoder_buf[..]) { in set_capacity()
H A Dmod.rs205 SetCap { enumerator
H A Ddecoder.rs131 (offset, EncoderInstruction::SetCap { capacity }) => { in decode_ins()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp76 context->SetCap(cap); in ExecGetType()