/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | conn_event_test.cpp | 89 .peerDeviceType = "testPeerDeviceType", 149 .peerDeviceType = "\0", 214 .peerDeviceType = "phone",
|
H A D | disc_event_test.cpp | 86 .peerDeviceType = "a8ynvpdaihw1f6nknjd2hkfhxljxypkr6kvjsbhnhpp16974uo4fvsrpfa6t50fm", 132 .peerDeviceType = "\0",
|
H A D | lnn_event_test.cpp | 64 .peerDeviceType = "testPeerDeviceType", 106 .peerDeviceType = "",
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | conn_event_form.h | 97 const char *peerDeviceType; // PEER_DEV_TYPE member 163 const char *peerDeviceType; // PEER_DEV_TYPE member
|
H A D | disc_event_form.h | 123 const char *peerDeviceType; // PEER_DEV_TYPE member 191 const char *peerDeviceType; // PEER_DEV_TYPE member
|
H A D | lnn_event_form.h | 134 const char *peerDeviceType; // PEER_DEV_TYPE member 153 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; // PEER_DEV_TYPE member
|
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/ |
H A D | ConfirmDialogWearable.ets | 36 @State peerDeviceType: number = 0; 167 this.peerDeviceType = AppStorage.get('deviceType') as number; 168 console.log('peerDeviceType is ' + this.peerDeviceType); 228 SymbolGlyph(this.getImages(this.peerDeviceType))
|
H A D | ConfirmDialog.ets | 39 @State peerDeviceType: number = 0; 73 this.peerDeviceType = AppStorage.get('deviceType') as number; 74 console.log('peerDeviceType is ' + this.peerDeviceType); 188 SymbolGlyph(this.getImages(this.peerDeviceType))
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 99 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1]; member 563 static int32_t GetDevTypeForDfx(char *localDeviceType, char *peerDeviceType, LnnConntionInfo *connI… in GetDevTypeForDfx() argument 577 if (snprintf_s(peerDeviceType, DEVICE_TYPE_SIZE_LEN + 1, DEVICE_TYPE_SIZE_LEN, "%03X", in GetDevTypeForDfx() 583 if (snprintf_s(peerDeviceType, DEVICE_TYPE_SIZE_LEN + 1, DEVICE_TYPE_SIZE_LEN, "%03X", in GetDevTypeForDfx() 670 …if (strcpy_s(bleExtra->extra.peerDeviceType, DEVICE_TYPE_SIZE_LEN + 1, extra->peerDeviceType) != E… in DfxAddBleReportExtra() 675 (strncmp(extra->peerDeviceType, PC_DEV_TYPE, strlen(PC_DEV_TYPE)) == 0)) { in DfxAddBleReportExtra() 769 static void NotifyProofExceptionEvent(DeviceType type, int32_t reason, const char *peerDeviceType) in NotifyProofExceptionEvent() argument 773 (strncmp(peerDeviceType, PC_DEV_TYPE, strlen(PC_DEV_TYPE)) == 0)) { in NotifyProofExceptionEvent() 794 …if (GetDevTypeForDfx(dfxConnectInfo.localDeviceType, dfxConnectInfo.peerDeviceType, connInfo) != S… in DfxRecordLnnAddOnlineNodeEnd() 804 extra.peerDeviceType = dfxConnectInfo.peerDeviceType; in DfxRecordLnnAddOnlineNodeEnd() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | disc_event.c | 78 extra->peerDeviceType = NULL; in DiscEventExtraInit()
|
H A D | lnn_event.c | 78 extra->peerDeviceType = NULL; in LnnEventExtraInit()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | conn_hisysevent_matcher.h | 102 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.peerDeviceType); 162 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.peerDeviceType);
|
H A D | disc_hisysevent_matcher.h | 80 MatchDiscEventNameTypeExtraStrParam(params, ++index, extra.peerDeviceType);
|
H A D | lnn_hisysevent_matcher.h | 99 MatchLnnEventNameTypeExtraStrParam(params, ++index, extra.peerDeviceType);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | conn_audit_converter.h | 49 CONN_AUDIT_ASSIGNER(String, PeerDeviceType, peerDeviceType)
|
H A D | disc_audit_converter.h | 65 DISC_AUDIT_ASSIGNER(String, PeerDeviceType, peerDeviceType)
|
H A D | disc_event_converter.h | 62 DISC_ASSIGNER(String, PeerDeviceType, peerDeviceType)
|
H A D | conn_event_converter.h | 67 CONN_ASSIGNER(String, PeerDeviceType, peerDeviceType)
|
H A D | lnn_event_converter.h | 71 LNN_ASSIGNER(String, PeerDeviceType, peerDeviceType)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 652 char peerDeviceType[DEVICE_TYPE_SIZE_LEN + 1] = {0}; variable 653 int32_t ret = GetDevTypeForDfx(localDeviceType, peerDeviceType, &connInfo); 655 ret = GetDevTypeForDfx(localDeviceType, peerDeviceType, &connInfo); 701 extra.peerDeviceType = PC_DEV_TYPE;
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/ |
H A D | disc_manager.c | 139 extra->peerDeviceType = deviceType; in UpdateDiscEventAndReport() 143 extra->peerDeviceType = NULL; in UpdateDiscEventAndReport()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 614 extra->peerDeviceType = bleExtra->extra.peerDeviceType; in CopyBleReportExtra()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 750 extra.peerDeviceType = devType; in ParseBasicInfo()
|