[CAPI Changed] Enum value names and scan cloud 34/72434/3
authorDongsun Lee <ds73.lee@samsung.com>
Wed, 1 Jun 2016 04:32:34 +0000 (13:32 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Wed, 1 Jun 2016 05:07:10 +0000 (14:07 +0900)
commitf6e6597e3601482f0ac49bd78d209a7b45db4562
tree3884c54b1eeefe3b58572daf312e7ad9c7515dcd
parent05b859770ed38f8b7ac13e64e785347d7bc1fe06
[CAPI Changed] Enum value names and scan cloud

- enum value changes for csr_wp_ask_user_e, csr_wp_user_response_e,
  csr_cs_ask_user_e, csr_cs_core_usage_e, and csr_cs_user_response_e
- API description changes for csr_cs_malware_list_get_malware and
  some enums in csr-content-screening-types.h
- Parameter(bool) added to scan on cloud option setter API for turning
  on and off the option.

Change-Id: I05672483fda2539b615dcb3db29a27cba703fe8f
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
18 files changed:
src/framework/client/content-screening.cpp
src/framework/client/web-protection.cpp
src/framework/common/cs-context.cpp
src/framework/common/cs-detected.cpp
src/framework/common/wp-context.cpp
src/framework/common/wp-result.cpp
src/framework/service/core-usage.cpp
src/framework/service/cs-logic.cpp
src/framework/service/wp-logic.cpp
src/framework/ui/popup/logic.cpp
src/include/csr/csr-content-screening-types.h
src/include/csr/csr-content-screening.h
src/include/csr/csr-web-protection-types.h
src/include/csr/csr-web-protection.h
test/internals/test-cpucore.cpp
test/popup/test-popup.cpp
test/test-api-content-screening.cpp
test/test-api-web-protection.cpp