Home
last modified time | relevance | path

Searched refs:InitDeviceSocketManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.h30 bool InitDeviceSocketManager(WorkQueue *queue, const MessengerConfig *config);
H A Dmessenger_impl.c48 bool result = InitDeviceSocketManager(processQueue, config); in CreateMessengerImpl()
H A Dmessenger_device_socket_manager.c452 bool InitDeviceSocketManager(WorkQueue *queue, const MessengerConfig *config) in InitDeviceSocketManager() function
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp2031 bool result = InitDeviceSocketManager(processQueue, &config);
2033 EXPECT_EQ(false, InitDeviceSocketManager(nullptr, &config));
2035 EXPECT_EQ(false, InitDeviceSocketManager(processQueue, nullptr));