Searched refs:SetCap (Results 1 – 8 of 8) sorted by relevance
331 SetCap(SetCap), enumerator342 pub(crate) struct SetCap { struct346 impl SetCap { implementation360 .map_err(|e| ReprEncodeState::SetCap(SetCap::from(e))) in encode()
242 DecResult::Decoded((buf_index, EncoderInstruction::SetCap { capacity: index })) in decode()
43 void SetCap(const NetAllCapabilities &cap_);
154 void GetTypeContext::SetCap(const NetAllCapabilities &cap) in SetCap() function in OHOS::NetManagerStandard::GetTypeContext
20 DecInstDecoder, InstDecodeState, PartsIter, ReprEncodeState, SetCap,143 if let Ok(cur) = SetCap::new(max_size).encode(&mut encoder_buf[..]) { in set_capacity()
205 SetCap { enumerator
131 (offset, EncoderInstruction::SetCap { capacity }) => { in decode_ins()
76 context->SetCap(cap); in ExecGetType()