Home
last modified time | relevance | path

Searched refs:Copy (Results 1 - 25 of 46) sorted by relevance

12

/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)]
/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)]
/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)]
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Ddevice_profile.rs46 #[derive(Copy, Clone)]
89 #[derive(Copy, Clone)]
H A Dbinding.rs86 #[derive(Copy, Clone)]
144 #[derive(Copy, Clone)]
/base/request/request/services/src/manage/scheduler/qos/
H A Ddirection.rs57 #[derive(PartialEq, Eq, Clone, Copy, Debug)]
/base/hiviewdfx/hiview/interfaces/js/napi/src/
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->destDir); in CopyFileExecution()
H A Dnapi_hiview_js.cpp113 isMove ? HiviewNapiAdapter::Move(env, hiviewFileParams) : HiviewNapiAdapter::Copy(env, hiviewFileParams); 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_service_agent.cpp51 int32_t HiviewServiceAgent::Copy(const std::string& logType, const std::string& logName, const std::string& dest) in Copy() function in OHOS::HiviewDFX::HiviewServiceAgent
74 return isMove ? proxy.Move(logType, logName, dest) : proxy.Copy(logType, logName, dest); in CopyOrMoveFile()
/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_adapter.h38 static void Copy(napi_env env, HiviewFileParams* params);
H A Dhiview_service_agent.h31 int32_t Copy(const std::string& logType, const std::string& logName, const std::string& dest);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_config_impl.h92 * Copy other resConfig to this resConfig
96 bool Copy(ResConfig &other);
H A Dres_config.h47 virtual bool Copy(ResConfig &other) = 0;
H A Dres_locale.h49 * Copy from other LocaleInfo to this
56 * Copy from other ResLocale to this
60 RState Copy(const ResLocale *other);
/base/request/request/services/src/
H A Derror.rs14 #[derive(Clone, Copy, PartialEq, Debug)]
/base/request/request/services/src/task/
H A Dreason.rs18 #[derive(Clone, Copy, PartialEq, Debug)]
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 Dnotify.rs21 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dadapter_loglibrary_ability_test.cpp90 * @tc.desc: Check Func Copy
98 int32_t result = ability.Copy(LOG_TYPE, fileName, DEST_PATH); in HWTEST_F()
104 * @tc.desc: Check Func Copy
111 int32_t result = ability.Copy(NON_LOG_TYPE, fileName, DEST_PATH); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dihiview_service_ability.h36 virtual int32_t Copy(const std::string& logType, const std::string& logName, const std::string& dest) = 0;
/base/hiviewdfx/hiview/interfaces/js/napi/test/unittest/common/
H A Dloglibrary_agent_test.cpp62 std::string fileName = "Copy.txt"; in HWTEST_F()
64 int32_t result = HiviewServiceAgent::GetInstance().Copy(LOG_TYPE, fileName, DEST_PATH); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h54 * Copy from other LocaleInfo to this
61 * Copy from other ResLocale to this
65 RState Copy(const ResLocale *other);
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/
H A Ddm_binding.rs36 #[derive(Clone, Copy, Debug)]
/base/security/asset/services/common/src/
H A Dlib.rs34 #[derive(Copy, Clone)]

Completed in 11 milliseconds

12