Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/utils/unittest/
H A Dsqlite3_utils_test.cpp581 int testid = CheckTableExist(ctxPtr, TABLE_TRUSTED_DEV_INFO, isExist); variable
582 EXPECT_EQ(testid, SOFTBUS_INVALID_PARAM);
597 int testid = InsertRecord(ctx, TABLE_TRUSTED_DEV_INFO, g_record); variable
598 EXPECT_EQ(testid, SOFTBUS_INVALID_PARAM);
632 int testid = EncryptedDb(ctx, PASSWORD1, len); variable
633 EXPECT_EQ(testid, SOFTBUS_ERR);
640 testid = UpdateDbPassword(ctx, PASSWORD1, len);
641 EXPECT_EQ(testid, SOFTBUS_ERR);