Home
last modified time | relevance | path

Searched refs:MEDIUM_BUTT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/publishlnn_fuzzer/
H A Dpublishlnn_fuzzer.cpp25 static const int32_t MAX_SIZE_EXCHANGE_MEDIUM = MEDIUM_BUTT + 1;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/refreshlnn_fuzzer/
H A Drefreshlnn_fuzzer.cpp24 static const int32_t MAX_SIZE_EXCHANGE_MEDIUM = MEDIUM_BUTT + 1;
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h339 MEDIUM_BUTT enumerator
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c99 int64_t delayTimeFirstDiscovery[MEDIUM_BUTT + 1];
100 int32_t delayNumFirstDiscovery[MEDIUM_BUTT + 1];
281 if (discType < AUTO + 1 || discType >= MEDIUM_BUTT + 1) { in OnQueryDisc()
759 for (int i = SOFTBUS_ZERO; i < MEDIUM_BUTT + 1; i++) { in FillDiscSuccessRateDetail()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp1376 … COMM_CHECK_AND_RETURN_RET_LOGE(0 <= value && value < MEDIUM_BUTT, SOFTBUS_INVALID_PARAM, COMM_SVC, in PublishLNNInner()
1431 … COMM_CHECK_AND_RETURN_RET_LOGE(0 <= value && value < MEDIUM_BUTT, SOFTBUS_INVALID_PARAM, COMM_SVC, in RefreshLNNInner()