Home
last modified time | relevance | path

Searched refs:extraAttrs (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Ddump_handler.cpp102 auto extraAttrs = json(); in AddExtraAttrs() local
109 extraAttrs["BackgroundColor"] = backgroundColor; in AddExtraAttrs()
112 extraAttrs["Content"] = move(content); in AddExtraAttrs()
115 extraAttrs["FontColor"] = move(fontColor); in AddExtraAttrs()
118 extraAttrs["FontSize"] = move(fontSize); in AddExtraAttrs()
120 if (!extraAttrs.empty()) { in AddExtraAttrs()
121 root["extraAttrs"] = extraAttrs; in AddExtraAttrs()

Completed in 1 milliseconds