Home
last modified time | relevance | path

Searched refs:CheckAccess (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dauth_delegate.cpp33 bool CheckAccess(
54 bool AuthHandlerStub::CheckAccess( in CheckAccess() function in OHOS::DistributedData::AuthHandlerStub
59 ZLOGE("CheckAccess failed."); in CheckAccess()
H A Dauth_delegate.h34 virtual bool CheckAccess(
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dsession_manager.cpp69 bool isPermitted = AuthDelegate::GetInstance()->CheckAccess(from.userId, user.id, in GetSession()
112 return AuthDelegate::GetInstance()->CheckAccess(from.userId, to.userId, to.deviceId, authType, false); in CheckSession()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp216 bool RdbServiceImpl::CheckAccess(const std::string& bundleName, const std::string& storeName) in CheckAccess() function in OHOS::DistributedRdb::RdbServiceImpl
240 if (!CheckAccess(param.bundleName_, "")) { in InitNotifier()
279 if (!CheckAccess(param.bundleName_, param.storeName_)) { in SetDistributedTables()
394 if (!CheckAccess(param.bundleName_, param.storeName_)) {
416 if (!CheckAccess(param.bundleName_, param.storeName_)) {
693 if (!CheckAccess(param.bundleName_, param.storeName_) ||
764 if (!CheckAccess(param.bundleName_, param.storeName_)) {
1065 if (!CheckAccess(param.bundleName_, param.storeName_)) {
1134 if (!CheckAccess(param.bundleName_, param.storeName_)) {
1179 if (!CheckAccess(para
[all...]
H A Drdb_service_impl.h168 bool CheckAccess(const std::string& bundleName, const std::string& storeName);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp662 auto result = AuthDelegate::GetInstance()->CheckAccess(localUserId, peerUserId, peerDeviceId, authType, isSend); in HWTEST_F()
665 result = AuthDelegate::GetInstance()->CheckAccess(localUserId, peerUserId, peerDeviceId, authType, isSend); in HWTEST_F()
670 result = AuthDelegate::GetInstance()->CheckAccess(localUserId, peerUserId, peerDeviceId, authType, isSend); in HWTEST_F()
674 result = AuthDelegate::GetInstance()->CheckAccess(localUserId, peerUserId, peerDeviceId, authType, isSend); in HWTEST_F()
678 result = AuthDelegate::GetInstance()->CheckAccess(localUserId, peerUserId, peerDeviceId, authType, isSend); in HWTEST_F()
682 result = AuthDelegate::GetInstance()->CheckAccess(localUserId, peerUserId, peerDeviceId, authType, isSend); in HWTEST_F()

Completed in 5 milliseconds