Home
last modified time | relevance | path

Searched refs:g_coapMaxDiscoverCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c52 static uint32_t g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT; variable
201 if (discoverCount >= (g_coapMaxDiscoverCount - 1)) { in GetUserDefineInterval()
232 g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT; in CoapServiceDiscoverStop()
335 g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT; in SetCoapMaxDiscoverCount()
339 g_coapMaxDiscoverCount = g_coapUserMaxDiscoverCount; in SetCoapMaxDiscoverCount()
342 g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT; in SetCoapMaxDiscoverCount()
350 g_coapDiscoverTargetCount = g_coapMaxDiscoverCount; in CoapServiceDiscoverFirstTime()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c56 static uint32_t g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT; variable
650 if (discoverCount >= (g_coapMaxDiscoverCount - 1)) {
681 g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT;
752 g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT;
756 g_coapMaxDiscoverCount = g_coapUserMaxDiscoverCount;
759 g_coapMaxDiscoverCount = COAP_DEFAULT_DISCOVER_COUNT;
767 g_coapDiscoverTargetCount = g_coapMaxDiscoverCount;