Home
last modified time | relevance | path

Searched refs:InitSoftBusServer (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_main.c21 InitSoftBusServer(); in main()
/ohos5.0/foundation/communication/dsoftbus/core/frame/common/include/
H A Dsoftbus_server_frame.h26 void InitSoftBusServer(void);
/ohos5.0/foundation/communication/dsoftbus/core/frame/common/src/
H A Dsoftbus_server_frame.c111 void InitSoftBusServer(void) in InitSoftBusServer() function
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-bes2600w-on-minisystem-display-demo.md854 因为软总线配置了后,不会默认启动,所以需要在通过启动框架调用`InitSoftBusServer`函数,如下:
868 extern void InitSoftBusServer(void);
869 if (osThreadNew((osThreadFunc_t) InitSoftBusServer, NULL, &attr) == NULL) {
H A Dporting-asr582x-combo-demo.md684 InitSoftBusServer();
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp328 InitSoftBusServer(); in OnStart()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_refresh_small_test.cpp54 InitSoftBusServer(); in SetUpTestCase()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c284 InitSoftBusServer(); in InitSoftbusModle()
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-bes2600w-on-minisystem-display-demo.md853 …d, it is not started by default. Therefore, you need to invoke the `InitSoftBusServer` function th…
867 extern void InitSoftBusServer(void);
868 if (osThreadNew((osThreadFunc_t) InitSoftBusServer, NULL, &attr) == NULL) {
H A Dporting-asr582x-combo-demo.md620 InitSoftBusServer();
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp268 InitSoftBusServer();