Searched refs:InitSoftBusServer (Results 1 – 11 of 11) sorted by relevance
21 InitSoftBusServer(); in main()
26 void InitSoftBusServer(void);
111 void InitSoftBusServer(void) in InitSoftBusServer() function
854 因为软总线配置了后,不会默认启动,所以需要在通过启动框架调用`InitSoftBusServer`函数,如下:868 extern void InitSoftBusServer(void);869 if (osThreadNew((osThreadFunc_t) InitSoftBusServer, NULL, &attr) == NULL) {
684 InitSoftBusServer();
328 InitSoftBusServer(); in OnStart()
54 InitSoftBusServer(); in SetUpTestCase()
284 InitSoftBusServer(); in InitSoftbusModle()
853 …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) {
620 InitSoftBusServer();
268 InitSoftBusServer();