/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | lib.rs | 32 #[derive(Copy, Clone)] 55 #[derive(Copy, Clone)] 68 #[derive(Copy, Clone)] 98 #[derive(Copy, Clone)]
|
H A D | sys_event.rs | 23 #[derive(Copy, Clone)] 66 #[derive(Copy, Clone)] 161 #[derive(Copy, Clone)]
|
/base/security/asset/frameworks/definition/src/ |
H A D | lib.rs | 41 #[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 D | net_packet.rs | 34 #[derive(Copy, Clone)] 60 #[derive(Copy, Clone)] 67 #[derive(Copy, Clone)]
|
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/ |
H A D | device_profile.rs | 46 #[derive(Copy, Clone)] 89 #[derive(Copy, Clone)]
|
H A D | binding.rs | 86 #[derive(Copy, Clone)] 144 #[derive(Copy, Clone)]
|
/base/request/request/services/src/manage/scheduler/qos/ |
H A D | direction.rs | 57 #[derive(PartialEq, Eq, Clone, Copy, Debug)]
|
/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | hiview_napi_adapter.cpp | 30 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 D | napi_hiview_js.cpp | 113 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 D | hiview_service_agent.cpp | 51 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 D | hiview_napi_adapter.h | 38 static void Copy(napi_env env, HiviewFileParams* params);
|
H A D | hiview_service_agent.h | 31 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 D | res_config_impl.h | 92 * Copy other resConfig to this resConfig 96 bool Copy(ResConfig &other);
|
H A D | res_config.h | 47 virtual bool Copy(ResConfig &other) = 0;
|
H A D | res_locale.h | 49 * 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 D | error.rs | 14 #[derive(Clone, Copy, PartialEq, Debug)]
|
/base/request/request/services/src/task/ |
H A D | reason.rs | 18 #[derive(Clone, Copy, PartialEq, Debug)]
|
H A D | config.rs | 32 #[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 D | notify.rs | 21 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/ |
H A D | adapter_loglibrary_ability_test.cpp | 90 * @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 D | ihiview_service_ability.h | 36 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 D | loglibrary_agent_test.cpp | 62 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 D | res_locale.h | 54 * 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 D | dm_binding.rs | 36 #[derive(Clone, Copy, Debug)]
|
/base/security/asset/services/common/src/ |
H A D | lib.rs | 34 #[derive(Copy, Clone)]
|