Lines Matching defs:params

7766     std::vector<std::string> params;
7767 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
7768 if (params.size() != NUM_5) {
7769 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
7773 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR);
7774 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
7778 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
7779 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
7807 std::vector<std::string> params;
7808 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
7809 if (params.size() != NUM_5) {
7810 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
7814 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR);
7815 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
7819 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
7820 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
7848 std::vector<std::string> params;
7849 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
7850 if (params.size() != NUM_5) {
7851 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
7855 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_SELECTED_COLOR);
7856 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
7860 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
7861 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
7955 std::vector<std::string> params;
7956 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
7957 if (params.size() != NUM_5) {
7958 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
7962 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR);
7963 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
7967 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
7968 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
7997 std::vector<std::string> params;
7998 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
7999 if (params.size() != NUM_5) {
8000 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
8003 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR);
8004 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
8008 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
8009 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
8038 std::vector<std::string> params;
8039 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
8040 if (params.size() != NUM_5) {
8041 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
8045 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_SELECTED_COLOR);
8046 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
8050 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
8051 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
8080 std::vector<std::string> params;
8081 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
8082 if (params.size() != NUM_5) {
8083 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
8087 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR);
8088 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
8092 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
8093 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
8122 std::vector<std::string> params;
8123 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
8124 if (params.size() != NUM_5) {
8125 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
8129 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_STYLE_COLOR);
8130 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
8134 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
8135 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];
8164 std::vector<std::string> params;
8165 StringUtils::StringSplitter(item->string, PARAMS_SEPARATOR_LEVEL1, params);
8166 if (params.size() != NUM_5) {
8167 TAG_LOGE(AceLogTag::ACE_NATIVE_NODE, "params are invalid");
8171 ArkUI_Uint32 color = StringToColorInt(params[NUM_0].c_str(), DEFAULT_PICKER_SELECTED_COLOR);
8172 int size = StringToInt(params[NUM_1].c_str(), ERROR_CODE);
8176 auto style = StringToEnumInt(params[NUM_4].c_str(), FONT_STYLES, NUM_0);
8177 std::string fontInfo = params[NUM_1] + '|' + params[NUM_2] + '|' + params[NUM_3];