Home
last modified time | relevance | path

Searched refs:allowDistributed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h166 bool allowDistributed { true };
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1851 …cJSON *allowDistributed = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_allow_distr… in ParserExtraInfo() local
1852 if (cJSON_IsBool(allowDistributed)) { in ParserExtraInfo()
1853 extraInfo.allowDistributed = cJSON_IsTrue(allowDistributed) ? true : false; in ParserExtraInfo()
1871 return g_drawingInfo.extraInfo.allowDistributed; in GetAllowDragState()