Home
last modified time | relevance | path

Searched refs:peerDeviceInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp55 .peerDeviceInfo = "testPeerDeviceInfo",
97 .peerDeviceInfo = "",
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c333 TrustedDeviceEntry *peerDeviceInfo = CreateDeviceEntry(); in IsDeviceImportedByCloud() local
334 if (peerDeviceInfo == NULL) { in IsDeviceImportedByCloud()
338 …if (GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerDeviceInfo) != HC_SUCCES… in IsDeviceImportedByCloud()
340 DestroyDeviceEntry(peerDeviceInfo); in IsDeviceImportedByCloud()
343 uint8_t source = peerDeviceInfo->source; in IsDeviceImportedByCloud()
344 DestroyDeviceEntry(peerDeviceInfo); in IsDeviceImportedByCloud()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dlnn_event.c69 extra->peerDeviceInfo = NULL; in LnnEventExtraInit()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h125 const char *peerDeviceInfo; // PEER_DEV_INFO member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_event_converter.h62 LNN_ASSIGNER(String, PeerDeviceInfo, peerDeviceInfo)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h90 MatchLnnEventNameTypeExtraStrParam(params, ++index, extra.peerDeviceInfo);