Searched refs:peerDeviceInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | lnn_event_test.cpp | 55 .peerDeviceInfo = "testPeerDeviceInfo", 97 .peerDeviceInfo = "",
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 333 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 D | lnn_event.c | 69 extra->peerDeviceInfo = NULL; in LnnEventExtraInit()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | lnn_event_form.h | 125 const char *peerDeviceInfo; // PEER_DEV_INFO member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | lnn_event_converter.h | 62 LNN_ASSIGNER(String, PeerDeviceInfo, peerDeviceInfo)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | lnn_hisysevent_matcher.h | 90 MatchLnnEventNameTypeExtraStrParam(params, ++index, extra.peerDeviceInfo);
|