Home
last modified time | relevance | path

Searched refs:PermIsSecLevelPublic (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_test.cpp126 ret = PermIsSecLevelPublic(NULL);
129 ret = PermIsSecLevelPublic(DBINDER_SERVICE_NAME);
132 ret = PermIsSecLevelPublic(sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/small/
H A Dsoftbus_permission.c102 if (!PermIsSecLevelPublic(mySessionName)) { in CheckTransSecLevel()
106 if (!PermIsSecLevelPublic(peerSessionName)) { in CheckTransSecLevel()
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Dsoftbus_permission.cpp115 if (!PermIsSecLevelPublic(mySessionName)) { in CheckTransSecLevel()
119 if (!PermIsSecLevelPublic(peerSessionName)) { in CheckTransSecLevel()
H A Daccess_control.cpp116 if (!PermIsSecLevelPublic(mySessionName)) { in CheckSecLevelPublic()
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Dpermission_entry.h73 bool PermIsSecLevelPublic(const char *sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c611 bool PermIsSecLevelPublic(const char *sessionName) in PermIsSecLevelPublic() function