Home
last modified time | relevance | path

Searched refs:GetLastErrorMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_dfx_adapter.cpp80 DBDumpHelper::Dump(fd, "\tlast error msg = %s\n", SQLiteUtils::GetLastErrorMsg().c_str()); in Dump()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h185 static std::string GetLastErrorMsg();
H A Dsqlite_utils.cpp2275 std::string SQLiteUtils::GetLastErrorMsg() in GetLastErrorMsg() function in DistributedDB::SQLiteUtils