Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Ddisc_event_test.cpp40 .broadcastType = 0, // invalid
72 .broadcastType = 11,
118 .broadcastType = -11,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h109 int32_t broadcastType; // BROADCAST_TYPE member
167 int32_t broadcastType; // BROADCAST_TYPE member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h66 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.broadcastType);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_audit_converter.h41 DISC_AUDIT_ASSIGNER(Int32, BroadcastType, broadcastType)
H A Ddisc_event_converter.h48 DISC_ASSIGNER(Int32, BroadcastType, broadcastType)
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c933 extra.broadcastType = adv + 1; in DfxRecordAdevertiserEnd()