Home
last modified time | relevance | path

Searched defs:listen (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs77 pub(crate) fn listen(self, backlog: u32) -> io::Result<()> { in listen() method
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_test_tool.cpp259 sptr<MockSaStatusChange> listen = new MockSaStatusChange(); in DoSubscribe() local
273 sptr<MockSaStatusChange> listen = new MockSaStatusChange(); in DoUnSubscribe() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dsocket.rs73 pub(crate) fn listen(self, max_connect: c_int) -> io::Result<()> { in listen() method
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp384 for (auto &listen : listenerList_) { in CheckEventListenerRegister() local
441 for (auto &listen : listenerList_) { in CheckEventTypeExist() local
596 for (const EventListener &listen : listenerList_) { in HandleCallbackInfoUpdate() local
639 for (const EventListener &listen : listenerList_) { in HandleCallbackVoidUpdate() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h35 int (*listen)(void *argSock); member
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp101 EventListener listen; in ExecOn() local
116 EventListener listen; in ExecOff() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.cpp288 for (const auto& listen : allListeners_) { in UpdateCardCalendarAttr() local
H A Dcalendar_data_adapter.h260 for (const auto& listen : allListeners_) { in RegisterDataListener() local
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp588 CellularCallConnection::SystemAbilityListener listen; variable
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp867 ImsCallClient::SystemAbilityListener listen; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs190 pub fn listen(s: SOCKET, backlog: c_int) -> c_int; in listen() function