Home
last modified time | relevance | path

Searched refs:dbPath_ (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp57 EventDbHelper::EventDbHelper(const std::string workPath) : dbPath_(workPath), rdbStore_(nullptr) in EventDbHelper()
67 std::string workPath = dbPath_; in InitDbStore()
69 dbPath_ += "/"; in InitDbStore()
71 dbPath_ += DB_DIR; in InitDbStore()
72 if (!FileUtil::FileExists(dbPath_)) { in InitDbStore()
73 if (FileUtil::ForceCreateDirectory(dbPath_, FileUtil::FILE_PERM_770)) { in InitDbStore()
76 dbPath_ = workPath; in InitDbStore()
80 dbPath_ += DB_NAME; in InitDbStore()
82 NativeRdb::RdbStoreConfig config(dbPath_); in InitDbStore()
234 HIVIEW_LOGD("insert db=%{public}s with %{public}s", dbPath_.c_str(), eventStr.c_str()); in InsertPluginStatsTable()
[all …]
/base/security/access_token/services/common/database/src/
Dsqlite_helper.cpp28 : dbName_(dbName), dbPath_(dbPath), currentVersion_(version), db_(nullptr) in SqliteHelper()
39 if (dbName_.empty() || dbPath_.empty() || currentVersion_ < 0) { in Open()
42 std::string fileName = dbPath_ + dbName_; in Open()
/base/telephony/telephony_data/opkey/include/
Drdb_opkey_helper.h68 std::string dbPath_ = FOLDER_PATH + DB_NAME; variable
/base/telephony/telephony_data/pdp_profile/include/
Drdb_pdp_profile_helper.h69 std::string dbPath_ = FOLDER_PATH + DB_NAME; variable
/base/telephony/telephony_data/opkey/src/
Drdb_opkey_helper.cpp34 NativeRdb::RdbStoreConfig config(dbPath_); in Init()
50 dbPath_ = path + DB_NAME; in UpdateDbPath()
/base/telephony/telephony_data/sim/include/
Drdb_sim_helper.h92 std::string dbPath_ = FOLDER_PATH + DB_NAME; variable
/base/security/access_token/services/common/database/include/
Dsqlite_helper.h52 const std::string dbPath_; variable
/base/telephony/telephony_data/sms_mms/include/
Drdb_sms_mms_helper.h143 std::string dbPath_ = FOLDER_PATH + DB_NAME; variable
/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_helper.cpp35 NativeRdb::RdbStoreConfig config(dbPath_); in Init()
48 dbPath_ = path + DB_NAME; in UpdateDbPath()
/base/telephony/telephony_data/sim/src/
Drdb_sim_helper.cpp34 NativeRdb::RdbStoreConfig config(dbPath_); in Init()
47 dbPath_ = path + DB_NAME; in UpdateDbPath()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
Devent_db_helper.h55 std::string dbPath_;
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp38 NativeRdb::RdbStoreConfig config(dbPath_); in Init()
185 dbPath_ = path + DB_NAME; in UpdateDbPath()