Searched defs:ExecuteAndGetLong (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database.cpp | 96 int Database::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() function in OHOS::Security::SecurityGuard::Database
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 121 …int ExecuteAndGetLong(int64_t& outValue, const std::string& sql, const std::vector<ValueObject>& b… in ExecuteAndGetLong() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 301 int RdbStore::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) in ExecuteAndGetLong() function in OHOS::NativeRdb::RdbStore
|
H A D | rdb_store_impl.cpp | 1287 int RdbStoreImpl::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) in ExecuteAndGetLong() function in OHOS::NativeRdb::RdbStoreImpl
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 142 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() function in OHOS::Notification::RdbStoreTest
|