/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_impl_test.cpp | 113 store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKey); 142 store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKey); 147 result = store_->GetModifyTime("test", "ROWID", PKey); 173 …RdbStore::ModifyTime resultMapTmp = store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKe… 177 …RdbStore::ModifyTime resultPtrTmp = store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKe… 183 RdbStore::ModifyTime result = store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKey); 206 std::map<RdbStore::PRIKey, RdbStore::Date> result = store_->GetModifyTime("", "data_key", PKey); 211 result = store_->GetModifyTime("test", "data_key", PKey); 216 result = store_->GetModifyTime("test", "", PKey); 222 result = store_->GetModifyTime("test", "data_key", emptyPRIKey); [all …]
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | result_set_mock.h | 62 MOCK_METHOD1(GetModifyTime, int(std::string &));
|
H A D | clouddisk_resultset_mock.h | 64 MOCK_METHOD1(GetModifyTime, int(std::string &));
|
H A D | clouddisk_rdbstore_mock.h | 145 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | abs_shared_result_set_mock.h | 62 MOCK_METHOD1(GetModifyTime, int(std::string &));
|
H A D | result_set_mock.h | 62 MOCK_METHOD1(GetModifyTime, int(std::string &));
|
H A D | rdb_store_mock.h | 144 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 285 ModifyTime GetModifyTime( in GetModifyTime() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 290 virtual ModifyTime GetModifyTime( in GetModifyTime() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_store.h | 80 static napi_value GetModifyTime(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store.h | 646 …virtual ModifyTime GetModifyTime(const std::string &table, const std::string &column, std::vector<…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_store_impl.h | 133 ModifyTime GetModifyTime(const std::string &table, const std::string &columnName,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 549 RdbStore::ModifyTime RdbStore::GetModifyTime(const std::string &table, const std::string &column, in GetModifyTime() function in OHOS::NativeRdb::RdbStore
|
H A D | rdb_store_impl.cpp | 145 RdbStore::ModifyTime RdbStoreImpl::GetModifyTime(const std::string &table, const std::string &colum… in GetModifyTime() 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 | 322 virtual ModifyTime GetModifyTime( in GetModifyTime() function in OHOS::Notification::RdbStoreTest
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 175 DECLARE_NAPI_FUNCTION("getModifyTime", GetModifyTime), in GetDescriptors() 1517 napi_value RdbStoreProxy::GetModifyTime(napi_env env, napi_callback_info info) in GetModifyTime() function in OHOS::RelationalStoreJsKit::RdbStoreProxy 1531 …context->modifyTime = context->rdbStore->GetModifyTime(context->tableName, context->columnName, co… in GetModifyTime()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 690 auto results = rdbStore->GetStore()->GetModifyTime(tableName, columnName, keys); in OH_Rdb_FindModifyTime()
|