Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 245) sorted by relevance

12345678910

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs196 #[derive(Copy)]
205 #[derive(Copy)]
212 #[derive(Copy)]
219 #[derive(Copy)]
228 #[derive(Copy)]
236 #[derive(Copy)]
247 #[derive(Copy)]
254 #[derive(Copy)]
261 #[derive(Copy)]
268 #[derive(Copy)]
[all …]
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp59 std::recursive_mutex Copy::mutex_;
135 bool Copy::IsValidUri(const std::string &uri) in IsValidUri()
185 bool Copy::IsRemoteUri(const std::string &uri) in IsRemoteUri()
191 bool Copy::IsDirectory(const std::string &path) in IsDirectory()
202 bool Copy::IsFile(const std::string &path) in IsFile()
213 bool Copy::IsMediaUri(const std::string &uriPath) in IsMediaUri()
273 int Copy::MakeDir(const string &path) in MakeDir()
306 auto iter = Copy::jsCbMap_.find(*infos); in CopySubDir()
540 void Copy::ReceiveComplete(uv_work_t *work, int stat) in ReceiveComplete()
689 tuple<bool, int, bool> Copy::HandleProgress( in HandleProgress()
[all …]
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs41 #[derive(Clone, Copy)]
179 #[derive(Clone, Copy)]
262 #[derive(Clone, Copy)]
281 #[derive(Clone, Copy)]
297 #[derive(Clone, Copy)]
332 #[derive(Clone, Copy)]
348 #[derive(Clone, Copy)]
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dlib.rs32 #[derive(Copy, Clone)]
55 #[derive(Copy, Clone)]
68 #[derive(Copy, Clone)]
98 #[derive(Copy, Clone)]
H A Dsys_event.rs23 #[derive(Copy, Clone)]
66 #[derive(Copy, Clone)]
161 #[derive(Copy, Clone)]
H A Dsys_event_manager.rs40 #[derive(Copy, Clone)]
60 #[derive(Copy, Clone)]
74 #[derive(Copy, Clone)]
91 #[derive(Copy, Clone)]
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs34 #[derive(Copy, Clone)]
60 #[derive(Copy, Clone)]
67 #[derive(Copy, Clone)]
/ohos5.0/docs/en/application-dev/basic-services/pasteboard/
H A DReadme-EN.md3 - [Using the Pasteboard to Copy and Paste](use_pasteboard_to_copy_and_paste.md)
4 - [Using the Delayed Copy and Paste Function of the Pasteboard](pasteboard-time-lapse-copy-and-past…
/ohos5.0/docs/en/application-dev/file-management/
H A Dfile-copy-across-devices.md10 2. Copy a file across devices. To copy a file of the same application across devices, place the fil…
12Copy the file of device A from the sandbox directory to the **distributedfiles/** directory of dev…
38 // Copy the file from the sandbox directory to the distributed file directory.
42 // Copy the file from the sandbox directory to the distributed file directory.
84 // Copy the file in the distributed file directory to the destination sandbox directory.
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/
H A DREADME.md3 …1) Copy the ets folders to the entry/src/main directory of the app project. App project can refer…
5 …2) Copy the rawfile file from the app sample project to the entry/src/main/resources/rawfile/ dire…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs32 #[derive(Debug, Eq, PartialEq, Copy, Clone)]
48 #[derive(Debug, Eq, PartialEq, Copy, Clone)]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs32 #[derive(Copy, Clone, PartialEq, Eq)]
35 #[derive(Copy, Clone, PartialEq, Eq)]
38 #[derive(Copy, Clone, PartialEq, Eq)]
/ohos5.0/base/request/request/services/src/task/
H A Dconfig.rs32 #[derive(Clone, Copy, PartialEq, Debug)]
44 #[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)]
56 #[derive(Clone, Copy, PartialEq, Debug)]
64 #[derive(Clone, Copy, PartialEq, Debug)]
76 #[derive(Copy, Clone, Debug)]
H A Dinfo.rs61 #[derive(Copy, Clone, Debug)]
88 #[derive(Clone, Copy, PartialEq, Debug)]
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dnapi_hiview_js.cpp113 …isMove ? HiviewNapiAdapter::Move(env, hiviewFileParams) : HiviewNapiAdapter::Copy(env, hiviewFileP… in CopyOrMoveFile()
117 static napi_value Copy(napi_env env, napi_callback_info info) in Copy() function
171 DECLARE_NAPI_FUNCTION("copy", Copy), in Init()
H A Dhiview_napi_adapter.cpp30 void HiviewNapiAdapter::Copy(napi_env env, HiviewFileParams* params) in Copy() function in OHOS::HiviewDFX::HiviewNapiAdapter
42 …params->result = HiviewServiceAgent::GetInstance().Copy(params->logType, params->logName, params->… in CopyFileExecution()
H A Dhiview_service_agent.cpp51 int32_t HiviewServiceAgent::Copy(const std::string& logType, const std::string& logName, const std:… in Copy() function in OHOS::HiviewDFX::HiviewServiceAgent
74 return isMove ? proxy.Move(logType, logName, dest) : proxy.Copy(logType, logName, dest); in CopyOrMoveFile()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp55 abilityPath_ = StringUtil::Copy(path); in ConfigAbilityInfo()
56 abilityBundleName_ = StringUtil::Copy(bundleName); in ConfigAbilityInfo()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/alpn/
H A Dmod.rs20 #[derive(Clone, Copy, Debug, Eq, PartialEq)]
23 #[derive(Clone, Copy, Debug, Eq, PartialEq)]
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp232 bool AstObject::Copy(std::shared_ptr<AstObject> src, bool overwrite) in Copy() function in AstObject
250 if (!Copy(src, true)) { in Move()
577 if (!Copy(refObj, false)) { in InheritExpand()
612 bool ConfigNode::Copy(std::shared_ptr<AstObject> src, bool overwrite) in Copy() function in ConfigNode
624 if (!dst->Copy(child, overwrite)) { in Copy()
656 return Copy(ref, false); in NodeCopyExpand()
801 bool ConfigTerm::Copy(std::shared_ptr<AstObject> src, bool overwrite) in Copy() function in ConfigTerm
810 return child_->Copy(src->Child(), overwrite); in Copy()
885 bool ConfigArray::Copy(std::shared_ptr<AstObject> src, bool overwrite) in Copy() function in ConfigArray
H A Dast.h73 virtual bool Copy(std::shared_ptr<AstObject> src, bool overwrite);
182 bool Copy(std::shared_ptr<AstObject> src, bool overwrite) override;
233 bool Copy(std::shared_ptr<AstObject> src, bool overwrite) override;
266 bool Copy(std::shared_ptr<AstObject> src, bool overwrite) override;
/ohos5.0/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dadapter_loglibrary_ability_test.cpp98 int32_t result = ability.Copy(LOG_TYPE, fileName, DEST_PATH);
111 int32_t result = ability.Copy(NON_LOG_TYPE, fileName, DEST_PATH);
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-install-tool.md27 Copy the following command to the last line of the .bashrc file, save the file, and exit.
77 Copy the following command to the last line of the .bashrc file, save the file, and exit.
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Derror.rs20 #[derive(PartialEq, Eq, Clone, Copy, Debug)]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dtoken.rs15 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]

12345678910