Home
last modified time | relevance | path

Searched refs:GetExtendHeaderHandle (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dprocess_communication_impl.h47 std::shared_ptr<DistributedDB::ExtendHeaderHandle> GetExtendHeaderHandle(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Diadapter.h74 …virtual std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) = 0;
H A Dnetwork_adapter.h55 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) override;
H A Dcommunicator_aggregator.h92 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h154 virtual std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) in GetExtendHeaderHandle() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp122 std::shared_ptr<DistributedDB::ExtendHeaderHandle> ProcessCommunicationImpl::GetExtendHeaderHandle( in GetExtendHeaderHandle() function in OHOS::DistributedKv::ProcessCommunicationImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h62 API_EXPORT std::shared_ptr<DistributedDB::ExtendHeaderHandle> GetExtendHeaderHandle(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp424 std::shared_ptr<ExtendHeaderHandle> NetworkAdapter::GetExtendHeaderHandle(const ExtendInfo &paramIn… in GetExtendHeaderHandle() function in DistributedDB::NetworkAdapter
426 return processCommunicator_->GetExtendHeaderHandle(paramInfo); in GetExtendHeaderHandle()
H A Dcommunicator.cpp111 extendHandle = commAggrHandle_->GetExtendHeaderHandle(config.paramInfo); in SendMessage()
H A Dcommunicator_aggregator.cpp869 std::shared_ptr<ExtendHeaderHandle> CommunicatorAggregator::GetExtendHeaderHandle(const ExtendInfo … in GetExtendHeaderHandle() function in DistributedDB::CommunicatorAggregator
874 return adapterHandle_->GetExtendHeaderHandle(paramInfo); in GetExtendHeaderHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.h52 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo &paramInfo) override;
H A Dadapter_stub.cpp149 std::shared_ptr<ExtendHeaderHandle> AdapterStub::GetExtendHeaderHandle(const ExtendInfo &paramInfo) in GetExtendHeaderHandle() function in AdapterStub
H A Ddistributeddb_communicator_deep_test.cpp926 EXPECT_EQ(adapter->GetExtendHeaderHandle(info), nullptr);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp239 std::shared_ptr<ExtendHeaderHandle> ProcessCommunicatorImpl::GetExtendHeaderHandle(const ExtendInfo… in GetExtendHeaderHandle() function in OHOS::AppDistributedKv::ProcessCommunicatorImpl