Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/softbus_property/
H A Dsoftbus_feature_config.c120 uint64_t supportFeature; member
326 (unsigned char *)&(g_config.supportFeature),
327 sizeof(g_config.supportFeature)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dconn_event_test.cpp76 .supportFeature = 17,
136 .supportFeature = -17,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h84 int32_t supportFeature; // SUPT_FEATURE member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dconn_event_converter.h54 CONN_ASSIGNER(Int32, SupportFeature, supportFeature)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h89 MatchConnEventNameTypeExtraInt32Param(params, ++index, extra.supportFeature);
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c743 .supportFeature = baseInfo.feature, in ParseBasicInfo()