Import statistics-context-provider into src/statistics 33/56633/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 11 Jan 2016 12:54:59 +0000 (21:54 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 11 Jan 2016 12:54:59 +0000 (21:54 +0900)
commitdff50c4591079653d41e79d5c62772eaa348e7e9
treef588f668165a871d8f24c4eb70e04968dfbc4d5b
parent165a49384b67268d8f9ab848cbb09bbc58cd9846
Import statistics-context-provider into src/statistics

Change-Id: I35a81227cc11518143aeae3b300ed71534cd97bf
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
73 files changed:
include/statistics_context_provider.h [new file with mode: 0644]
packaging/context-provider.spec
src/CMakeLists.txt
src/statistics/CMakeLists.txt [new file with mode: 0644]
src/statistics/app/app_stats_provider.cpp [new file with mode: 0644]
src/statistics/app/app_stats_provider.h [new file with mode: 0644]
src/statistics/app/app_stats_types.h [new file with mode: 0644]
src/statistics/app/app_use_monitor/active_window_monitor.cpp [new file with mode: 0644]
src/statistics/app/app_use_monitor/active_window_monitor.h [new file with mode: 0644]
src/statistics/app/app_use_monitor/launch_monitor.cpp [new file with mode: 0644]
src/statistics/app/app_use_monitor/launch_monitor.h [new file with mode: 0644]
src/statistics/app/db_handle.cpp [new file with mode: 0644]
src/statistics/app/db_handle.h [new file with mode: 0644]
src/statistics/app/db_init.cpp [new file with mode: 0644]
src/statistics/app/db_init.h [new file with mode: 0644]
src/statistics/app/install_monitor.cpp [new file with mode: 0644]
src/statistics/app/install_monitor.h [new file with mode: 0644]
src/statistics/media/db_handle.cpp [new file with mode: 0644]
src/statistics/media/db_handle.h [new file with mode: 0644]
src/statistics/media/media_content_monitor.cpp [new file with mode: 0644]
src/statistics/media/media_content_monitor.h [new file with mode: 0644]
src/statistics/media/media_stats_provider.cpp [new file with mode: 0644]
src/statistics/media/media_stats_provider.h [new file with mode: 0644]
src/statistics/media/media_stats_types.h [new file with mode: 0644]
src/statistics/prediction/assoc_rule.cpp [new file with mode: 0644]
src/statistics/prediction/assoc_rule.h [new file with mode: 0644]
src/statistics/prediction/assoc_rule_miner.cpp [new file with mode: 0644]
src/statistics/prediction/assoc_rule_miner.h [new file with mode: 0644]
src/statistics/prediction/assoc_rule_of_ids.h [new file with mode: 0644]
src/statistics/prediction/assoc_rule_producer.cpp [new file with mode: 0644]
src/statistics/prediction/assoc_rule_producer.h [new file with mode: 0644]
src/statistics/prediction/basket.cpp [new file with mode: 0644]
src/statistics/prediction/basket.h [new file with mode: 0644]
src/statistics/prediction/basket_compressor.cpp [new file with mode: 0644]
src/statistics/prediction/basket_compressor.h [new file with mode: 0644]
src/statistics/prediction/basket_filter.cpp [new file with mode: 0644]
src/statistics/prediction/basket_filter.h [new file with mode: 0644]
src/statistics/prediction/basket_producer.cpp [new file with mode: 0644]
src/statistics/prediction/basket_producer.h [new file with mode: 0644]
src/statistics/prediction/baskets_agregator.cpp [new file with mode: 0644]
src/statistics/prediction/baskets_agregator.h [new file with mode: 0644]
src/statistics/prediction/event.cpp [new file with mode: 0644]
src/statistics/prediction/event.h [new file with mode: 0644]
src/statistics/prediction/event_set.h [new file with mode: 0644]
src/statistics/prediction/i_item_id_filter.h [new file with mode: 0644]
src/statistics/prediction/interval.cpp [new file with mode: 0644]
src/statistics/prediction/interval.h [new file with mode: 0644]
src/statistics/prediction/item.cpp [new file with mode: 0644]
src/statistics/prediction/item.h [new file with mode: 0644]
src/statistics/prediction/item_catalogue.cpp [new file with mode: 0644]
src/statistics/prediction/item_catalogue.h [new file with mode: 0644]
src/statistics/prediction/item_id_set.h [new file with mode: 0644]
src/statistics/prediction/item_set.cpp [new file with mode: 0644]
src/statistics/prediction/item_set.h [new file with mode: 0644]
src/statistics/prediction/item_string_converter.cpp [new file with mode: 0644]
src/statistics/prediction/item_string_converter.h [new file with mode: 0644]
src/statistics/prediction/single_category_item_id_filter.cpp [new file with mode: 0644]
src/statistics/prediction/single_category_item_id_filter.h [new file with mode: 0644]
src/statistics/prediction/weight_apriori.cpp [new file with mode: 0644]
src/statistics/prediction/weight_apriori.h [new file with mode: 0644]
src/statistics/shared/common_types.h [new file with mode: 0644]
src/statistics/shared/db_handle_base.cpp [new file with mode: 0644]
src/statistics/shared/db_handle_base.h [new file with mode: 0644]
src/statistics/shared/system_info.cpp [new file with mode: 0644]
src/statistics/shared/system_info.h [new file with mode: 0644]
src/statistics/social/db_handle.cpp [new file with mode: 0644]
src/statistics/social/db_handle.h [new file with mode: 0644]
src/statistics/social/log_aggregator.cpp [new file with mode: 0644]
src/statistics/social/log_aggregator.h [new file with mode: 0644]
src/statistics/social/social_stats_provider.cpp [new file with mode: 0644]
src/statistics/social/social_stats_provider.h [new file with mode: 0644]
src/statistics/social/social_stats_types.h [new file with mode: 0644]
src/statistics/statistics_context_provider.cpp [new file with mode: 0644]