Home
last modified time | relevance | path

Searched defs:GetLong (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddatashare_result_set.h31 int GetLong(int columnIndex, int64_t &value) in GetLong() function
H A Dcloud_pref_impl_mock.cpp42 void CloudPrefImpl::GetLong(const std::string& key, int64_t &value) in GetLong() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_rdb_utils_mock.cpp40 int32_t CloudDiskRdbUtils::GetLong(const string &key, int64_t &val, in GetLong() function in OHOS::FileManagement::CloudDisk::CloudDiskRdbUtils
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdb_utils.cpp53 int32_t CloudDiskRdbUtils::GetLong(const string &key, int64_t &val, in GetLong() function in OHOS::FileManagement::CloudDisk::CloudDiskRdbUtils
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp89 void CloudPrefImpl::GetLong(const std::string& key, int64_t &value) in GetLong() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp101 int64_t GetLong(std::shared_ptr<OHOS::NativeRdb::ResultSet> resultSet, int line) in GetLong() function
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H A Ddata_syncer_rdb_store.cpp129 static int32_t GetLong(const string &key, int64_t &val, NativeRdb::ResultSet &resultSet) in GetLong() function
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp57 int DataShareAbsResultSet::GetLong(int columnIndex, int64_t &value) in GetLong() function in OHOS::DataShare::DataShareAbsResultSet
H A Ddatashare_result_set.cpp274 int DataShareResultSet::GetLong(int columnIndex, int64_t &value) in GetLong() function in OHOS::DataShare::DataShareResultSet
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp209 long CommonFuzzer::GetLong(const uint8_t* ptr, int32_t& pos, size_t size) in GetLong() function in OHOS::EDM::CommonFuzzer
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp227 int64_t ResultSetImpl::GetLong(int32_t columnIndex, int32_t* rtnCode) in GetLong() function in OHOS::Relational::ResultSetImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp129 int ValueObject::GetLong(int64_t &val) const in GetLong() function in OHOS::NativeRdb::ValueObject
H A Dcache_result_set.cpp96 int CacheResultSet::GetLong(int columnIndex, int64_t &value) in GetLong() function in OHOS::NativeRdb::CacheResultSet
H A Dabs_result_set.cpp199 int AbsResultSet::GetLong(int columnIndex, int64_t& value) in GetLong() function in OHOS::NativeRdb::AbsResultSet
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp96 int64_t PreferencesBase::GetLong(const std::string &key, const int64_t &defValue = {}) in GetLong() function in OHOS::NativePreferences::PreferencesBase
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.cpp257 int RdbResultSetImpl::GetLong(int columnIndex, int64_t &value) in GetLong() function in OHOS::DistributedRdb::RdbResultSetImpl
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp318 napi_value DataShareResultSetProxy::GetLong(napi_env env, napi_callback_info info) in GetLong() function in OHOS::DataShare::DataShareResultSetProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp397 napi_value ResultSetProxy::GetLong(napi_env env, napi_callback_info info) in GetLong() function in OHOS::RelationalStoreJsKit::ResultSetProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp313 napi_value ResultSetProxy::GetLong(napi_env env, napi_callback_info info) in GetLong() function in OHOS::RdbJsKit::ResultSetProxy
/ohos5.0/base/request/request/services/src/cxx/
H A Dc_request_database.cpp804 inline int64_t GetLong(std::shared_ptr<OHOS::NativeRdb::ResultSet> resultSet, int line) in GetLong() function