/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | basic_rust_types.rs | 679 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 D | skia_typeface.cpp | 132 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 D | redirect.rs | 77 let scheme = origin.scheme().cloned(); in redirect() 78 let authority = origin.authority().cloned(); in redirect()
|
H A D | dispatcher.rs | 502 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 D | IIntellVoiceEngineManager.idl | 94 * @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 D | OpenHarmony-1-0.md | 32 …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 D | socket_addr.rs | 90 for byte in name.iter().cloned().flat_map(ascii::escape_default) { in fmt()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | app-clone.md | 4 …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 D | pinning.rs | 151 self.pub_keys.get(&String::from(domain)).cloned() in get_pin()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-extensionAbilityInfo.md | 33 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
|
H A D | js-apis-bundleManager-bundleInfo.md | 29 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
|
H A D | js-apis-bundleManager-abilityInfo.md | 41 …ber | Yes | No | Index of an application clone. It takes effect only for cloned applications.|
|
H A D | js-apis-bundleManager-applicationInfo.md | 42 …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 D | stub.rs | 100 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 D | addr.rs | 182 State::Ready(Ok(self.iter().cloned())) in to_socket_addrs()
|
/ohos5.0/base/request/request/services/src/manage/scheduler/ |
H A D | mod.rs | 422 .cloned() in clear_timeout_tasks()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | table.rs | 121 self.queue.get(index).cloned() in header()
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | share-data-by-silent-access.md | 52 …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 D | kernel-small-basic-process-process.md | 67 …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 D | table.rs | 203 self.queue.get(index - self.remove_count).cloned() in field()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 646 …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 D | permissions-for-system-apps.md | 3354 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 D | napi.md | 1029 - **clone_list**: list of JS objects to be cloned during serialization.
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-photoAccessHelper.md | 1789 | title| string | Yes | Title of the cloned asset. The title must meet the following requirements… 1795 | Promise<PhotoAsset> | Promise used to return the [PhotoAsset](#photoasset) cloned.|
|