Home
last modified time | relevance | path

Searched refs:events (Results 251 - 275 of 338) sorted by relevance

1...<<11121314

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2996 int32_t DistributedSchedService::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) in GetDSchedEventInfo() argument
3002 GetContinueEventInfo(callingUid, events); in GetDSchedEventInfo()
3005 GetCollaborateEventInfo(callingUid, events); in GetDSchedEventInfo()
3008 GetContinueEventInfo(callingUid, events); in GetDSchedEventInfo()
3009 GetCollaborateEventInfo(callingUid, events); in GetDSchedEventInfo()
3015 HILOGI("GetDSchedEventInfo end, uid %{public}d, eventType %{public}d, events size %{public}zu.", in GetDSchedEventInfo()
3016 callingUid, type, events.size()); in GetDSchedEventInfo()
3027 void DistributedSchedService::GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events) in GetContinueEventInfo() argument
3030 events.emplace_back(dschedContinuation_->continueEvent_); in GetContinueEventInfo()
3043 events in GetContinueEventInfo()
3048 GetCollaborateEventInfo(int32_t callingUid, std::vector<EventNotify> &events) GetCollaborateEventInfo() argument
3065 GetCollaborateEventsByCallers(int32_t callingUid, const std::string &callingBundleName, std::vector<EventNotify> &events) GetCollaborateEventsByCallers() argument
3089 GetCollaborateEventsByCallees(int32_t callingUid, const std::string &callingBundleName, std::vector<EventNotify> &events) GetCollaborateEventsByCallees() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfMetadataTest.cpp200 auto e = GetMeta(sm.events, "OnTest"); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_pnp_server.cpp161 fd.events = POLLIN | POLLERR; in OpenAndReadWithSocket()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Ddsoftbus_app_dfile.cpp108 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
H A Ddsoftbus_app_dfile.c101 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_proxy_listen_test.cpp96 pfd.events = POLLIN; in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h39 * <li>Listening for device online, offline, and information change events</li>
67 * If you want to receive such events, set the mask bit in {@link INodeStateCb.events}.
76 * If you want to receive such events, set the mask bit in {@link INodeStateCb.events}.
85 * If you want to receive such events, set the mask bit in {@link INodeStateCb.events}.
94 * If you want to receive such events, set the mask bit in {@link INodeStateCb.events}.
103 * If you want to receive such events, se
445 uint32_t events; global() member
[all...]
/foundation/communication/dsoftbus/tests/sdk/bus_center/benchmarktest/
H A Dbus_center_test.cpp91 .events = EVENT_NODE_STATE_ONLINE,
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddns_checker.cpp164 fds[0].events = POLLIN; in recvDnsData()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h95 virtual int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events);
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_view_enhance_test_ng.cpp669 auto events = containerTitleRow->GetOrCreateInputEventHub()->hoverEventActuator_->inputEvents_; in HWTEST_F() local
672 for (auto it : events) { in HWTEST_F()
676 for (auto it : events) { in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp203 std::vector<uint8_t> events {}; in OnGetCapabilitiesInner()
210 events.push_back(event); in OnGetCapabilitiesInner()
215 stub->OnGetCapabilities(RawAddress(addr), companies, events, result); in OnGetCapabilitiesInner() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp537 callBcak.events = EVENT; in HWTEST_F()
566 callBcak.events = EVENT; in HWTEST_F()
596 callBcak.events = EVENT_NODE_STATUS_CHANGED; in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c308 static int32_t OnDataEvent(ListenerModule module, int32_t events, int32_t fd) in OnDataEvent() argument
310 if (events == SOFTBUS_SOCKET_OUT) { in OnDataEvent()
312 } else if (events == SOFTBUS_SOCKET_IN) { in OnDataEvent()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp156 std::vector<DistributedSchedule::EventNotify> events; in GetDeviceList() local
158 DistributedSchedule::DMS_COLLABORATION, events); in GetDeviceList()
160 LOG_ERROR("Get collaboration events failed, error code = %{public}d", res); in GetDeviceList()
165 for (const auto &event : events) { in GetDeviceList()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp1010 std::initializer_list<std::string> events = {EVENT_MESSAGE, EVENT_CONNECT, EVENT_ERROR, EVENT_CLOSE};
1012 if (std::find(events.begin(), events.end(), event) == events.end()) {
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1321 std::vector<RSUifirstManager::EventInfo> events; in HWTEST_F() local
1322 bool res = uifirstManager_.EventsCanSkipFirstWait(events); in HWTEST_F()
1328 events.push_back(info); in HWTEST_F()
1329 res = uifirstManager_.EventsCanSkipFirstWait(events); in HWTEST_F()
1333 events.push_back(info); in HWTEST_F()
1334 res = uifirstManager_.EventsCanSkipFirstWait(events); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1313 auto& events = startEnableOnceMap_[saControl.saId]; in CheckStartEnableOnce() local
1314 events.remove(event); in CheckStartEnableOnce()
1315 if (events.empty()) { in CheckStartEnableOnce()
1350 auto& events = stopEnableOnceMap_[saControl.saId]; in CheckStopEnableOnce() local
1351 events.remove(event); in CheckStopEnableOnce()
1352 if (events.empty()) { in CheckStopEnableOnce()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp286 fds[0].events = static_cast<short>(POLLOUT); in PollSendData()
545 struct pollfd fds[1] = {{.fd = mgr->sockfd_, .events = POLLIN}}; in LocalSocketServerAccept()
678 if ((mgr->events_[i].data.fd == mgr->sockfd_) && (mgr->events_[i].events & EPOLLIN)) { in LocalSocketServerAccept()
682 } else if ((mgr->events_[i].data.fd != mgr->sockfd_) && (mgr->events_[i].events & EPOLLIN)) { in LocalSocketServerAccept()
718 pollfd fds[1] = {{.fd = sock, .events = POLLIN}}; in PollRecvData()
784 pollfd fds[1] = {{.fd = sock, .events = POLLOUT}}; in NonBlockConnect()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp374 const std::string& nodeId, const std::vector<std::string>& events) in AddChildEvent()
406 for (const auto& event : events) { in AddChildEvent()
373 AddChildEvent(const RefPtr<TextFieldComponent>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp461 std::initializer_list<std::string> events = {EVENT_NET_AVAILABLE, in On() local
467 return ModuleTemplate::On(env, info, events, false); in On()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_ffi.cpp594 RetDataI64 FfiOHOSFileFsCreateWatcher(char* path, uint32_t events, void (*callback)(CWatchEvent)) in FfiOHOSFileFsCreateWatcher() argument
598 auto [state, nativeWatcher] = FileFsImpl::CreateWatcher(path, events, callback); in FfiOHOSFileFsCreateWatcher()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1002 auto eventList = rootJson->GetValue("events"); in PreUpdateMethodToAction()
1019 std::vector<std::string>& events, const RefPtr<Framework::JsAcePage>& page, int32_t nodeId) in ParseEvents()
1021 auto eventList = rootJson->GetValue("events"); in ParseEvents()
1030 events.emplace_back(key); in ParseEvents()
1313 std::vector<std::string> events; in UpdateDomNode() local
1325 ParseEvents(rootJson, events, page, selfId); in UpdateDomNode()
1694 std::vector<std::string> events; in CreateDomNode() local
1711 ParseEvents(rootJson, actionJson, events, page, nodeId); in CreateDomNode()
1714 command->AddEvents(std::move(events)); in CreateDomNode()
1018 ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& eventJson, std::vector<std::string>& events, const RefPtr<Framework::JsAcePage>& page, int32_t nodeId) ParseEvents() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h113 virtual int32_t GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events) in GetDSchedEventInfo() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor.h334 AvrcTgGcPacket(uint8_t crCode, const std::vector<uint8_t> &events, uint8_t label);
408 * @return The events of the packets.
442 * @brief Assemble the events.

Completed in 34 milliseconds

1...<<11121314