Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp1449 for (index = 0; index < LOCAL_OPER_CNT; ++index) { in PutData()
1453 for (index = LOCAL_OPER_CNT; index < LOCAL_OPER_CNT + NATIVE_OPER_CNT; ++index) { in PutData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h275 const int LOCAL_OPER_CNT = 2; variable