Searched refs:statusReturn (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 108 DBStatus &statusReturn, const DBParameters ¶m, const Option &optionParam) in GetNbDelegateStatus() argument 131 statusReturn = manager1->SetKvStoreConfig({ .dataDir = DistributedDBConstant::NB_DIRECTOR }); in GetNbDelegateStatus() 132 if (statusReturn != DBStatus::OK) { in GetNbDelegateStatus() 133 MST_LOG("%s SetConfig failed! Status= %d", TAG.c_str(), statusReturn); in GetNbDelegateStatus() 142 statusReturn = delegateMgrCallback.GetStatus(); in GetNbDelegateStatus() 143 if (statusReturn != DBStatus::OK) { in GetNbDelegateStatus() 144 MST_LOG("%s GetKvStore failed! Status= %d", TAG.c_str(), statusReturn); in GetNbDelegateStatus()
|
H A D | distributed_test_tools.cpp | 564 …istributedTestTools::GetDelegateStatus(KvStoreDelegateManager *&outManager, DBStatus &statusReturn, argument 599 statusReturn = delegateKvMgrCallback.GetStatus(); 600 if (statusReturn != DBStatus::OK) { 601 MST_LOG("%s GetKvStore failed! Status= %d", TAG.c_str(), statusReturn);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_backup_test.cpp | 870 DBStatus statusReturn; variable 871 DistributedDBNbTestTools::GetNbDelegateStatus(manager, statusReturn, g_dbParameter1, g_option); 872 EXPECT_TRUE(statusReturn == BUSY || statusReturn == OK); 877 statusReturn = g_nbBackupDelegate->Put(KEY_1, VALUE_1); 878 EXPECT_TRUE(statusReturn == BUSY || statusReturn == OK);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_nb_test_tools.h | 189 … DistributedDB::DBStatus &statusReturn, const DBParameters ¶m, const Option &optionParam);
|