Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dmain.c100 static Window sSelectParentWindow; variable
198 for (i = 0; i < sSelectParentWindow.itemnum; ++i) in scanCallback()
211 if (i < sSelectParentWindow.itemnum) in scanCallback()
214 setItemToWindow(&sSelectParentWindow, buf, i); in scanCallback()
219 sBssDesc[sSelectParentWindow.itemnum] = *bssdesc; in scanCallback()
220 addItemToWindow(&sSelectParentWindow, buf); in scanCallback()
331 initWindow(&sSelectParentWindow); in ModeSelectRole()
332 setupWindow(&sSelectParentWindow, 16, 16, WIN_FLAG_SELECTABLE, 8 * 2, 8, 16); in ModeSelectRole()
533 openWindow(&sSelectParentWindow); in ModeSelectParent()
537 if ((sSelectParentWindow.state == WIN_STATE_CLOSED)) in ModeSelectParent()
[all …]
/TwlSDK-5.1.0/build/demos/wm/wep-1/src/
Dmain.c74 static Window sSelectParentWindow; variable
152 for (i = 0; i < sSelectParentWindow.itemnum; ++i) in scanCallback()
164 sBssDesc[sSelectParentWindow.itemnum] = *bssdesc; in scanCallback()
169 "[%d]channel%d", sSelectParentWindow.itemnum + 1, bssdesc->channel); in scanCallback()
170 addItemToWindow(&sSelectParentWindow, buf); in scanCallback()
261 initWindow(&sSelectParentWindow); in ModeSelectRole()
262 setupWindow(&sSelectParentWindow, 16, 16, WIN_FLAG_SELECTABLE, 8, 8, 16); in ModeSelectRole()
460 openWindow(&sSelectParentWindow); in ModeSelectParent()
464 if ((sSelectParentWindow.state == WIN_STATE_CLOSED)) in ModeSelectParent()
475 if (sSelectParentWindow.selected < 0) in ModeSelectParent()
[all …]