19 Commits

Author SHA1 Message Date
GlaryCastle fc6f8a0df8 Merge branch 'master' of gitee.com:openharmony/miscservices_pasteboard into master
Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
2022-07-19 03:12:14 +00:00
GlaryCastle 2783f35adf Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed:
	modified:   framework/innerkits/include/paste_data.h
	modified:   framework/innerkits/src/pasteboard_client.cpp
	modified:   services/core/include/i_pasteboard_service.h
	modified:   services/core/include/pasteboard_service.h
	modified:   services/core/include/pasteboard_storage.h
	modified:   services/core/src/pasteboard_service.cpp
	modified:   services/core/src/pasteboard_storage.cpp
	modified:   services/dfx/src/behaviour/pasteboard_behaviour_reporter_impl.cpp
	modified:   services/dfx/src/calculate_time_consuming.cpp
	modified:   services/dfx/src/calculate_time_consuming.h
	modified:   services/dfx/src/command.cpp
	modified:   services/dfx/src/command.h
	modified:   services/dfx/src/fault/initialization_fault_impl.cpp
	modified:   services/dfx/src/hiview_adapter.cpp
	modified:   services/dfx/src/hiview_adapter.h
	modified:   services/dfx/src/pasteboard_dump_helper.cpp
	modified:   services/dfx/src/pasteboard_dump_helper.h
	modified:   services/dfx/src/pasteboard_trace.cpp
	modified:   services/dfx/src/reporter.cpp
	modified:   services/dfx/src/statistic/time_consuming_statistic_impl.cpp
	modified:   services/zidl/include/pasteboard_observer_proxy.h
	modified:   services/zidl/include/pasteboard_observer_stub.h
	modified:   services/zidl/include/pasteboard_service_proxy.h
	modified:   services/zidl/include/pasteboard_service_stub.h
	modified:   services/zidl/src/pasteboard_observer_proxy.cpp
	modified:   services/zidl/src/pasteboard_observer_stub.cpp
	modified:   services/zidl/src/pasteboard_service_proxy.cpp
	modified:   services/zidl/src/pasteboard_service_stub.cpp
2022-07-18 15:55:54 +08:00
GlaryCastle 7aac79d243 Signed-off-by: GlaryCastle <yangpeng190@huawei.com>
Changes to be committed:
	modified:   framework/innerkits/include/paste_data.h
	modified:   framework/innerkits/src/paste_data.cpp
	modified:   services/core/src/pasteboard_service.cpp
	modified:   services/dfx/src/behaviour/pasteboard_behaviour_reporter_impl.cpp
	modified:   services/dfx/src/behaviour/pasteboard_behaviour_reporter_impl.h
	modified:   services/dfx/src/calculate_time_consuming.cpp
	modified:   services/dfx/src/calculate_time_consuming.h
	modified:   services/dfx/src/command.cpp
	modified:   services/dfx/src/command.h
	modified:   services/dfx/src/fault/initialization_fault_impl.cpp
	modified:   services/dfx/src/fault/initialization_fault_impl.h
	modified:   services/dfx/src/pasteboard_dump_helper.cpp
	modified:   services/dfx/src/pasteboard_dump_helper.h
	modified:   services/dfx/src/pasteboard_trace.cpp
	modified:   services/dfx/src/pasteboard_trace.h
	modified:   services/dfx/src/reporter.cpp
	modified:   services/dfx/src/reporter.h
	modified:   services/dfx/src/statistic/time_consuming_statistic_impl.cpp
	modified:   services/dfx/src/statistic/time_consuming_statistic_impl.h
	modified:   services/zidl/include/pasteboard_observer_proxy.h
	modified:   services/zidl/include/pasteboard_service_stub.h
	modified:   services/zidl/src/pasteboard_observer_proxy.cpp
	modified:   services/zidl/src/pasteboard_service_stub.cpp
	modified:   utils/native/include/pasteboard_permission.h
2022-07-15 16:24:14 +08:00
ma-shaoyin 3f9d0d1b10 Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
2022-07-13 20:53:34 +08:00
ma-shaoyin d41de074e9 Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
2022-07-13 18:31:20 +08:00
ma-shaoyin cfb79fc2bb Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
	modified:   services/core/include/pasteboard_service.h
	modified:   services/core/src/pasteboard_service.cpp
2022-07-05 13:53:46 +08:00
ma-shaoyin 3566a55ca6 Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
	modified:   services/core/src/pasteboard_service.cpp
2022-07-05 12:56:05 +08:00
ma-shaoyin 0b68ceb585 Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
	modified:   bundle.json
	modified:   services/core/src/pasteboard_service.cpp
	modified:   services/dfx/src/calculate_time_consuming.cpp
	modified:   services/dfx/src/calculate_time_consuming.h
2022-07-05 12:52:06 +08:00
ma-shaoyin 5be0d2acaa Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
	modified:   services/BUILD.gn
	modified:   services/core/include/pasteboard_service.h
	modified:   services/core/src/pasteboard_service.cpp
	new file:   services/dfx/src/behaviour/behaviour_reporter.h
	new file:   services/dfx/src/behaviour/pasteboard_behaviour_reporter_impl.cpp
	new file:   services/dfx/src/behaviour/pasteboard_behaviour_reporter_impl.h
	new file:   services/dfx/src/calculate_time_consuming.cpp
	new file:   services/dfx/src/calculate_time_consuming.h
	new file:   services/dfx/src/dfx_code_constant.h
	new file:   services/dfx/src/dfx_types.h
	new file:   services/dfx/src/fault/fault_reporter.h
	new file:   services/dfx/src/fault/initialization_fault_impl.cpp
	new file:   services/dfx/src/fault/initialization_fault_impl.h
	new file:   services/dfx/src/hiview_adapter.cpp
	new file:   services/dfx/src/hiview_adapter.h
	new file:   services/dfx/src/reporter.cpp
	new file:   services/dfx/src/reporter.h
	new file:   services/dfx/src/statistic/statistic_reporter.h
	new file:   services/dfx/src/statistic/time_consuming_statistic_impl.cpp
	new file:   services/dfx/src/statistic/time_consuming_statistic_impl.h
	modified:   test/fuzztest/pasteboardservice_fuzzer/BUILD.gn
2022-07-04 15:55:23 +08:00
ma-shaoyin d737acecd6 Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
	modified:   services/BUILD.gn
	modified:   services/core/include/pasteboard_service.h
	modified:   services/core/src/pasteboard_service.cpp
	new file:   services/dfx/src/command.cpp
	new file:   services/dfx/src/command.h
	new file:   services/dfx/src/pasteboard_dump_helper.cpp
	new file:   services/dfx/src/pasteboard_dump_helper.h
	new file:   services/dfx/src/pasteboard_trace.cpp
	new file:   services/dfx/src/pasteboard_trace.h
2022-07-04 14:41:57 +08:00
chenyu 8d8125e47a 剪贴板应用间粘贴失败
Signed-off-by: chenyu <chenyu301@huawei.com>
2022-06-07 19:50:53 +08:00
lovechinamo 44b2ccdca5 Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
2022-04-22 11:23:27 +08:00
lovechinamo 44e741962e Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
2022-04-22 09:41:30 +08:00
lovechinamo 9cb289f6cb Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
2022-04-22 09:33:31 +08:00
lovechinamo e2b930ac29 Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
2022-04-20 20:44:00 +08:00
liulinna 939a754ce7 调整内存问题
Signed-off-by: guduhanyan <xuyanjun27@163.com>
2022-03-27 01:33:32 +08:00
liulinna bcd0cf42d7 调整xts打印信息不全问题
Signed-off-by: guduhanyan <xuyanjun27@163.com>
2022-03-24 02:45:48 +08:00
liulinna 21c9fcef30 crash问题修复
Signed-off-by: guduhanyan <xuyanjun27@163.com>
2022-03-19 07:00:19 +08:00
liulinna ce733eadd2 提交剪贴板代码
Signed-off-by: guduhanyan <xuyanjun27@163.com>
2022-03-09 13:23:51 +08:00