Home
last modified time | relevance | path

Searched refs:MAX_CONDITION_KEY_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.cpp110 if (entry.first.length() > DBConstant::MAX_CONDITION_KEY_LEN || in Serialization()
148 if (conditionKey.length() > DBConstant::MAX_CONDITION_KEY_LEN || in DeSerialization()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h173 static constexpr uint32_t MAX_CONDITION_KEY_LEN = 128; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_serialize_manager.cpp862 if (entry.first.length() > DBConstant::MAX_CONDITION_KEY_LEN || in DataPacketExtraConditionsSerialization()
892 if (conditionKey.length() > DBConstant::MAX_CONDITION_KEY_LEN || in DataPacketExtraConditionsDeserialization()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp1465 std::string bigKey(DBConstant::MAX_CONDITION_KEY_LEN + 1, 'a');
1505 std::string bigKey(DBConstant::MAX_CONDITION_KEY_LEN + 1, 'a');