Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c302 if (g_discoverCount >= g_coapDiscoverTargetCount || !IsCoapContextReady()) { in CoapServiceDiscoverTimerHandle()
367 if (!IsCoapContextReady()) { in CoapServiceDiscoverInner()
404 if (!IsCoapContextReady()) { in CoapServiceDiscoverInnerAn()
423 if (!IsCoapContextReady()) { in CoapServiceDiscoverInnerConfigurable()
H A Dcoap_app.c57 bool IsCoapContextReady(void) in IsCoapContextReady() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_app.h48 bool IsCoapContextReady(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_app.h44 bool IsCoapContextReady(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c697 if (g_discoverCount >= g_coapDiscoverTargetCount || !IsCoapContextReady()) {
784 if (!IsCoapContextReady()) {
822 if (!IsCoapContextReady()) {
844 if (!IsCoapContextReady()) {
1018 DFINDER_LOGE(TAG, "no iface to send request, coap context ready: %d", IsCoapContextReady());
1050 if (!IsCoapContextReady()) {
1374 if (!IsCoapContextReady()) {
H A Dcoap_app.c74 bool IsCoapContextReady(void) in IsCoapContextReady() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c507 if (!IsCoapContextReady()) { in DeviceDiscoverInner()