Home
last modified time | relevance | path

Searched defs:peerDevInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/include/
H A Dprocess_communicator_test_stub.h81 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dprocess_communicator_test_stub.h79 bool IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_communication_impl.cpp117 const DistributedDB::DeviceInfos &peerDevInfo) in IsSameProcessLabelStartedOnPeerDevice()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dprocess_communicator_impl.cpp159 bool ProcessCommunicatorImpl::IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) in IsSameProcessLabelStartedOnPeerDevice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp77 … bool IsSameProcessLabelStartedOnPeerDevice(const DistributedDB::DeviceInfos &peerDevInfo) override in IsSameProcessLabelStartedOnPeerDevice()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp193 bool ProcessCommunicatorImpl::IsSameProcessLabelStartedOnPeerDevice(const DeviceInfos &peerDevInfo) in IsSameProcessLabelStartedOnPeerDevice()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp607 NodeBasicInfo peerDevInfo = { .deviceTypeId = 1, }; variable
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c272 TrustedDeviceEntry *peerDevInfo = CreateDeviceEntry(); in FillAccountCredentialInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c206 static void ReportDeviceOnlineEvt(const char *udid, NodeBasicInfo *peerDevInfo) in ReportDeviceOnlineEvt()