Home
last modified time | relevance | path

Searched refs:HasBlock (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_result_set.h163 bool HasBlock();
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_shared_result_set.h133 API_EXPORT bool HasBlock();
/foundation/ability/form_fwk/services/src/
H A Dform_rdb_data_mgr.cpp332 if (!absSharedResultSet->HasBlock()) { in QueryData()
384 if (!absSharedResultSet->HasBlock()) { in QueryData()
449 if (!absSharedResultSet->HasBlock()) { in QueryAllData()
515 if (!absSharedResultSet->HasBlock()) { in QueryAllKeys()
516 HILOG_ERROR("HasBlock failed"); in QueryAllKeys()
H A Dform_cache_mgr.cpp375 if (!absSharedResultSet->HasBlock()) { in GetDataCacheFromDb()
464 if (!absSharedResultSet->HasBlock()) { in GetImgCacheFromDb()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H A Drdb_data_manager.cpp286 if (!absSharedResultSet->HasBlock()) { in QueryData()
319 if (absSharedResultSet == nullptr || !absSharedResultSet->HasBlock()) { in QueryData()
342 if (!absSharedResultSet->HasBlock()) { in QueryAllData()
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Drdb_data_manager.cpp111 if (absSharedResultSet == nullptr || !absSharedResultSet->HasBlock()) { in QueryData()
/foundation/bundlemanager/app_domain_verify/services/src/manager/rdb/
H A Dapp_domain_verify_rdb_data_manager.cpp114 if (!absSharedResultSet->HasBlock()) { in Query()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp227 bool AbsSharedResultSet::HasBlock() in HasBlock() function in OHOS::NativeRdb::AbsSharedResultSet
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_sqlite_shared_result_set_test.cpp903 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
925 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
958 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
991 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp1515 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
1537 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
1570 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
1603 bool isBk = pSqlSharedRstSet->HasBlock(); in HWTEST_F()
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp144 bool hasBlock = resultSet->HasBlock(); in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_result_set.cpp402 bool DataShareResultSet::HasBlock() in HasBlock() function in OHOS::DataShare::DataShareResultSet
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp900 bool hasBlock = resultSet->HasBlock(); in HWTEST_F()

Completed in 28 milliseconds