Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp45 this->needPresetData_ = preset; in DistributedCrudTransactionTools()
71 if (needPresetData_) { in CheckFirst()
228 if (this->needPresetData_) { in testCrudTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h54 bool needPresetData_; variable