Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_static_test.cpp287 ret = CheckDBinder(sessionName);
290 ret = CheckDBinder(DBINDER_SERVICE_NAME);
293 ret = CheckDBinder(DBINDER_BUS_NAME_PREFIX);
296 ret = CheckDBinder(sessionNameWrong);
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Dpermission_entry.h78 bool CheckDBinder(const char *sessionName);
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c403 bool CheckDBinder(const char *sessionName) in CheckDBinder() function
556 bool isDynamicPermission = CheckDBinder(sessionName); in CheckPermissionEntry()
616 if (CheckDBinder(sessionName)) { in PermIsSecLevelPublic()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c258 if (CheckDBinder(pos->sessionName)) { in TransDelItemByPackageName()