Searched refs:CheckAccess (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | auth_delegate.cpp | 33 bool CheckAccess( 54 bool AuthHandlerStub::CheckAccess( in CheckAccess() function in OHOS::DistributedData::AuthHandlerStub 59 ZLOGE("CheckAccess failed."); in CheckAccess()
|
H A D | auth_delegate.h | 34 virtual bool CheckAccess(
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | session_manager.cpp | 69 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 D | rdb_service_impl.cpp | 216 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 D | rdb_service_impl.h | 168 bool CheckAccess(const std::string& bundleName, const std::string& storeName);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_test.cpp | 662 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