/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | process_communication_impl.h | 47 std::shared_ptr<DistributedDB::ExtendHeaderHandle> GetExtendHeaderHandle(
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | iadapter.h | 74 …virtual std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo ¶mInfo) = 0;
|
H A D | network_adapter.h | 55 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo ¶mInfo) override;
|
H A D | communicator_aggregator.h | 92 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo ¶mInfo);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | iprocess_communicator.h | 154 virtual std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo ¶mInfo) in GetExtendHeaderHandle() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | process_communication_impl.cpp | 122 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 D | process_communicator_impl.h | 62 API_EXPORT std::shared_ptr<DistributedDB::ExtendHeaderHandle> GetExtendHeaderHandle(
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | network_adapter.cpp | 424 std::shared_ptr<ExtendHeaderHandle> NetworkAdapter::GetExtendHeaderHandle(const ExtendInfo ¶mIn… in GetExtendHeaderHandle() function in DistributedDB::NetworkAdapter 426 return processCommunicator_->GetExtendHeaderHandle(paramInfo); in GetExtendHeaderHandle()
|
H A D | communicator.cpp | 111 extendHandle = commAggrHandle_->GetExtendHeaderHandle(config.paramInfo); in SendMessage()
|
H A D | communicator_aggregator.cpp | 869 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 D | adapter_stub.h | 52 std::shared_ptr<ExtendHeaderHandle> GetExtendHeaderHandle(const ExtendInfo ¶mInfo) override;
|
H A D | adapter_stub.cpp | 149 std::shared_ptr<ExtendHeaderHandle> AdapterStub::GetExtendHeaderHandle(const ExtendInfo ¶mInfo) in GetExtendHeaderHandle() function in AdapterStub
|
H A D | distributeddb_communicator_deep_test.cpp | 926 EXPECT_EQ(adapter->GetExtendHeaderHandle(info), nullptr);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | process_communicator_impl.cpp | 239 std::shared_ptr<ExtendHeaderHandle> ProcessCommunicatorImpl::GetExtendHeaderHandle(const ExtendInfo… in GetExtendHeaderHandle() function in OHOS::AppDistributedKv::ProcessCommunicatorImpl
|