/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/description/ |
H A D | description_type.h | 21 CONTENT = 0, member in OHOS::UpdateEngine::DescriptionType
|
H A D | description_info.h | 24 DescriptionType descriptionType = DescriptionType::CONTENT;
|
/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | sms_mms_data.h | 298 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 D | store_define.h | 31 constexpr const char *CONTENT = "content"; member
|
/base/security/security_guard/test/unittest/data_collect/database_manager/ |
H A D | store_define.h | 31 constexpr const char *CONTENT = "content"; member
|
/base/security/security_guard/services/data_collect/store/include/ |
H A D | store_define.h | 31 constexpr const char *CONTENT = "content"; member
|
/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | store_define.h | 31 constexpr const char *CONTENT = "content"; member
|
/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | store_define.h | 31 constexpr const char *CONTENT = "content"; member
|
/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_helper.cpp | 61 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 D | reminder_table_old.cpp | 47 const std::string ReminderTable::CONTENT = "content"; member in OHOS::Notification::ReminderTable 112 AddColumn(CONTENT, "TEXT"); in InitBasicColumns()
|
H A D | reminder_table.cpp | 42 const std::string ReminderBaseTable::CONTENT = "content"; member in OHOS::Notification::ReminderBaseTable 133 AddColumn(CONTENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 51 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 D | reminder_table_old.h | 160 static const std::string CONTENT; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 134 static const std::string CONTENT; member in OHOS::Notification::ReminderBaseTable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 48 const char* CONTENT = "content"; member
|
/base/telephony/telephony_data/sms_mms/src/ |
H A D | rdb_sms_mms_helper.cpp | 153 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 D | define_property.cpp | 177 DECLARE_ENUM_PROPERTY(DescriptionType::CONTENT), in DefineDescriptionType()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 184 CONTENT
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/ |
H A D | reminder_request_branch_test.cpp | 264 * 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 D | reminder_common.cpp | 516 if (GetStringUtf8(env, value, ReminderAgentNapi::CONTENT, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
|
H A D | publish.cpp | 738 napi_set_named_property(env, result, CONTENT, value); in SetValidReminder()
|
/base/security/security_guard/test/unittest/data_collect/src/ |
H A D | security_guard_data_collect_test.cpp | 471 columnNames.emplace_back(CONTENT); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_service.cpp | 262 sessionBucket.Put(Session::CONTENT, text); in InsertSession()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 1040 case UpdateNotificationType::CONTENT: { in UpdateNotificationRequest()
|