Home
last modified time | relevance | path

Searched defs:contentId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_node.cpp44 int32_t contentId = GetPattern<CounterPattern>()->GetContentId(); in AddChildToGroup() local
57 int32_t contentId = pattern->GetContentId(); in DeleteChildFromGroup() local
H A Dcounter_model_ng.cpp53 auto contentId = counterPattern->GetContentId(); in Create() local
99 RefPtr<FrameNode> CounterModelNG::CreateContentNodeChild(int32_t contentId, const RefPtr<CounterThe… in CreateContentNodeChild()
214 int32_t contentId = frameNode->GetPattern<CounterPattern>()->GetContentId(); in SetHeight() local
306 int32_t contentId = frameNode->GetPattern<CounterPattern>()->GetContentId(); in SetHeight() local
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body.cpp181 bool MmsBody::IsContentIdPartExist(std::string contentId) in IsContentIdPartExist()
195 std::string contentId; in IsBodyPartExist() local
H A Dmms_body_part.cpp312 bool MmsBodyPart::SetContentId(std::string contentId) in SetContentId()
317 bool MmsBodyPart::GetContentId(std::string &contentId) in GetContentId()
403 std::string contentId = ""; in DecodeSetFileName() local
H A Dmms_body_part_header.cpp304 bool MmsBodyPartHeader::GetContentId(std::string &contentId) in GetContentId()
311 bool MmsBodyPartHeader::SetContentId(std::string contentId) in SetContentId()
H A Dmms_attachment.cpp75 bool MmsAttachment::SetContentId(std::string contentId) in SetContentId()
H A Dmms_msg.cpp290 std::string contentId; in AddAttachment() local
315 std::string contentId = ""; in GetAllAttachment() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp176 int32_t contentId = pattern_->GetContentId(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_style.h67 …int32_t contentId = -1; // Indicates the uniqueID of componentContent when isStartUpBy… member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp166 RefPtr<FrameNode> CalendarPickerModelNG::CreateCalendarNodeChild(int32_t contentId, in CreateCalendarNodeChild()
199 void CalendarPickerModelNG::CreateDateNode(int32_t contentId, const CalendarSettingData& settingDat… in CreateDateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model_ng.cpp54 auto contentId = panelNode->GetContentId(); in Create() local
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp662 …MmsMsg &msg, std::string pathName, std::string contentId, std::string contenType, bool isSmil) con… in MmsAddAttachment()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h57 std::string contentId = ""; member
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp180 bool MmsAddAttachment(MmsMsg &msg, std::string pathName, std::string contentId, std::string contenT… in MmsAddAttachment()