/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_date_picker_modifier.cpp | 43 std::string g_strValue; variable 67 g_strValue = in GetSelectedTextStyle() 69 g_strValue = g_strValue + families + ";"; in GetSelectedTextStyle() 71 return g_strValue.c_str(); in GetSelectedTextStyle() 141 g_strValue = in GetDatePickerTextStyle() 143 g_strValue = g_strValue + families + ";"; in GetDatePickerTextStyle() 216 g_strValue = in GetDisappearTextStyle() 218 g_strValue = g_strValue + families + ";"; in GetDisappearTextStyle() 319 g_strValue = g_strValue + std::to_string(static_cast<uint32_t>(lunarDate.day)); in GetStartDate() 350 g_strValue = g_strValue + std::to_string(static_cast<uint32_t>(lunarDate.day)); in GetEndDate() [all …]
|
H A D | node_timepicker_modifier.cpp | 40 std::string g_strValue; variable 278 g_strValue = g_strValue + families + ";"; in GetTimepickerSelectedTextStyle() 279 g_strValue = in GetTimepickerSelectedTextStyle() 281 return g_strValue.c_str(); in GetTimepickerSelectedTextStyle() 306 g_strValue = g_strValue + families + ";"; in GetTimepickerTextStyle() 307 g_strValue = in GetTimepickerTextStyle() 309 return g_strValue.c_str(); in GetTimepickerTextStyle() 334 g_strValue = g_strValue + families + ";"; in GetTimepickerDisappearTextStyle() 335 g_strValue = in GetTimepickerDisappearTextStyle() 337 return g_strValue.c_str(); in GetTimepickerDisappearTextStyle() [all …]
|
H A D | node_textpicker_modifier.cpp | 41 std::string g_strValue; variable 283 return g_strValue.c_str(); in GetTextPickerRangeStr() 331 return g_strValue.c_str(); in GetTextPickerValue() 369 g_strValue = g_strValue + families + ";"; in GetTextPickerSelectedTextStyle() 370 g_strValue = in GetTextPickerSelectedTextStyle() 372 return g_strValue.c_str(); in GetTextPickerSelectedTextStyle() 397 g_strValue = g_strValue + families + ";"; in GetTextPickerTextStyle() 398 g_strValue = in GetTextPickerTextStyle() 400 return g_strValue.c_str(); in GetTextPickerTextStyle() 425 g_strValue = g_strValue + families + ";"; in GetTextPickerDisappearTextStyle() [all …]
|
H A D | node_xcomponent_modifier.cpp | 28 std::string g_strValue; variable 114 g_strValue = XComponentModelNG::GetXComponentId(frameNode); in GetXComponentId() 115 return g_strValue.c_str(); in GetXComponentId()
|
H A D | grid_modifier.cpp | 43 std::string g_strValue; variable 382 g_strValue = GridModelNG::GetColumnsTemplate(frameNode); in GetColumnsTemplate() 383 return g_strValue.c_str(); in GetColumnsTemplate() 390 g_strValue = GridModelNG::GetRowsTemplate(frameNode); in GetRowsTemplate() 391 return g_strValue.c_str(); in GetRowsTemplate()
|
H A D | node_span_modifier.cpp | 37 std::string g_strValue; variable 56 g_strValue = SpanModelNG::GetContent(uiNode); in GetSpanContent() 57 return g_strValue.c_str(); in GetSpanContent() 440 g_strValue = families; in GetSpanFontFamily() 441 return g_strValue.c_str(); in GetSpanFontFamily()
|
H A D | node_text_input_modifier.cpp | 68 std::string g_strValue; variable 315 g_strValue = TextFieldModelNG::GetPasswordRules(frameNode); in GetTextInputPasswordRules() 316 return g_strValue.c_str(); in GetTextInputPasswordRules() 365 g_strValue = TextFieldModelNG::GetInputFilter(frameNode); in GetTextInputInputFilter() 366 return g_strValue.c_str(); in GetTextInputInputFilter() 751 return g_strValue.c_str(); in GetTextInputPlaceholder() 759 return g_strValue.c_str(); in GetTextInputText() 825 g_strValue = families; in GetTextInputPlaceholderFont() 826 font->fontFamilies = g_strValue.c_str(); in GetTextInputPlaceholderFont() 894 return g_strValue.c_str(); in getTextInputTextCancelIconSrc() [all …]
|
H A D | node_text_modifier.cpp | 84 std::string g_strValue; variable 98 g_strValue = TextModelNG::GetContent(frameNode); in GetTextContent() 99 return g_strValue.c_str(); in GetTextContent() 777 g_strValue = families; in GetFontFamily() 778 return g_strValue.c_str(); in GetFontFamily() 831 g_strValue = families; in GetFont() 832 font->fontFamilies = g_strValue.c_str(); in GetFont() 936 g_strValue = UnParseFontFeatureSetting(TextModelNG::GetFontFeature(frameNode)); in GetTextFontFeature() 937 return g_strValue.c_str(); in GetTextFontFeature()
|
H A D | node_slider_modifier.cpp | 58 std::string g_strValue; variable 609 g_strValue = SliderModelNG::GetBlockImageValue(frameNode); in GetBlockImageValue() 610 return g_strValue.c_str(); in GetBlockImageValue() 628 g_strValue = path->GetValue(); in GetSliderBlockShape() 629 return g_strValue.c_str(); in GetSliderBlockShape()
|
H A D | node_image_modifier.cpp | 65 std::string g_strValue; variable 128 g_strValue = ImageModelNG::GetSrc(frameNode).GetSrc(); in GetImageSrc() 129 return g_strValue.c_str(); in GetImageSrc() 345 g_strValue = ImageModelNG::GetAlt(frameNode).GetSrc(); in GetAlt() 346 return g_strValue.c_str(); in GetAlt()
|
H A D | water_flow_modifier.cpp | 39 std::string g_strValue; variable 268 g_strValue = WaterFlowModelNG::GetColumnsTemplate(frameNode); in GetColumnsTemplate() 269 return g_strValue.c_str(); in GetColumnsTemplate() 276 g_strValue = WaterFlowModelNG::GetRowsTemplate(frameNode); in GetRowsTemplate() 277 return g_strValue.c_str(); in GetRowsTemplate()
|
H A D | node_text_area_modifier.cpp | 60 std::string g_strValue; variable 465 g_strValue = TextFieldModelNG::GetPlaceholderText(frameNode); in GetTextAreaPlaceholder() 466 return g_strValue.c_str(); in GetTextAreaPlaceholder() 473 g_strValue = TextFieldModelNG::GetTextFieldText(frameNode); in GetTextAreaText() 474 return g_strValue.c_str(); in GetTextAreaText() 519 g_strValue = families; in GetTextAreaPlaceholderFont() 520 font->fontFamilies = g_strValue.c_str(); in GetTextAreaPlaceholderFont() 846 g_strValue = UnParseFontFeatureSetting(TextFieldModelNG::GetFontFeature(frameNode)); in GetTextAreaFontFeature() 847 return g_strValue.c_str(); in GetTextAreaFontFeature()
|
H A D | button_modifier.cpp | 63 std::string g_strValue; variable 500 g_strValue = ButtonModelNG::GetLabel(frameNode); in GetButtonLabel() 501 return g_strValue.c_str(); in GetButtonLabel()
|
H A D | node_common_modifier.cpp | 145 std::string g_strValue; variable 2304 return g_strValue.c_str(); in GetGeometryTransition() 4848 g_strValue = overlayOptions.content; in GetOverlay() 4849 return g_strValue.c_str(); in GetOverlay() 4864 return g_strValue.c_str(); in GetAccessibilityText() 4872 return g_strValue.c_str(); in GetAccessibilityDescription() 4880 return g_strValue.c_str(); in GetAccessibilityLevel() 5473 options->src = g_strValue.c_str(); in GetBackgroundImage() 5520 return g_strValue.c_str(); in GetKey() 5825 value.text.value = g_strValue.c_str(); in GetAccessibilityValue() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_result_set_test.cpp | 48 DataValue g_strValue; variable 58 g_strValue = STR_VALUE; in InitGlobalValue() 124 RowData data1 {g_strValue, g_int64Value, g_doubleValue, g_blobValue, g_nullValue}; 125 …RowData data2 {g_nullValue, g_blobValue, g_doubleValue, g_int64Value, g_strValue}; // data1.rever… 197 RowData data1 {g_strValue, g_int64Value, g_doubleValue, g_blobValue, g_nullValue}; 198 …RowData data2 {g_nullValue, g_blobValue, g_doubleValue, g_int64Value, g_strValue}; // data1.rever… 199 RowData data3 {g_strValue, g_int64Value, g_doubleValue, g_blobValue, g_nullValue}; 279 …EXPECT_EQ(rowDataSet1.Insert(new (std::nothrow) RelationalRowDataImpl({g_strValue, g_int64Value}))… 344 RowData rowData = {g_blobValue, g_doubleValue, g_int64Value, g_nullValue, g_strValue}; 381 RowData rowData = {g_blobValue, g_doubleValue, g_int64Value, g_nullValue, g_strValue};
|