Home
last modified time | relevance | path

Searched refs:cloned (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs679 let key_vec = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
680 let value_vec: Vec<u32> = map.values().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
688 let key_vec = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
689 let value_vec: Vec<String> = map.values().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
697 let key_vec: Vec<String> = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
706 let key_vec: Vec<String> = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
718 let key_vec: Vec<String> = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
731 let key_vec: Vec<String> = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
743 let key_vec: Vec<String> = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
752 let key_vec: Vec<String> = map.keys().cloned().collect(); in OhCloudExtHashMapIterGetKeyValuePair()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.cpp132 auto cloned = skTypeface_->makeClone(skArgs); in MakeClone() local
133 if (!cloned) { in MakeClone()
136 cloned->setIsCustomTypeface(skTypeface_->isCustomTypeface()); in MakeClone()
137 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(cloned); in MakeClone()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dredirect.rs77 let scheme = origin.scheme().cloned(); in redirect()
78 let authority = origin.authority().cloned(); in redirect()
H A Ddispatcher.rs502 let keys: Vec<u32> = self.curr_message.keys().cloned().collect(); in poll_blocked_message()
/ohos5.0/drivers/interface/intelligent_voice/engine/v1_2/
H A DIIntellVoiceEngineManager.idl94 * @param filePath Indicates the path of file that will be cloned.
95 * @param buffer Indicates the content of file that will be cloned.
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-1-0.md32 …mepage](https://gitee.com/openharmony), select the code repository to be cloned, and run the follo…
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dsocket_addr.rs90 for byte in name.iter().cloned().flat_map(ascii::escape_default) { in fmt()
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapp-clone.md4 …l be displayed on the home screen. An application with a lower corner mark is a cloned application.
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs151 self.pub_keys.get(&String::from(domain)).cloned() in get_pin()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-extensionAbilityInfo.md33 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
H A Djs-apis-bundleManager-bundleInfo.md29 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
H A Djs-apis-bundleManager-abilityInfo.md41 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
H A Djs-apis-bundleManager-applicationInfo.md42 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
/ohos5.0/base/security/asset/services/core_service/src/
H A Dstub.rs100 let calling_info = CallingInfo::build(map.get(&Tag::UserId).cloned(), &process_info); in on_remote_request()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs182 State::Ready(Ok(self.iter().cloned())) in to_socket_addrs()
/ohos5.0/base/request/request/services/src/manage/scheduler/
H A Dmod.rs422 .cloned() in clear_timeout_tasks()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs121 self.queue.get(index).cloned() in header()
/ohos5.0/docs/en/application-dev/database/
H A Dshare-data-by-silent-access.md52 …must be an integer starting from 1. This parameter takes effect only for cloned applications. For …
54 …Currently, cloned applications can be accessed only in silent access mode. When setting the URI an…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-process-process.md67 …ocess. During forking, the virtual memory space of the parent process is cloned to the child proce…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs203 self.queue.get(index - self.remove_count).cloned() in field()
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-extension.md646 …at holds the sendable object to be cloned. This parameter can be set to **undefined** if there is …
/ohos5.0/docs/en/application-dev/security/AccessToken/
H A Dpermissions-for-system-apps.md3354 Allows an application to install a cloned application.
3366 Allows an application to uninstall a cloned application.
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md1029 - **clone_list**: list of JS objects to be cloned during serialization.
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper.md1789 | title| string | Yes | Title of the cloned asset. The title must meet the following requirements…
1795 | Promise&lt;PhotoAsset&gt; | Promise used to return the [PhotoAsset](#photoasset) cloned.|