revise architecture of handling plugin Action
authorYoungjae Shin <yj99.shin@samsung.com>
Wed, 11 Sep 2019 03:46:16 +0000 (12:46 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 19 Mar 2020 04:30:37 +0000 (13:30 +0900)
commit12ce415a9325296054302b92881d3cc85ecb44a6
treeddbadb27d7c7b7d9b261ba30d6b1ab3684a96284
parentb403c0511ab98072efce5119475973fc5abd4642
revise architecture of handling plugin Action
35 files changed:
app/AppAction.h
app/AppActionLaunch.cpp
app/AppActionLaunch.h
app/AppPlugin.cpp
bluetooth/BtAction.cpp
bluetooth/BtAction.h
bluetooth/BtActionAudioConnect.cpp
bluetooth/BtActionAudioConnect.h
bluetooth/BtActionPower.cpp
bluetooth/BtActionPower.h
bluetooth/BtPlugin.cpp
pkg/PkgAction.h
pkg/PkgEnableSupportMode.cpp
pkg/PkgEnableSupportMode.h
pkg/PkgFactory.cpp
pkg/PkgFactory.h
pkg/PkgPlugin.cpp
unittests/mdsp_test_app.cpp
unittests/mdsp_test_pkg.cpp
unittests/mdsp_test_vconf.cpp
vconf/VconfActionBool.cpp [new file with mode: 0644]
vconf/VconfActionBool.h [moved from pkg/PkgAction.cpp with 58% similarity]
vconf/VconfActionDbl.cpp [new file with mode: 0644]
vconf/VconfActionDbl.h [moved from app/AppAction.cpp with 56% similarity]
vconf/VconfActionInt.cpp [new file with mode: 0644]
vconf/VconfActionInt.h [new file with mode: 0644]
vconf/VconfActionStr.cpp [new file with mode: 0644]
vconf/VconfActionStr.h [new file with mode: 0644]
vconf/VconfPlugin.cpp
wifi/WifiAction.cpp
wifi/WifiAction.h
wifi/WifiActionPower.cpp
wifi/WifiActionPower.h
wifi/WifiFactory.cpp
wifi/WifiPlugin.cpp