Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_create_test.cpp272 KvStoreDelegate *delegate3 = nullptr; variable
306 …status = DistributedTestTools::GetDelegateNotGood(manager3, delegate3, STORE_ID_1, APP_ID_1, "", o…
308 EXPECT_TRUE(delegate3 == nullptr);
309 EXPECT_TRUE(manager3->CloseKvStore(delegate3) == INVALID_ARGS);
996 KvStoreDelegate *delegate3 = nullptr; variable
1017 DBStatus status3 = DistributedTestTools::GetDelegateNotGood(manager3, delegate3,
1019 EXPECT_EQ(delegate3, nullptr);
1020 EXPECT_EQ(manager3->CloseKvStore(delegate3), INVALID_ARGS);
H A Ddistributeddb_nb_schema_test.cpp1609 KvStoreNbDelegate *delegate3 = nullptr; variable
1613delegate3 = DistributedDBNbTestTools::GetNbDelegateStatus(manager3, status, g_dbParameter2, option…
1614 ASSERT_EQ(delegate3, nullptr);