Home
last modified time | relevance | path

Searched refs:select (Results 1 - 12 of 12) sorted by relevance

/base/security/device_security_level/baselib/msglib/src/utils/
H A Dmessenger_utils.h63 ret = select(0, NULL, NULL, NULL, &tmv); in MessengerSleep()
/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_auth.c114 ret = select(socket + 1, &fds, NULL, NULL, &timeout); in RecvCaMsg()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_timer_callback.cpp21 #include <sys/select.h>
H A Dhril_event.cpp20 #include <sys/select.h>
239 ret = select(nfds_, &rfds, nullptr, nullptr, pTimeOut); in EventMessageLoop()
248 TELEPHONY_LOGE("select error (%{public}d)", errno); in EventMessageLoop()
/base/web/webview/interfaces/kits/napi/js/
H A Dwebview_export.js115 documentPicker.select(documentSelectOptions)
203 console.log('allow select single photo or video');
216 photoPicker.select(photoSelectOptions).then((photoSelectResult) => {
/base/global/i18n/frameworks/intl/src/
H A Dplural_rules.cpp181 icu::UnicodeString unicodeString = pluralRules->select(formattedNumber, status); in Select()
/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp543 int32_t select = AudioSystemManagerAdapterImpl::GetInstance().SelectAudioOutputDevice(false, device); in HWTEST_F() local
544 EXPECT_NE(select, 0); in HWTEST_F()
545 select = AudioSystemManagerAdapterImpl::GetInstance().SelectAudioOutputDevice(true, device); in HWTEST_F()
546 EXPECT_NE(select, 0); in HWTEST_F()
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp500 int ret = select(STDIN_FILENO + 1, &fds, nullptr, nullptr, nullptr); in InputThread()
535 int ret = select(testCmder->ptyFd_ + 1, &fds, nullptr, nullptr, nullptr); in DumpThread()
/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c24 #include <sys/select.h>
1026 tlogd("while select\n"); in Func()
1027 result = select((g_devFd + 1), &readset, NULL, NULL, NULL); in Func()
/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp278 if (select(inotifyFd_ + 1, &fds_, nullptr, nullptr, nullptr) <= 0) { in GetNotifyEvent()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp156 icu::UnicodeString us = pluralRules->select(quantity); in GetPluralRulesAndSelect()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp18 #include <sys/select.h>

Completed in 12 milliseconds