Home
last modified time | relevance | path

Searched refs:GetLocalDeviceInfos (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp102 DistributedDB::DeviceInfos ProcessCommunicationImpl::GetLocalDeviceInfos() in GetLocalDeviceInfos() function in OHOS::DistributedKv::ProcessCommunicationImpl
104 std::string identifier = endpoint_->GetLocalDeviceInfos(); in GetLocalDeviceInfos()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dmock_process_communicator.h30 MOCK_METHOD0(GetLocalDeviceInfos, DeviceInfos());
H A Ddistributeddb_communicator_deep_test.cpp693 EXPECT_CALL(*processCommunicator, GetLocalDeviceInfos).WillRepeatedly([]() { in __anonb9037cf20c02()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dprocess_communicator_test_stub.h66 DeviceInfos GetLocalDeviceInfos() override in GetLocalDeviceInfos() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Dprocess_communicator_test_stub.h68 DeviceInfos GetLocalDeviceInfos() override in GetLocalDeviceInfos() function
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dend_point.h91 virtual std::string GetLocalDeviceInfos() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dprocess_communication_impl.h44 DistributedDB::DeviceInfos GetLocalDeviceInfos() override;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dprocess_communicator_impl.h49 KVSTORE_API DeviceInfos GetLocalDeviceInfos() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h112 virtual DeviceInfos GetLocalDeviceInfos() = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h56 DeviceInfos GetLocalDeviceInfos() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp64 DistributedDB::DeviceInfos GetLocalDeviceInfos() override in GetLocalDeviceInfos() function in OHOS::ProcessCommunicatorFuzzTest
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dend_point_test.cpp124 std::string GetLocalDeviceInfos() override in GetLocalDeviceInfos() function in OHOS::Test::EndpointMock
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dprocess_communicator_impl.cpp139 DeviceInfos ProcessCommunicatorImpl::GetLocalDeviceInfos() in GetLocalDeviceInfos() function in OHOS::ObjectStore::ProcessCommunicatorImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp173 DeviceInfos ProcessCommunicatorImpl::GetLocalDeviceInfos() in GetLocalDeviceInfos() function in OHOS::AppDistributedKv::ProcessCommunicatorImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp205 DeviceInfos devInfo = processCommunicator_->GetLocalDeviceInfos(); in GetLocalIdentity()