Home
last modified time | relevance | path

Searched refs:serverType (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_discovery_interface.c26 static void DfxRecordLnnDiscServiceEnd(int32_t serverType, const char *packageName, int32_t reason) in DfxRecordLnnDiscServiceEnd() argument
34 extra.discServerType = serverType; in DfxRecordLnnDiscServiceEnd()
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/
H A Ddisc_event_test.cpp65 .serverType = 4, in HWTEST_F()
111 .serverType = -4, in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c707 static inline bool IfaceTypeIsMatch(uint8_t ifaceType, uint8_t serverType) in IfaceTypeIsMatch() argument
709 return serverType == INVALID_TYPE || in IfaceTypeIsMatch()
710 (serverType == SERVER_TYPE_WLANORETH && (ifaceType == IFACE_TYPE_ETH || ifaceType == IFACE_TYPE_WLAN)) || in IfaceTypeIsMatch()
711 (serverType == SERVER_TYPE_P2P && ifaceType == IFACE_TYPE_P2P) || in IfaceTypeIsMatch()
712 (serverType == SERVER_TYPE_USB && ifaceType == IFACE_TYPE_USB); in IfaceTypeIsMatch()
715 CoapCtxType *LocalIfaceGetCoapCtxByRemoteIp(const struct in_addr *remoteIp, uint8_t serverType) in LocalIfaceGetCoapCtxByRemoteIp() argument
746 if (!IfaceTypeIsMatch(iface->type, serverType)) { in LocalIfaceGetCoapCtxByRemoteIp()
747 DFINDER_LOGE(TAG, "type not match, iface type: %hhu, server type: %hhu", iface->type, serverType); in LocalIfaceGetCoapCtxByRemoteIp()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device_local.h69 CoapCtxType *LocalIfaceGetCoapCtxByRemoteIp(const struct in_addr *remoteIp, uint8_t serverType);
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h92 int32_t serverType; // SERVER_TYPE member
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h59 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.serverType); in MATCHER_P2()
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_event_converter.h41 DISC_ASSIGNER(Int32, ServerType, serverType)
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c201 static void DfxRecordLnnDiscServerEnd(int32_t serverType, const char *packageName, int32_t reason) in DfxRecordLnnDiscServerEnd() argument
209 extra.discServerType = serverType; in DfxRecordLnnDiscServerEnd()

Completed in 6 milliseconds