Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.h75 class ExtendHeaderHandleTest : public DistributedDB::ExtendHeaderHandle {
77 explicit ExtendHeaderHandleTest(const DistributedDB::ExtendInfo &info) : headSize_(0) in ExtendHeaderHandleTest() function
84 ~ExtendHeaderHandleTest() {}; in ~ExtendHeaderHandleTest()
H A Dadapter_stub.cpp151 … std::shared_ptr<ExtendHeaderHandle> handle = std::make_shared<ExtendHeaderHandleTest>(paramInfo); in GetExtendHeaderHandle()
220 if (info->magic == ExtendHeaderHandleTest::MAGIC_NUM) { in CheckAndGetDataHeadInfo()