Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c57 static uint32_t g_coapDiscoverTargetCount; variable
302 if (g_discoverCount >= g_coapDiscoverTargetCount || !IsCoapContextReady()) { in CoapServiceDiscoverTimerHandle()
350 g_coapDiscoverTargetCount = g_coapMaxDiscoverCount; in CoapServiceDiscoverFirstTime()
379 if (g_coapDiscoverTargetCount > 0 && g_discoverCount >= g_coapDiscoverTargetCount) { in CoapServiceDiscoverInner()
435 if (g_coapDiscoverTargetCount > 0 && g_discoverCount >= g_coapDiscoverTargetCount) { in CoapServiceDiscoverInnerConfigurable()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c66 static uint32_t g_coapDiscoverTargetCount; variable
697 if (g_discoverCount >= g_coapDiscoverTargetCount || !IsCoapContextReady()) {
767 g_coapDiscoverTargetCount = g_coapMaxDiscoverCount;
795 if (g_coapDiscoverTargetCount > 0 &&
796 g_discoverCount >= g_coapDiscoverTargetCount) {
855 if (g_coapDiscoverTargetCount > 0 && g_discoverCount >= g_coapDiscoverTargetCount) {