Searched refs:serverType (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/ |
H A D | lnn_discovery_interface.c | 26 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 D | disc_event_test.cpp | 65 .serverType = 4, in HWTEST_F() 111 .serverType = -4, in HWTEST_F()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 707 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 D | nstackx_device_local.h | 69 CoapCtxType *LocalIfaceGetCoapCtxByRemoteIp(const struct in_addr *remoteIp, uint8_t serverType);
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | disc_event_form.h | 92 int32_t serverType; // SERVER_TYPE member
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | disc_hisysevent_matcher.h | 59 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.serverType); in MATCHER_P2()
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | disc_event_converter.h | 41 DISC_ASSIGNER(Int32, ServerType, serverType)
|
/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 201 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