Home
last modified time | relevance | path

Searched refs:CheckTransSecLevel (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/security/permission/standard/unittest/
Dsoftbus_permission_test.cpp89 ret = CheckTransSecLevel(nullptr, g_sessionName);
92 ret = CheckTransSecLevel(g_sessionName, nullptr);
95 ret = CheckTransSecLevel(g_sessionName, g_sessionName);
/foundation/communication/dsoftbus/core/common/security/permission/mini/
Dsoftbus_permission.c39 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel() function
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_permission.h44 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName);
/foundation/communication/dsoftbus/core/common/security/permission/small/
Dsoftbus_permission.c93 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel() function
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/permission/
Dtrans_dynamic_permission_test.cpp186 ret = CheckTransSecLevel(sessionName.c_str(), sessionName.c_str());
225 ret = CheckTransSecLevel(sessionName.c_str(), sessionName.c_str());
/foundation/communication/dsoftbus/core/common/security/permission/standard/
Dsoftbus_permission.cpp100 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel() function
/foundation/communication/dsoftbus/core/frame/small/init/src/
Dtrans_server_stub.c108 if (CheckTransSecLevel(sessionName, peerSessionName) != SOFTBUS_OK) { in CheckOpenSessionPremission()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
Dsoftbus_server_stub.cpp69 if (CheckTransSecLevel(param->sessionName, param->peerSessionName) != SOFTBUS_OK) { in CheckOpenSessionPermission()