Home
last modified time | relevance | path

Searched refs:LnnInitBusCenterEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp45 int32_t LnnInitBusCenterEvent(void) in LnnInitBusCenterEvent() function
47 return GetServiceInterface()->LnnInitBusCenterEvent(); in LnnInitBusCenterEvent()
H A Dlnn_net_builder_deps_mock.cpp588 int32_t LnnInitBusCenterEvent(void) in LnnInitBusCenterEvent() function
590 return GetNetBuilderDepsInterface()->LnnInitBusCenterEvent(); in LnnInitBusCenterEvent()
H A Dlnn_net_builder_test.cpp69 LnnInitBusCenterEvent(); in SetUp()
H A Dlnn_net_builder_mock_test.cpp403 EXPECT_TRUE(LnnInitBusCenterEvent() == SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h45 virtual int32_t LnnInitBusCenterEvent(void) = 0;
102 MOCK_METHOD0(LnnInitBusCenterEvent, int32_t (void));
H A Dlnn_net_builder_deps_mock.h175 virtual int32_t LnnInitBusCenterEvent(void);
311 MOCK_METHOD0(LnnInitBusCenterEvent, int32_t ());
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_heartbeat_sdk_test.cpp48 LnnInitBusCenterEvent(); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c181 if (LnnInitBusCenterEvent() != SOFTBUS_OK) { in BusCenterServerInitFirstStep()
H A Dbus_center_event.c775 int32_t LnnInitBusCenterEvent(void) in LnnInitBusCenterEvent() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h241 int32_t LnnInitBusCenterEvent(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp54 int32_t ret = LnnInitBusCenterEvent(); in SetUpTestCase()
H A Dtrans_udp_nego_test.cpp60 int32_t ret = LnnInitBusCenterEvent(); in SetUpTestCase()