Home
last modified time | relevance | path

Searched refs:DropTable (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H A Dsql_util.h28 std::string DropTable(const std::string& table);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dsql_util.cpp31 std::string DropTable(const std::string& table) in DropTable() function
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_store.h35 int DropTable(const std::string &name);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Ddata_share_test.cpp82 auto ret = dataShareStore->DropTable(tableName);
90 ret = dataShareStore->DropTable(tableName);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_store.cpp66 int DataShareStore::DropTable(const std::string &tableName) in DropTable() function in OHOS::HiviewDFX::DataShareStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_multi_user_test.cpp82 int DropTable(sqlite3 *db, const std::string &tableName) in DropTable() function
190 EXPECT_EQ(DropTable(db, tableName), SQLITE_OK); in PrepareEnvironment()
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp141 int DropTable(sqlite3 *db, const std::string &tableName) in DropTable() function
568 EXPECT_EQ(DropTable(db, tableName), SQLITE_OK); in PrepareEnvironment()