Searched refs:CheckTransSecLevel (Results 1 – 8 of 8) sorted by relevance
| /foundation/communication/dsoftbus/tests/core/common/security/permission/standard/unittest/ |
| D | softbus_permission_test.cpp | 89 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/ |
| D | softbus_permission.c | 39 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel() function
|
| /foundation/communication/dsoftbus/core/common/include/ |
| D | softbus_permission.h | 44 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName);
|
| /foundation/communication/dsoftbus/core/common/security/permission/small/ |
| D | softbus_permission.c | 93 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel() function
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/permission/ |
| D | trans_dynamic_permission_test.cpp | 186 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/ |
| D | softbus_permission.cpp | 100 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel() function
|
| /foundation/communication/dsoftbus/core/frame/small/init/src/ |
| D | trans_server_stub.c | 108 if (CheckTransSecLevel(sessionName, peerSessionName) != SOFTBUS_OK) { in CheckOpenSessionPremission()
|
| /foundation/communication/dsoftbus/core/frame/standard/init/src/ |
| D | softbus_server_stub.cpp | 69 if (CheckTransSecLevel(param->sessionName, param->peerSessionName) != SOFTBUS_OK) { in CheckOpenSessionPermission()
|