Home
last modified time | relevance | path

Searched refs:firstMode_ (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.cpp43 this->firstMode_ = first; in DistributedCrudTransactionTools()
69 if (firstMode_ == CrudMode::PUT_BATCH) { in CheckFirst()
81 if (firstMode_ == CrudMode::UPDATE_BATCH) { in CheckFirst()
92 if (firstMode_ == CrudMode::DELETE_BATCH || firstMode_ == CrudMode::CLEAR) { in CheckFirst()
165 MST_LOG("firstmode %d", static_cast<int>(firstMode_)); in Action1()
166 if (firstMode_ == CrudMode::PUT_BATCH) { in Action1()
168 } else if (firstMode_ == CrudMode::DELETE_BATCH) { in Action1()
171 } else if (firstMode_ == CrudMode::CLEAR) { in Action1()
174 MST_LOG("unknown first %d", static_cast<int>(firstMode_)); in Action1()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Ddistributed_crud_transaction_tools.h51 CrudMode firstMode_; variable