Home
last modified time | relevance | path

Searched refs:createValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/src/
H A Dutil_js.ts809 let createValue: Object = this.createDefault(key);
810 if (createValue === undefined) {
813 value = this.put(key, createValue);
817 this.afterRemoval(false, key, createValue, value);
820 return createValue;
1044 let createValue: Object = this.createDefault(key);
1045 if (createValue === undefined) {
1048 value = this.put(key, createValue);
1052 this.afterRemoval(false, key, createValue, value);
1055 return createValue;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_content_modifier_test_ng.cpp109 …RefPtr<FrameNode> CreateLabelButtonParagraph(const std::string& createValue, const TestProperty& t…
110 …RefPtr<FrameNode> CreateChildButtonParagraph(const std::string& createValue, const TestProperty& t…
112 const std::string& createValue, const LableStyleProperty& lableStyleProperty);
210 const std::string& createValue, const TestProperty& testProperty) in CreateLabelButtonParagraph() argument
215 createWithPara.label = createValue; in CreateLabelButtonParagraph()
255 const std::string& createValue, const TestProperty& testProperty) in CreateChildButtonParagraph() argument
289 const std::string& createValue, const LableStyleProperty& lableStyleProperty) in CreateLabelButtonParagraphForLableStyle() argument
H A Dbutton_test_ng.cpp127 …RefPtr<FrameNode> CreateLabelButtonParagraph(const std::string& createValue, const TestProperty& t…
128 …RefPtr<FrameNode> CreateChildButtonParagraph(const std::string& createValue, const TestProperty& t…
130 const std::string& createValue, const LableStyleProperty& lableStyleProperty);
238 const std::string& createValue, const TestProperty& testProperty) in CreateLabelButtonParagraph() argument
243 createWithPara.label = createValue; in CreateLabelButtonParagraph()
283 const std::string& createValue, const TestProperty& testProperty) in CreateChildButtonParagraph() argument
317 const std::string& createValue, const LableStyleProperty& lableStyleProperty) in CreateLabelButtonParagraphForLableStyle() argument
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp179 RefPtr<FrameNode> TextBases::CreateTextParagraph(const std::string& createValue, const TestProperty… in CreateTextParagraph() argument
182 textModel.Create(createValue); in CreateTextParagraph()
H A Dtext_base.h232 …static RefPtr<FrameNode> CreateTextParagraph(const std::string& createValue, const TestProperty& t…