Home
last modified time | relevance | path

Searched refs:broadcastFreq (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h110 int32_t broadcastFreq; // BROADCAST_FREQ member
168 int32_t broadcastFreq; // BROADCAST_FREQ member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Ddisc_event_test.cpp73 .broadcastFreq = 12,
119 .broadcastFreq = -12,
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c139 extra.broadcastFreq = publishOption->freq; in DfxRecordCoapEnd()
147 extra.broadcastFreq = subscribeOption->freq; in DfxRecordCoapEnd()
269 .broadcastFreq = option->freq, in CoapStartScan()
405 .broadcastFreq = option->freq, in CoapStartAdvertise()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/dispatcher/src/
H A Ddisc_ble_dispatcher.c59 .broadcastFreq = option->freq, in BleDispatchPublishOption()
91 .broadcastFreq = option->freq, in BleDispatchSubscribeOption()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h67 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.broadcastFreq);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_audit_converter.h42 DISC_AUDIT_ASSIGNER(Int32, BroadcastFreq, broadcastFreq)
H A Ddisc_event_converter.h49 DISC_ASSIGNER(Int32, BroadcastFreq, broadcastFreq)