Initial AITT implementation
authorjusung <jusung07.son@samsung.com>
Wed, 13 Apr 2022 06:10:59 +0000 (15:10 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Mon, 29 Aug 2022 05:54:29 +0000 (14:54 +0900)
commit300934902bcda0a9e68e60a03fc35ec2b3ccf8b3
tree6356ac448fbfecdcfee267f9d8131257e6021fef
parent4d272459efbdb4c0d3891b6af726a4e38467ca44
Initial AITT implementation

Signed-off-by: jusung <jusung07.son@samsung.com>
106 files changed:
CMakeLists.txt
cion/CMakeLists.txt
cion/aitt/aitt_discoverer.cc [new file with mode: 0644]
cion/aitt/aitt_discoverer.hh [new file with mode: 0644]
cion/aitt/aitt_dp.cc [new file with mode: 0644]
cion/aitt/aitt_dp.hh [new file with mode: 0644]
cion/aitt/aitt_dp_map.cc [new file with mode: 0644]
cion/aitt/aitt_dp_map.hh [new file with mode: 0644]
cion/aitt/aitt_error.cc [new file with mode: 0644]
cion/aitt/aitt_error.hh [new file with mode: 0644]
cion/aitt/aitt_interfaces.hh [new file with mode: 0644]
cion/aitt/aitt_pubsub_dp.cc [new file with mode: 0644]
cion/aitt/aitt_pubsub_dp.hh [new file with mode: 0644]
cion/aitt/aitt_server_dp.cc [new file with mode: 0644]
cion/aitt/aitt_server_dp.hh [new file with mode: 0644]
cion/aitt/aitt_service.cc [new file with mode: 0644]
cion/aitt/aitt_service.hh [new file with mode: 0644]
cion/aitt/vine_client_dp.cc [new file with mode: 0644]
cion/aitt/vine_dp_map.hh [new file with mode: 0644]
cion/aitt/vine_error.cc [new file with mode: 0644]
cion/channel/async_sender.hh
cion/channel/channel_job.hh
cion/channel/client_channel.cc
cion/channel/client_channel.hh
cion/channel/client_channel_implementation.hh
cion/channel/connection_result.hh
cion/channel/group_channel.cc
cion/channel/group_channel.hh
cion/channel/group_channel_implementation.hh
cion/channel/idle_invoker.cc
cion/channel/idle_invoker.hh
cion/channel/ipayload_receiver.hh
cion/channel/payload_async_result.cc
cion/channel/payload_async_result.hh
cion/channel/payload_async_result_manager.cc
cion/channel/payload_async_result_manager.hh
cion/channel/payload_manager.cc
cion/channel/payload_manager.hh
cion/channel/server_channel.cc
cion/channel/server_channel.hh
cion/channel/server_channel_implementation.hh
cion/channel/shared_queue.hh
cion/common/cion_cmd.hh
cion/common/cion_error.hh
cion/common/data_payload.cc
cion/common/data_payload.hh
cion/common/exception.hh
cion/common/file_payload.cc
cion/common/file_payload.hh
cion/common/file_payload_reader_internal.cc
cion/common/file_payload_reader_internal.hh
cion/common/ipayload.hh
cion/common/ipeer_info.hh
cion/common/peer_info.cc
cion/common/peer_info.hh
cion/common/util/dbus.cc
cion/common/util/dbus.hh
cion/common/util/display_name.cc
cion/common/util/display_name.hh
cion/common/util/factory_manager.cc
cion/common/util/factory_manager.hh
cion/common/util/id_generator.cc
cion/common/util/id_generator.hh
cion/common/util/logging.cc
cion/common/util/logging.hh
cion/common/util/privilege_checker.cc
cion/common/util/privilege_checker.hh
cion/common/util/system_info.cc
cion/common/util/system_info.hh
cion/common/util/uuid.cc
cion/common/util/uuid.hh
cion/security/security_info.cc
cion/security/security_info.hh
cion/tizen-api/cion_client.cc
cion/tizen-api/cion_client.h
cion/tizen-api/cion_connection_result.cc
cion/tizen-api/cion_group.cc
cion/tizen-api/cion_payload.cc
cion/tizen-api/cion_payload_async_result.cc
cion/tizen-api/cion_peer_info.cc
cion/tizen-api/cion_security.cc
cion/tizen-api/cion_server.cc
cion/tizen-api/cion_server.h
cion/vine/vine_client_dp.cc
cion/vine/vine_client_dp.hh
cion/vine/vine_discoverer.cc
cion/vine/vine_discoverer.hh
cion/vine/vine_dp.cc
cion/vine/vine_dp.hh
cion/vine/vine_dp_map.cc [deleted file]
cion/vine/vine_dp_map.hh [deleted file]
cion/vine/vine_error.cc
cion/vine/vine_error.hh
cion/vine/vine_interfaces.hh
cion/vine/vine_pubsub_dp.cc
cion/vine/vine_pubsub_dp.hh
cion/vine/vine_security.cc
cion/vine/vine_security.hh
cion/vine/vine_server_dp.cc
cion/vine/vine_server_dp.hh
cion/vine/vine_service.cc
cion/vine/vine_service.hh
cion/vine/vine_session.cc
cion/vine/vine_session.hh
packaging/cion.spec
unittests/src/test-file_payload.cc