Home
last modified time | relevance | path

Searched refs:JSON_STRING_PUT_BOOL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h115 JSON_STRING_PUT_BOOL(jsonValue, isShow); in ToString()
116 JSON_STRING_PUT_BOOL(jsonValue, needLayout); in ToString()
196 JSON_STRING_PUT_BOOL(jsonValue, menuDisable); in ToString()
197 JSON_STRING_PUT_BOOL(jsonValue, menuIsShow); in ToString()
199 JSON_STRING_PUT_BOOL(jsonValue, showCopy); in ToString()
200 JSON_STRING_PUT_BOOL(jsonValue, showPaste); in ToString()
201 JSON_STRING_PUT_BOOL(jsonValue, showCopyAll); in ToString()
202 JSON_STRING_PUT_BOOL(jsonValue, showCut); in ToString()
324 JSON_STRING_PUT_BOOL(jsonValue, isUsingMouse); in ToString()
326 JSON_STRING_PUT_BOOL(jsonValue, handleReverse); in ToString()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h169 JSON_STRING_PUT_BOOL(jsonValue, useThemeFontColor); in ToString()
170 JSON_STRING_PUT_BOOL(jsonValue, useThemeDecorationColor); in ToString()
229 JSON_STRING_PUT_BOOL(jsonValue, useThemeFontColor); in ToString()
230 JSON_STRING_PUT_BOOL(jsonValue, useThemeDecorationColor); in ToString()
H A Drich_editor_pattern.h164 JSON_STRING_PUT_BOOL(jsonValue, isPreviewTextInputting); in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h95 #define JSON_STRING_PUT_BOOL(jsonValue, var) (jsonValue)->Put(#var, (var)) macro