Home
last modified time | relevance | path

Searched refs:IsLimit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.h56 bool IsLimit(int count, int32_t callingPid, uint32_t callingTokenId);
H A Drdb_delegate.cpp270 if (count > MAX_RESULTSET_COUNT && IsLimit(count, callingPid, callingTokenId)) { in Query()
358 bool RdbDelegate::IsLimit(int count, int32_t callingPid, uint32_t callingTokenId) in IsLimit() function in OHOS::DataShare::RdbDelegate