Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Ddisc_event_test.cpp66 .interFuncType = 5,
112 .interFuncType = -5,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h103 int32_t interFuncType; // INTERFACE_FUNC_TYPE member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h60 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.interFuncType);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_event_converter.h42 DISC_ASSIGNER(Int32, InterFuncType, interFuncType)
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c136 extra.interFuncType = (isStart ? PUBLISH_FUNC : UNPUBLISH_FUNC) + 1; in DfxRecordCoapEnd()
144 extra.interFuncType = (isStart ? STARTDISCOVERTY_FUNC : STOPDISCOVERY_FUNC) + 1; in DfxRecordCoapEnd()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c222 extra->interFuncType = type + 1; in BuildDiscCallEvent()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1291 extra.interFuncType = funcCode + 1; in DfxRecordBleProcessEnd()