Home
last modified time | relevance | path

Searched defs:TABLE_NAME (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp21 const std::string ReminderBaseTable::TABLE_NAME = "reminder_base"; member in OHOS::Notification::ReminderBaseTable
55 const std::string ReminderAlarmTable::TABLE_NAME = "reminder_alarm"; member in OHOS::Notification::ReminderAlarmTable
62 const std::string ReminderCalendarTable::TABLE_NAME = "reminder_calendar"; member in OHOS::Notification::ReminderCalendarTable
77 const std::string ReminderTimerTable::TABLE_NAME = "reminder_timer"; member in OHOS::Notification::ReminderTimerTable
H A Dreminder_table_old.cpp21 const std::string ReminderTable::TABLE_NAME = "reminder"; member in OHOS::Notification::ReminderTable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/
H A Dload_config_from_data_proxy_node_strategy.h31 TABLE_NAME, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h63 TABLE_NAME, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.h66 TABLE_NAME, enumerator
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h28 static const std::string TABLE_NAME; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp28 const std::string TABLE_NAME = "sys_event_history"; variable
/ohos5.0/base/security/asset/services/db_operator/src/
H A Dtypes.rs26 pub const TABLE_NAME: &str = "asset_table"; const
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp35 const std::string TABLE_NAME = "trace_flow_control"; variable
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp35 static const std::string TABLE_NAME = "trigger"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp37 const string TABLE_NAME = "cloudData"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_rdb_data_manager_test/
H A Dbms_rdb_data_manager_test.cpp35 const std::string TABLE_NAME = "rdbTestTable"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp23 const string TABLE_NAME = "worker"; variable
H A Ddistributeddb_cloud_db_proxy_test.cpp35 constexpr const char *TABLE_NAME = "Table"; variable
H A Ddistributeddb_cloud_asset_compare_test.cpp42 const string TABLE_NAME = "cloudData"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp41 static constexpr const char *TABLE_NAME = "TEST"; member in Test::RdbTransDBTest