OSDN Git Service

persistent configuration refactor
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 6 Oct 2017 07:04:27 +0000 (00:04 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 16 Oct 2017 21:06:06 +0000 (14:06 -0700)
commitf3fb316634973d26cc4b4f55656b86e2a15bd69c
treece56c8f836a25190fedcc87038fb34e6e350b3c1
parent0bb0d1bf9ae325a2fb8bb1694cdb60044ff189ac
persistent configuration refactor

Use std::list instead of list_t, use std::string instead of const char*

Bug: 67595284
Test: manual
Change-Id: I65f576977b547b09dc9aebea49d4e399e5712ec6
14 files changed:
btif/include/btif_config.h
btif/include/btif_config_transcode.h
btif/src/btif_config.cc
btif/src/btif_config_transcode.cc
btif/src/btif_dm.cc
btif/src/btif_storage.cc
include/stack_config.h
main/bte_conf.cc
main/bte_init_cpp_logging.cc
main/bte_logmsg.cc
main/stack_config.cc
osi/include/config.h
osi/src/config.cc
osi/test/config_test.cc