/ohos5.0/base/startup/appspawn/etc/sandbox/ |
H A D | appdata_sandbox_fixer.py | 53 def _merge_list(origin, new): argument 81 def _merge_scope_array(origin, new, keys): argument 105 def _merge_scope_flags_point(origin, new): argument 121 def _merge_scope_app(origin, new): argument 149 def _merge_scope_individual(origin, new): argument 157 def _merge_scope_permission(origin, new): argument 165 def _merge_scope_common(origin, new): argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/ |
H A D | common_builder.rs | 66 pub(crate) fn new() -> Self { in new() method 76 pub(crate) fn new() -> Self { in new() method
|
H A D | current_thread_builder.rs | 27 pub(crate) fn new() -> Self { in new() method
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-StateManagement.md | 383 ### new subsection 504 ### new subsection
|
/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
H A D | pointer_style.rs | 40 pub fn new() -> Self { in new() method 62 pub fn new() -> Self { in new() method
|
H A D | extra_data.rs | 24 pub fn new(appended: bool) -> Self { in new() method 68 pub fn new(appended: bool) -> Self { in new() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | request.rs | 26 pub(crate) fn new(request: Request) -> Self { in new() method 40 pub(crate) fn new(request: Request) -> Self { in new() method
|
H A D | pool.rs | 28 pub(crate) fn new() -> Self { in new() method 52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | encoder.rs | 48 pub fn new( in new() method 351 pub(crate) fn new(capacity: usize) -> Self { in new() method 373 fn new(index: usize) -> Self { in new() method 425 fn new(index: usize) -> Self { in new() method 479 fn new( in new() method 641 fn new() -> Self { in new() method 678 fn new() -> Self { in new() method 746 pub(crate) fn new(buf: &'a [u8]) -> Self { in new() method 788 fn new() -> Self { in new() method 874 fn new(src: Vec<u8>) -> Self { in new() method [all …]
|
H A D | decoder.rs | 31 pub(crate) fn new() -> Self { in new() method 76 pub(crate) fn new() -> Self { in new() method 203 fn new() -> Self { in new() method 233 fn new() -> Self { in new() method 291 fn new() -> Self { in new() method 535 fn new(is_huffman: bool, length: IntegerDecoder) -> Self { in new() method 578 fn new(length: usize) -> Self { in new() method 693 fn new(length: usize) -> Self { in new() method 740 fn new(inst: EncoderInstPrefixBit, mid_bit: MidBit, name: Name) -> Self { in new() method 793 fn new(repr: ReprPrefixBit, mid_bit: MidBit, name: Name) -> Self { in new() method
|
/ohos5.0/base/security/asset/services/common/src/ |
H A D | counter.rs | 27 fn new() -> Self { in new() method 61 pub fn new() -> Self { in new() method
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | heap_base.h | 58 void* operator new(size_t size) in new() function
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | write_task.rs | 44 pub(crate) fn new(writer: &'a mut W, buf: &'a [u8]) -> WriteTask<'a, W> { in new() function 84 pub(crate) fn new(writer: &'a mut W, bufs: &'a [IoSlice<'b>]) -> WriteVectoredTask<'a, 'b, W> { in new() function 125 pub(crate) fn new(writer: &'a mut W, buf: &'a [u8]) -> WriteAllTask<'a, W> { in new() function 166 pub(crate) fn new(writer: &'a mut W) -> FlushTask<'a, W> { in new() function 191 pub(crate) fn new(writer: &'a mut W) -> ShutdownTask<'a, W> { in new() function
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/ |
H A D | happy_eyeballs.rs | 60 pub(crate) fn new(addrs: Vec<SocketAddr>) -> Self { in new() method 94 pub(crate) fn new(addrs: RemoteAddrs, delay: Sleep) -> Self { in new() method 100 pub(crate) fn new(timeout: Option<Duration>, delay: Option<Duration>) -> Self { in new() method 106 fn new(addrs: Vec<SocketAddr>, timeout: Option<Duration>) -> Self { in new() method 133 pub(crate) fn new(socket_addr: Vec<SocketAddr>, config: EyeBallConfig) -> Self { in new() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | frame.rs | 108 pub fn new(ty: u64, len: u64, payload: Payload) -> Self { in new() method 132 pub fn new() -> Self { in new() method 199 pub fn new(data: Vec<u8>) -> Self { in new() method 211 pub fn new(id: u64) -> Self { in new() method 222 pub fn new(parts: Parts) -> Self { in new() method 241 pub fn new(push_id: u64, header: Vec<u8>) -> Self { in new() method 260 pub fn new(id: u64) -> Self { in new() method 271 pub fn new(push_id: u64) -> Self { in new() method
|
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/ |
H A D | direction.rs | 20 pub(crate) fn new() -> Self { in new() method 47 pub(crate) fn new(uid: u64, task_id: u32, direction: QosLevel) -> Self { in new() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | decoder.rs | 35 pub(crate) fn new(buf: &'a [u8]) -> Self { in new() method 84 pub(crate) fn new() -> Self { in new() method 160 fn new() -> Self { in new() method 198 fn new(repr: PrefixBit) -> Self { in new() method 227 fn new(repr: PrefixBit, name: Name) -> Self { in new() method 322 fn new(repr: PrefixBit, index: IntegerDecoder) -> Self { in new() method 402 fn new(is_huffman: bool, length: IntegerDecoder) -> Self { in new() method 442 fn new(length: usize) -> Self { in new() method 485 fn new(length: usize) -> Self { in new() method 526 fn new(repr: PrefixBit, name: Name, value: Vec<u8>) -> Self { in new() method
|
H A D | encoder.rs | 34 pub(crate) fn new(table: &'a mut DynamicTable) -> Self { in new() method 133 pub(crate) fn new() -> Self { in new() method 171 fn new(parts: Parts) -> Self { in new() method 248 fn new(index: usize) -> Self { in new() method 265 fn new(index: usize, value: Vec<u8>, is_huffman: bool) -> Self { in new() method 288 fn new(name: Vec<u8>, value: Vec<u8>, is_huffman: bool) -> Self { in new() method 311 fn new(index: usize, value: Vec<u8>, is_huffman: bool) -> Self { in new() method 357 fn new(index: usize, value: Vec<u8>, is_huffman: bool) -> Self { in new() method 420 fn new() -> Self { in new() method 458 fn new() -> Self { in new() method [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/ |
H A D | fchown.rs | 23 pub(crate) fn new(uid: uid_t, gid: gid_t) -> Self { in new() method
|
H A D | client.rs | 28 pub(crate) fn new() -> Self { in new() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/ |
H A D | mod.rs | 41 fn new(chan: C) -> Channel<C> { in new() method 68 fn new(channel: Arc<Channel<C>>) -> Tx<C> { in new() method 96 fn new(channel: Arc<Channel<C>>) -> Rx<C> { in new() method
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | img_hash_check.rs | 86 fn new() -> Self; in new() method 92 fn new() -> HashInfo { in new() method 113 fn new() -> HashHeader<T> { in new() method 132 fn new() -> HashData<T> { in new() method 150 fn new() -> HashSign { in new() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | frame.rs | 209 pub fn new(id: StreamId, flags: FrameFlags, payload: Payload) -> Self { in new() method 232 pub fn new(flags: u8) -> Self { in new() method 325 pub fn new(parts: Parts) -> Self { in new() method 342 pub fn new(data: Vec<u8>) -> Self { in new() method 359 pub fn new(settings: Vec<Setting>) -> Self { in new() method 416 pub fn new() -> Self { in new() method 477 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new() method 510 pub fn new(window_size_increment: u32) -> Self { in new() method 530 pub fn new(exclusive: bool, stream_dependency: u32, weight: u8) -> Self { in new() method 556 pub fn new(error_code: u32) -> Self { in new() method [all …]
|
/ohos5.0/base/request/request/services/src/ |
H A D | trace.rs | 25 pub(crate) fn new(value: &str) -> Self { in new() method
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | scope_js_value.h | 48 void *operator new(size_t size) in new() function
|