Searched refs:localDelegate (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_backup_test.cpp | 679 KvStoreDelegate *localDelegate = nullptr; variable 682 … localDelegate = DistributedTestTools::GetDelegateSuccess(localManager, g_kvdbParameter3, option); 683 ASSERT_TRUE(localManager != nullptr && localDelegate != nullptr); 686 localDelegate->Export(multiFilePath2, g_filePasswd1); 717 EXPECT_EQ(localDelegate->Import(nbFilePath, g_filePasswd1), INVALID_FILE); 722 EXPECT_EQ(localDelegate->Import(multiFilePath1, g_filePasswd1), INVALID_FILE); 728 EXPECT_EQ(localManager->CloseKvStore(localDelegate), OK); 729 localDelegate = nullptr;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2573 KvStoreNbDelegate *localDelegate = nullptr; variable 2574 …mgr.GetKvStore(STORE_ID_1, option, [&openStatus, &localDelegate](DBStatus status, KvStoreNbDelegat… in __anon195527440b02() 2576 localDelegate = delegate; in __anon195527440b02() 2578 ASSERT_TRUE(localDelegate != nullptr); 2592 EXPECT_EQ(mgr.CloseKvStore(localDelegate), OK);
|