Home
last modified time | relevance | path

Searched refs:DiscCoapSendRsp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/include/
H A Ddisc_nstackx_adapter.h62 int32_t DiscCoapSendRsp(const DeviceInfo *deviceInfo, uint8_t bType);
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/coap/unittest/
H A Ddisc_nstackx_adapter_test.cpp608 ret = DiscCoapSendRsp(nullptr, bType);
611 ret = DiscCoapSendRsp(&testDiscDevInfo, bType);
616 ret = DiscCoapSendRsp(&testDiscDevInfo, bType);
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap_capability.c97 if (bType != NSTACKX_BUSINESS_TYPE_NULL && DiscCoapSendRsp(devInfo, bType) != SOFTBUS_OK) { in DiscCoapProcessDeviceInfo()
H A Ddisc_nstackx_adapter.c83 int32_t DiscCoapSendRsp(const DeviceInfo *deviceInfo, uint8_t bType) in DiscCoapSendRsp() function