/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/ |
H A D | checkbox_select_test.cpp | 22 int32_t select = true; in TestCheckboxSelect001() local 23 ArkUI_NumberValue select_value[] = {{.i32 = select}}; in TestCheckboxSelect001() 27 ASSERT_EQ(nodeAPI->getAttribute(checkbox, NODE_CHECKBOX_SELECT)->value[PARAM_0].i32, select); in TestCheckboxSelect001() 34 int32_t select = false; in TestCheckboxSelect002() local 35 ArkUI_NumberValue select_value[] = {{.i32 = select}}; in TestCheckboxSelect002() 39 ASSERT_EQ(nodeAPI->getAttribute(checkbox, NODE_CHECKBOX_SELECT)->value[PARAM_0].i32, select); in TestCheckboxSelect002()
|
H A D | checkbox_onchange_test.cpp | 24 static auto createChildNode(ArkUI_NativeNodeAPI_1 *nodeAPI, bool select) in createChildNode() argument 28 ArkUI_NumberValue select_value[] = {{.i32 = select}}; in createChildNode()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_driver.h | 38 void FindWidgets(const WidgetSelector &select, vector<unique_ptr<Widget>> &rev, 42 std::unique_ptr<Widget> WaitForWidget(const WidgetSelector &select, const UiOpArgs &opt, ApiCallErr &err);
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | selectndk.cpp | 21 #include <sys/select.h>
58 int retval = select(ONEVAL, &rfds, nullptr, nullptr, &tv);
in Select() 85 {"select", nullptr, Select, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init() 100 .nm_modname = "select",
|
H A D | membarrierndk.cpp | 23 #include <sys/select.h>
|
H A D | langinfondk.cpp | 23 #include <sys/select.h>
|
H A D | wctypendk.cpp | 21 #include <sys/select.h>
|
/test/xts/hats/kernel/syscalls/async/pselect/ |
H A D | PselectApiTest.cpp | 20 #include <sys/select.h>
|
/test/xts/acts/communication_lite/lwip_posix/src/ |
H A D | ActsLwipTest.cpp | 433 printf("[select process]fd info[%d:%d]\n", i, fds[i]); in SelectServerForFork() 436 ret = select(maxFd + 1, &readSet, NULL, NULL, &timev); in SelectServerForFork() 438 printf("[select process]select timeout!\n"); in SelectServerForFork() 443 fprintf(stderr, "[select process]select fail[%s]\n", strerror(errno)); in SelectServerForFork() 449 printf("[select process]accept fail!\n"); in SelectServerForFork() 460 printf("[select process]accept success, cliCount[%d]\n", cliCount); in SelectServerForFork() 472 printf("[select process][%d]recv msg[%s]\n", fds[i], dataBuf); in SelectServerForFork() 474 printf("[select proces in SelectServerForFork() [all...] |
/test/xts/acts/communication_lite/lwip_hal/src/ |
H A D | lwip_func_test.c | 370 printf("[select process]fd info[%d:%d]\n", i, fds[i]); in SelectServerTask() 373 ret = select(maxFd + 1, &readSet, NULL, NULL, &timev); in SelectServerTask() 375 printf("[select process]select timeout!\n"); in SelectServerTask() 382 printf("[select process]select fail, errinfo[%s]!\n", strerror(errno)); in SelectServerTask() 388 printf("[select process]accept fail!\n"); in SelectServerTask() 399 printf("[select process]accept success, cliCount[%d]\n", cliCount); in SelectServerTask() 411 printf("[select process][%d]recv msg[%s]\n", fds[i], dataBuf); in SelectServerTask() 413 printf("[select proces in SelectServerTask() [all...] |
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 529 printf("[&&&][select process]fd info[%d:%d]\n", i, fds[i]); in SelectServerForFork() 532 ret = select(maxFd + 1, &readSet, nullptr, nullptr, &timev); in SelectServerForFork() 534 printf("[---][select process]select timeout!\n"); in SelectServerForFork() 539 fprintf(stderr, "[---][select process]select fail[%s]\n", strerror(errno)); in SelectServerForFork() 545 printf("[---][select process]accept fail!\n"); in SelectServerForFork() 556 printf("[***][select process]accept success, cliCount[%d]\n", cliCount); in SelectServerForFork() 569 printf("[***][select process][%d]recv msg[%s]\n", fds[i], dataBuf); in SelectServerForFork() 571 printf("[###][select proces in SelectServerForFork() [all...] |