Home
last modified time | relevance | path

Searched refs:GetLocalIdentity (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp170 int SyncerProxy::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() function in DistributedDB::SyncerProxy
175 return syncer_->GetLocalIdentity(outTarget); in GetLocalIdentity()
H A Dcommunicator_proxy.cpp170 int CommunicatorProxy::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() function in DistributedDB::CommunicatorProxy
172 return mainComm_->GetLocalIdentity(outTarget); in GetLocalIdentity()
H A Dcommunicator_proxy.h43 int GetLocalIdentity(std::string &outTarget) const override;
H A Dgeneric_syncer.h82 int GetLocalIdentity(std::string &outTarget) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp235 int SyncAbleEngine::GetLocalIdentity(std::string &outTarget) in GetLocalIdentity() function in DistributedDB::SyncAbleEngine
240 return syncer_.GetLocalIdentity(outTarget); in GetLocalIdentity()
H A Dsync_able_engine.h42 int GetLocalIdentity(std::string &outTarget);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dicommunicator_aggregator.h50 virtual int GetLocalIdentity(std::string &outTarget) const = 0;
H A Diadapter.h53 virtual int GetLocalIdentity(std::string &outTarget) = 0;
H A Dicommunicator.h73 virtual int GetLocalIdentity(std::string &outTarget) const = 0;
H A Dnetwork_adapter.h45 int GetLocalIdentity(std::string &outTarget) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_communicator.h25 MOCK_CONST_METHOD1(GetLocalIdentity, int(std::string &));
H A Ddistributeddb_communicator_proxy_test.cpp257 …EXPECT_CALL(mainComm_, GetLocalIdentity(_)).WillOnce(DoAll(SetArgReferee<0>(DEVICE_B), Return(E_OK…
259 EXPECT_EQ(commProxy_->GetLocalIdentity(localId), E_OK);
H A Dvirtual_time_sync_communicator.h58 int GetLocalIdentity(std::string &outTarget) const override;
H A Dvirtual_time_sync_communicator.cpp80 int VirtualTimeSyncCommunicator::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() function in DistributedDB::VirtualTimeSyncCommunicator
H A Dvirtual_communicator.h56 int GetLocalIdentity(std::string &outTarget) const override;
H A Dvirtual_communicator_aggregator.h46 int GetLocalIdentity(std::string &outTarget) const override;
H A Dvirtual_communicator.cpp156 int VirtualCommunicator::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() function in DistributedDB::VirtualCommunicator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp78 int Communicator::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() function in DistributedDB::Communicator
80 return commAggrHandle_->GetLocalIdentity(outTarget); in GetLocalIdentity()
H A Dcommunicator.h50 int GetLocalIdentity(std::string &outTarget) const override;
H A Dnetwork_adapter.cpp202 int NetworkAdapter::GetLocalIdentity(std::string &outTarget) in GetLocalIdentity() function in DistributedDB::NetworkAdapter
342GetLocalIdentity(localIdentity); // It doesn't matter if getlocal fail and localIdentity be an emp… in SearchOnlineRemoteDeviceAtStartup()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h88 int GetLocalIdentity(std::string &outTarget) const override;
H A Disyncer.h107 virtual int GetLocalIdentity(std::string &outTarget) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.h139 int GetLocalIdentity(std::string &outTarget) const;
H A Dsync_able_kvdb.cpp358 int SyncAbleKvDB::GetLocalIdentity(std::string &outTarget) const in GetLocalIdentity() function in DistributedDB::SyncAbleKvDB
360 return syncer_.GetLocalIdentity(outTarget); in GetLocalIdentity()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.h42 int GetLocalIdentity(std::string &outTarget) override;

12