Home
last modified time | relevance | path

Searched refs:fileBasePath_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_config.cpp28 std::string fileBasePath_ = {BT_CONFIG_PATH_BASE + fileName_};
57 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
H A Dadapter_device_info.cpp31 std::string fileBasePath_ = {BT_CONFIG_PATH_BASE + fileName_};
64 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
H A Dprofile_config.cpp30 std::string fileBasePath_ = {BT_CONFIG_PATH_BASE + fileName_};
58 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
H A Dadapter_device_config.cpp31 std::string fileBasePath_ {BT_CONFIG_PATH_BASE + fileName_}; member
64 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()