Home
last modified time | relevance | path

Searched refs:GetRowCount (Results 1 - 25 of 184) sorted by relevance

12345678

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dtransaction_test.cpp114 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
134 resultSet->GetRowCount(rowCount); in HWTEST_F()
165 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
178 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
211 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
244 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
273 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
297 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
346 ret = resultSet->GetRowCount(rowCount); in HWTEST_F()
388 ret = resultSet->GetRowCount(rowCoun in HWTEST_F()
[all...]
H A Drdb_trans_db_test.cpp432 errCode = resultSet->GetRowCount(rowCount); in HWTEST_F()
471 errCode = resultSet->GetRowCount(rowCount); in HWTEST_F()
744 errCode = resultSet->GetRowCount(count); in HWTEST_F()
775 errCode = resultSet->GetRowCount(count); in HWTEST_F()
819 errCode = resultSet->GetRowCount(count); in HWTEST_F()
863 errCode = resultSet->GetRowCount(count); in HWTEST_F()
901 errCode = resultSet->GetRowCount(count); in HWTEST_F()
965 errCode = resultSet->GetRowCount(count); in HWTEST_F()
995 errCode = resultSet->GetRowCount(count); in HWTEST_F()
1024 errCode = resultSet->GetRowCount(coun in HWTEST_F()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp32 int DataShareAbsResultSet::GetRowCount(int &count) in GetRowCount() function in OHOS::DataShare::DataShareAbsResultSet
105 int ret = GetRowCount(rowCnt); in GoToLastRow()
107 LOG_WARN("return GoToLastRow.GetRowCount ret is wrong!"); in GoToLastRow()
137 int ret = GetRowCount(rowCnt); in IsAtLastRow()
139 LOG_ERROR("return GetRowCount ret is wrong!"); in IsAtLastRow()
155 int ret = GetRowCount(rowCnt); in IsEnded()
157 LOG_ERROR("return GetRowCount ret is wrong!"); in IsEnded()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Ddb_upgrade_utils.cpp38 bool isExists = !resultSet->GetRowCount(rowCount) && rowCount > 0; in IsTableExists()
57 bool isExists = !resultSet->GetRowCount(rowCount) && rowCount > 0; in IsColumnExists()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_result_set_bridge.cpp36 int RdbResultSetBridge::GetRowCount(int &count) in GetRowCount() function in OHOS::RdbDataShareAdapter::RdbResultSetBridge
38 return rdbResultSet_->GetRowCount(count); in GetRowCount()
49 rdbResultSet_->GetRowCount(rowCount); in OnGo()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp164 resultSet->GetRowCount(rowCount); in UpdateTrustDeviceProfile()
253 resultSet->GetRowCount(rowCount); in GetTrustDeviceProfile()
280 resultSet->GetRowCount(rowCount); in GetAllTrustDeviceProfile()
316 resultSet->GetRowCount(rowCount); in GetAccessControlProfile()
354 resultSet->GetRowCount(rowCount); in GetAccessControlProfile()
391 resultSet->GetRowCount(rowCount); in GetAccessControlProfileByTokenId()
428 resultSet->GetRowCount(rowCount); in GetAccessControlProfile()
467 resultSet->GetRowCount(rowCount); in GetAccessControlProfile()
507 resultSet->GetRowCount(rowCount); in GetAllAccessControlProfile()
553 resultSet->GetRowCount(rowCoun in GetAccessControlProfile()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H A Dresult_set_utils.cpp36 int ResultSetUtils::GetRowCount(int &count) in GetRowCount() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
38 return resultSet_->GetRowCount(count); in GetRowCount()
/foundation/distributeddatamgr/relational_store/test/native/rdb_data_share_adapter/unittest/
H A Drdb_data_share_adapter_test.cpp155 resultSet.get()->GetRowCount(rowCount); in HWTEST_F()
179 allDataTypes.get()->GetRowCount(rowCount); in HWTEST_F()
198 allDataTypes.get()->GetRowCount(rdbRowCount); in HWTEST_F()
240 allDataTypes.get()->GetRowCount(rowCount); in HWTEST_F()
298 allDataTypes.get()->GetRowCount(rowCount); in HWTEST_F()
339 allDataTypes.get()->GetRowCount(rdbRowCount); in HWTEST_F()
454 int ok = allDataTypes->GetRowCount(rowCount); in HWTEST_F()
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp263 resultSet->GetRowCount(result); in HWTEST_F()
280 resultSet->GetRowCount(result); in HWTEST_F()
297 resultSet->GetRowCount(result); in HWTEST_F()
314 resultSet->GetRowCount(result); in HWTEST_F()
331 resultSet->GetRowCount(result); in HWTEST_F()
348 resultSet->GetRowCount(result); in HWTEST_F()
365 resultSet->GetRowCount(result); in HWTEST_F()
382 resultSet->GetRowCount(result); in HWTEST_F()
399 resultSet->GetRowCount(result); in HWTEST_F()
416 resultSet->GetRowCount(resul in HWTEST_F()
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.h38 virtual int GetRowCount(int *count);
56 static int GetRowCount(OH_Cursor *cursor, int *count);
H A Drelational_cursor.cpp66 int RelationalCursor::GetRowCount(OH_Cursor *cursor, int *count) in GetRowCount() function in OHOS::RdbNdk::RelationalCursor
72 return self->GetRowCount(count); in GetRowCount()
189 getRowCount = GetRowCount; in RelationalCursor()
257 int RelationalCursor::GetRowCount(int *count) in GetRowCount() function in OHOS::RdbNdk::RelationalCursor
262 return ConvertorErrorCode::NativeToNdk(resultSet_->GetRowCount(*count)); in GetRowCount()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp134 int32_t ret = resultSet->GetRowCount(count); in DoCheckAlbumData()
176 CHECK_AND_RETURN_RET(resultSet->GetRowCount(count) == E_OK, E_HAS_DB_ERROR); in QueryAlbumById()
224 CHECK_AND_RETURN_LOG(resultSet->GetRowCount(count) == E_OK, "Failed to get count!"); in CheckUpdatedSystemAlbum()
246 CHECK_AND_RETURN_RET(resultSet->GetRowCount(count) == E_OK, E_HAS_DB_ERROR); in GetAlbumOrder()
413 int32_t ret = resultSet->GetRowCount(count);
447 int32_t ret = resultSet->GetRowCount(count);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkvstore_datashare_bridge_test.cpp162 auto result = bridge->GetRowCount(count); in HWTEST_F()
187 auto result = bridge->GetRowCount(count); in HWTEST_F()
208 auto result = bridge->GetRowCount(count); in HWTEST_F()
212 bridge->GetRowCount(count); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp49 int AbsSharedResultSet::GetRowCount(int &count) in GetRowCount() function in OHOS::NativeRdb::AbsSharedResultSet
51 return AbsResultSet::GetRowCount(count); in GetRowCount()
115 auto ret = GetRowCount(rowCnt); in GoToRow()
117 LOG_ERROR("GetRowCount ret is %{public}d, rowCount is %{public}d", ret, rowCnt); in GoToRow()
309 GetRowCount(count); in CheckState()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dkvstore_datashare_bridge.h32 int GetRowCount(int32_t &count) override;
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dishared_result_set_proxy.h31 int GetRowCount(int &count) override;
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dishared_result_set_proxy.h30 int GetRowCount(int &count) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/provider/include/
H A Dresult_set_bridge.h72 virtual int GetRowCount(int32_t &count) = 0;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
H A Dresult_set_utils.h30 int GetRowCount(int &count) override;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_result_set_bridge.h37 API_EXPORT int GetRowCount(int32_t &count) override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/
H A Dmedialibrary_queryperf_test.cpp248 result->GetRowCount(count); in HWTEST_F()
297 result->GetRowCount(count); in HWTEST_F()
346 result->GetRowCount(count); in HWTEST_F()
476 result->GetRowCount(count); in HWTEST_F()
525 result->GetRowCount(count); in HWTEST_F()
575 result->GetRowCount(count); in HWTEST_F()
609 result->GetRowCount(count); in HWTEST_F()
615 GTEST_LOG_(INFO) << "rdb GetRowCount Cost: " << ((double)(timeSum)/50) << "ms"; in HWTEST_F()
631 result->GetRowCount(count); in HWTEST_F()
636 GTEST_LOG_(INFO) << "DataShare GetRowCount Cos in HWTEST_F()
[all...]
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h79 virtual int GetRowCount(int &count) = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dresult_set_proxy.h29 int GetRowCount(int &count) override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/
H A Dmedialibrary_story_test.cpp147 resultSet->GetRowCount(count); in HWTEST_F()
240 resultSet->GetRowCount(count); in HWTEST_F()
310 resultSet->GetRowCount(count); in HWTEST_F()
380 resultSet->GetRowCount(count); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp112 auto ret = queryResultSet->GetRowCount(count); in GetDeviceUdidByNetworkId()
142 int32_t ret = queryResultSet->GetRowCount(count); in UpdateDeviceSyncStatus()
177 int32_t ret = rdbResultSet->GetRowCount(count); in GetAlbumCoverThumbnailKeys()
301 auto ret = rdbResultSet->GetRowCount(count); in GetCameraThumbnailKeys()

Completed in 16 milliseconds

12345678