/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 2996 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 D | IntfMetadataTest.cpp | 200 auto e = GetMeta(sm.events, "OnTest"); in HWTEST_F()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/ |
H A D | audio_pnp_server.cpp | 161 fd.events = POLLIN | POLLERR; in OpenAndReadWithSocket()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | dsoftbus_app_dfile.cpp | 108 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
|
H A D | dsoftbus_app_dfile.c | 101 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dns_proxy_listen_test.cpp | 96 pfd.events = POLLIN; in HWTEST_F()
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 39 * <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 D | bus_center_test.cpp | 91 .events = EVENT_NODE_STATE_ONLINE,
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dns_checker.cpp | 164 fds[0].events = POLLIN; in recvDnsData()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/ |
H A D | dcamera_source_dev.h | 95 virtual int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_view_enhance_test_ng.cpp | 669 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 203 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 D | client_bus_center_manager_test.cpp | 537 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 D | auth_tcp_connection.c | 308 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 D | softbus_adapter_standard.cpp | 156 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 D | socket_module.cpp | 1010 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 D | rs_uifirst_manager_test.cpp | 1321 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 D | system_ability_state_scheduler.cpp | 1313 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 D | local_socket_exec.cpp | 286 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 D | dom_textfield_util.cpp | 374 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 D | connection_module.cpp | 461 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 D | file_fs_ffi.cpp | 594 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 D | js_card_parser.cpp | 1002 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 D | distributed_sched_interface.h | 113 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 D | avrcp_tg_vendor.h | 334 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.
|