Searched refs:InitDeviceSocketManager (Results 1 – 4 of 4) sorted by relevance
30 bool InitDeviceSocketManager(WorkQueue *queue, const MessengerConfig *config);
48 bool result = InitDeviceSocketManager(processQueue, config); in CreateMessengerImpl()
452 bool InitDeviceSocketManager(WorkQueue *queue, const MessengerConfig *config) in InitDeviceSocketManager() function
2031 bool result = InitDeviceSocketManager(processQueue, &config);2033 EXPECT_EQ(false, InitDeviceSocketManager(nullptr, &config));2035 EXPECT_EQ(false, InitDeviceSocketManager(processQueue, nullptr));