Home
last modified time | relevance | path

Searched refs:RemoveAllRecord (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/removeallrecord_fuzzer/
H A Dremoveallrecord_fuzzer.cpp30 RemoveAllRecord(ctx, TABLE_TRUSTED_DEV_INFO); in DoSomethingInterestingWithMyAPI()
31 RemoveAllRecord(ctx, TABLE_NAME_ID_MAX); in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_web_controller.h49 void RemoveAllRecord(std::shared_ptr<PasteData> pasteData) noexcept;
/foundation/communication/dsoftbus/core/common/include/
H A Dsqlite3_utils.h70 int32_t RemoveAllRecord(DbContext *ctx, TableNameID id);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp87 RemoveAllRecord(pasteData);
163 void PasteboardWebController::RemoveAllRecord(std::shared_ptr<PasteData> pasteData) noexcept
/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsqlite3_utils_test.cpp397 EXPECT_EQ(RemoveAllRecord(ctx, TABLE_TRUSTED_DEV_INFO), SOFTBUS_OK); in HWTEST_F()
660 EXPECT_EQ(RemoveAllRecord(ctx, TABLE_TRUSTED_DEV_INFO), SOFTBUS_INVALID_PARAM); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c382 int32_t RemoveAllRecord(DbContext *ctx, TableNameID id) in RemoveAllRecord() function

Completed in 4 milliseconds