Home
last modified time | relevance | path

Searched refs:CONTENT (Results 1 - 24 of 24) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/description/
H A Ddescription_type.h21 CONTENT = 0, member in OHOS::UpdateEngine::DescriptionType
H A Ddescription_info.h24 DescriptionType descriptionType = DescriptionType::CONTENT;
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h298 static constexpr const char *CONTENT = "content"; member in OHOS::Telephony::MmsPart
306 static constexpr const char *CONTENT = "content"; member in OHOS::Telephony::Session
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dstore_define.h31 constexpr const char *CONTENT = "content"; member
/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dstore_define.h31 constexpr const char *CONTENT = "content"; member
/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h31 constexpr const char *CONTENT = "content"; member
/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h31 constexpr const char *CONTENT = "content"; member
/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h31 constexpr const char *CONTENT = "content"; member
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_helper.cpp61 std::vector<std::string> columns { EVENT_ID, VERSION, DATE, CONTENT }; in QueryRecentEventByEventId()
251 std::vector<std::string> columns { EVENT_ID, VERSION, DATE, CONTENT, USER_ID, DEVICE_ID }; in QueryEventBase()
313 if (columnName == CONTENT) { in GetResultSetTableInfo()
336 values.PutString(CONTENT, event.content); in SetValuesBucket()
352 table.append(CONTENT).append(" TEXT NOT NULL, "); in CreateTable()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp47 const std::string ReminderTable::CONTENT = "content"; member in OHOS::Notification::ReminderTable
112 AddColumn(CONTENT, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp42 const std::string ReminderBaseTable::CONTENT = "content"; member in OHOS::Notification::ReminderBaseTable
133 AddColumn(CONTENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp51 values.PutString(ReminderBaseTable::CONTENT, reminder->GetContent()); in AppendValuesBucket()
154 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::CONTENT, content); in RecoverContextFromOldVersion()
311 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::CONTENT, content); in RecoverContextFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h160 static const std::string CONTENT; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h134 static const std::string CONTENT; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h48 const char* CONTENT = "content"; member
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp153 createTableStr.append(MmsPart::CONTENT).append(" TEXT , "); in CreateMmsPartTableStr()
165 createTableStr.append(Session::CONTENT).append(" TEXT , "); in CreateSessionTableStr()
/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp177 DECLARE_ENUM_PROPERTY(DescriptionType::CONTENT), in DefineDescriptionType()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h184 CONTENT
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp264 * 2.Type is UpdateNotificationType::CONTENT
272 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::CONTENT; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp516 if (GetStringUtf8(env, value, ReminderAgentNapi::CONTENT, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
H A Dpublish.cpp738 napi_set_named_property(env, result, CONTENT, value); in SetValidReminder()
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp471 columnNames.emplace_back(CONTENT); in HWTEST_F()
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp262 sessionBucket.Put(Session::CONTENT, text); in InsertSession()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1040 case UpdateNotificationType::CONTENT: { in UpdateNotificationRequest()

Completed in 20 milliseconds