Home
last modified time | relevance | path

Searched refs:lnnType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h110 int32_t lnnType; // LNN_TYPE member
144 int32_t lnnType; // LNN_TYPE member
H A Dconn_event_form.h74 const char *lnnType; // LNN_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c469 static void GetLnnOnlineType(bool isNeedConnect, ConnectionAddrType type, int32_t *lnnType) in GetLnnOnlineType() argument
472 *lnnType = LNN_TYPE_BLE_BROADCAST_ONLINE; in GetLnnOnlineType()
474 *lnnType = LNN_TYPE_BLE_CONNECT_ONLINE; in GetLnnOnlineType()
476 *lnnType = LNN_TYPE_WIFI_CONNECT_ONLINE; in GetLnnOnlineType()
478 *lnnType = LNN_TYPE_BR_CONNECT_ONLINE; in GetLnnOnlineType()
480 *lnnType = LNN_TYPE_OTHER_CONNECT_ONLINE; in GetLnnOnlineType()
654 bleExtra->extra.lnnType = extra->lnnType; in DfxAddBleReportExtra()
786 extra.lnnType = lnnType; in DfxRecordLnnAddOnlineNodeEnd()
864 int32_t lnnType = 0; in CompleteJoinLNN() local
867 GetLnnOnlineType(connFsm->isNeedConnect, connInfo->addr.type, &lnnType); in CompleteJoinLNN()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dconn_event_test.cpp66 .lnnType = "testLnnType",
126 .lnnType = "",
H A Dlnn_event_test.cpp40 .lnnType = 11,
82 .lnnType = -11,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dconn_event_converter.h44 CONN_ASSIGNER(String, LnnType, lnnType)
H A Dlnn_event_converter.h47 LNN_ASSIGNER(Int32, LnnType, lnnType)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h79 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.lnnType);
H A Dlnn_hisysevent_matcher.h75 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.lnnType);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c608 extra->lnnType = bleExtra->extra.lnnType; in CopyBleReportExtra()