Home
last modified time | relevance | path

Searched refs:GetUserTableName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_rdb_data_mgr.cpp179 int32_t ret = GetUserTableName(userId, tableName); in InsertData()
210 int32_t ret = GetUserTableName(userId, tableName); in InsertData()
242 int32_t ret = GetUserTableName(userId, tableName); in InsertBatchData()
584 int32_t NotificationDataMgr::GetUserTableName(const int32_t &userId, std::string &tableName) in GetUserTableName() function in OHOS::Notification::NotificationDataMgr
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_rdb_data_mgr.h152 int32_t GetUserTableName(const int32_t &userId, std::string &tableName);