Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h171 bool allowDistributed { true };
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2091 cJSON *allowDistributed = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_allow_distributed"); in ParserExtraInfo() local
2092 if (cJSON_IsBool(allowDistributed)) { in ParserExtraInfo()
2093 extraInfo.allowDistributed = cJSON_IsTrue(allowDistributed) ? true : false; in ParserExtraInfo()
2111 return g_drawingInfo.extraInfo.allowDistributed; in GetAllowDragState()

Completed in 6 milliseconds