Home
last modified time | relevance | path

Searched refs:MAX_CONDITION_VALUE_LEN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp111 entry.second.length() > DBConstant::MAX_CONDITION_VALUE_LEN) { in Serialization()
149 conditionVal.length() > DBConstant::MAX_CONDITION_VALUE_LEN) { in DeSerialization()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h174 static constexpr uint32_t MAX_CONDITION_VALUE_LEN = 128; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_serialize_manager.cpp863 entry.second.length() > DBConstant::MAX_CONDITION_VALUE_LEN) { in DataPacketExtraConditionsSerialization()
893 conditionVal.length() > DBConstant::MAX_CONDITION_VALUE_LEN) { in DataPacketExtraConditionsDeserialization()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp1472 std::string bigValue(DBConstant::MAX_CONDITION_VALUE_LEN + 1, 'a');
1511 std::string bigValue(DBConstant::MAX_CONDITION_VALUE_LEN + 1, 'a');