Home
last modified time | relevance | path

Searched refs:select (Results 76 - 79 of 79) sorted by relevance

1234

/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_origin_test_ng.cpp35 #include "core/components/select/select_theme.h"
276 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in HWTEST_F()
1592 * @tc.desc: Verify the usability of the select modified flag.
1608 * @tc.desc: Verify the usability of the select menu default width property in the select pattern.
1614 * @tc.steps: step1. Get the width of select menu without setting it, this case is meant to test the correctness in HWTEST_F()
1616 * @tc.expected: Default width of select menu should be 0.0. in HWTEST_F()
1625 * @tc.desc: Verify the usability of the select menu default width property in the select patter
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js957 Checkbox.select(this.checkBoxState);
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp21 #include <sys/select.h>
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp318 DHCP_LOGD("StartIpv4 waiting on select, m_dhcp4State:%{public}d", m_dhcp4State); in StartIpv4()
319 nRet = select(nMaxFds + 1, &readfds, NULL, &exceptfds, &timeout); in StartIpv4()
320 DHCP_LOGD("StartIpv4 select nMaxFds:%{public}d,m_sigSockFds[0]:%{public}d,m_sigSockFds[1]:%{public}d", in StartIpv4()
326 DHCP_LOGI("StartIpv4 select err:%{public}d, a signal was caught!", errno); in StartIpv4()
328 DHCP_LOGD("StartIpv4 failed, select maxFds:%{public}d error:%{public}d!", nMaxFds, errno); in StartIpv4()
340 DHCP_LOGI("StartIpv4 nRet:%{public}d, m_socketMode:%{public}d, continue select...", nRet, m_socketMode); in StartIpv4()
523 /* Ensure that the function select() is always blocked and don't need to receive ip from dhcp server. */ in ExecDhcpRelease()
856 /* Ensure that the function select() is always blocked and don't need to receive ip from dhcp server. */ in DhcpRequestHandle()

Completed in 11 milliseconds

1234