Home
last modified time | relevance | path

Searched defs:ExecuteAndGetLong (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp96 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 Dmock_rdb.h121 …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 Drdb_store.cpp301 int RdbStore::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) in ExecuteAndGetLong() function in OHOS::NativeRdb::RdbStore
H A Drdb_store_impl.cpp1287 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 Dnotification_rdb_data_mgr_test.cpp142 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() function in OHOS::Notification::RdbStoreTest