Home
last modified time | relevance | path

Searched refs:secondarySockName (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.c44 const char *secondarySockName; member
79 .secondarySockName = NULL, in GetDeviceSocketManagerInstance()
441 if (ProcessCreateServer(inst->secondarySockName, inst->pkgName, &socket) == 0) { in CreateServer()
460 inst->secondarySockName = config->secondarySockName; in InitDeviceSocketManager()
478 instance->secondarySockName = NULL; in DeInitDeviceSocketManager()
700 if (PrepareBindSocket(inst->secondarySockName, &identity, &socket, true) == 0) { in BindSyncWithPthread()
/ohos5.0/base/security/device_security_level/baselib/msglib/include/
H A Dmessenger.h46 const char *secondarySockName; member
/ohos5.0/base/security/device_security_level/services/msg/
H A Ddslm_messenger_wrapper.c36 .secondarySockName = GetMessengerSecondarySessionName(), in InitMessenger()
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp2023 .secondarySockName = GetMessengerSecondarySessionName(),