/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_tcp_direct_test.cpp | 799 int32_t events = SOFTBUS_SOCKET_IN; in HWTEST_F() local 813 ret = ClientTdcOnDataEvent(DIRECT_CHANNEL_SERVER_WIFI, events, fd); in HWTEST_F()
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_exec.cpp | 99 std::string events[] = {EVENT_MESSAGE, EVENT_ERROR, EVENT_CONNECT, EVENT_CLOSE}; in ExecInit() local 100 for (auto event : events) { in ExecInit()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 135 int32_t DCameraSinkController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() argument 145 eventCmd.value_ = events; in DCameraNotify()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.cpp | 530 fds[0].events = 0; in GetNotifyEvent() 531 fds[1].events = POLLIN; in GetNotifyEvent()
|
H A D | file_fs_impl.cpp | 1224 std::tuple<int32_t, sptr<WatcherImpl>> FileFsImpl::CreateWatcher(std::string path, uint32_t events, in CreateWatcher() argument 1228 if (!FileWatcherManager::GetInstance().CheckEventValid(events)) { in CreateWatcher() 1231 infoArg->events = events; in CreateWatcher()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1162 static const std::vector<int> events { in RegisterNotification() 1169 for (auto event = events.begin(); event != events.end(); ++event) { in RegisterNotification() 1175 for (auto iter = events.begin(); iter != event; ++iter) { in RegisterNotification()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/ |
H A D | radio_test_ng.cpp | 1392 auto events = touchEventActuator->touchEvents_; in HWTEST_F() local 1397 EXPECT_NE(events.size(), 0); in HWTEST_F() 1398 for (auto event : events) { in HWTEST_F() 1405 EXPECT_NE(events.size(), 0); in HWTEST_F() 1406 for (auto event : events) { in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 1271 void AvrcCtProfile::EnableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events, uint32_t interval) in EnableNotification() argument 1273 HILOGI("address: %{public}s, events.size: %{public}zu", GET_ENCRYPT_AVRCP_ADDR(rawAddr), events.size()); in EnableNotification() 1276 for (auto event : events) { in EnableNotification() 1284 void AvrcCtProfile::DisableNotification(const RawAddress &rawAddr, const std::vector<uint8_t> &events) in DisableNotification() argument 1289 for (auto event : events) { in DisableNotification()
|
H A D | avrcp_ct_connection.cpp | 324 void AvrcCtConnectManager::DisableExcludeEvents(const RawAddress &rawAddr, std::vector<uint8_t> events) in DisableExcludeEvents() argument 334 for (auto event : events) { in DisableExcludeEvents()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 1178 std::vector<uint8_t> events = stub::MediaService::GetInstance()->GetCapabilities(rawAddr.GetAddress(), label); in GetCapabilities() local 1180 std::vector<uint8_t> events; in GetCapabilities() local 1181 events.push_back(AVRC_EVENT_ID_PLAYBACK_STATUS_CHANGED); in GetCapabilities() 1182 events.push_back(AVRC_EVENT_ID_TRACK_CHANGED); in GetCapabilities() 1193 profile_->SendGetCapabilitiesRsp(rawAddr, events, label, BT_SUCCESS); in GetCapabilities()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 51 virtual void AddEvent(int32_t pageId, const std::string& eventId, const std::vector<std::string>& events);
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 89 void AddEvent(int32_t pageId, const std::vector<std::string>& events);
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.h | 211 virtual void DispatchPointerEvent(const EventMatrix& events);
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 318 void ResponseNotification(uint16_t events) in ResponseNotification() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object.h | 233 StaticObjectMeta().events.push_back(EventMetadata { name, intf, Type::UID, ctor, init }); in RegisterStaticEventMetadata()
|
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/ |
H A D | softbus_conn_common_test.cpp | 86 int32_t DataEvent(ListenerModule module, int32_t events, int32_t fd) in DataEvent() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.cpp | 363 pfds[0].events = POLLIN; in PollEventThread_()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.cpp | 320 pfds[0].events = POLLIN; in PollEventThread_()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 318 * @param[in] events Indicates the memory area pointed to the events, containing the events that will be 320 * @param[in] maxEvents Indicates the maximum number of events. 327 * If timeout value is 0, the FillP stack will wait in nonblocking mode. It will check for only current events 333 extern FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events,
|
H A D | fillptypes.h | 251 FILLP_UINT32 events; /* Indicates Epoll events. */ member 631 * @brief This callback is used to info APP when some events occur.
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 308 std::vector<std::string> events; member 1431 commonEvent.events, in from_json() 2337 commonEvent.events = info.events; in ToInnerBundleInfo()
|
/applications/standard/calendardata/calendarmanager/native/src/ |
H A D | native_util.cpp | 800 int ResultSetToEvents(std::vector<Event> &events, DataShareResultSetPtr &resultSet, in GetUTCTime() argument 817 events.emplace_back(event); in GetUTCTime()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_event_test_ng.cpp | 993 * @tc.steps: step1. call callback method in InitTouch and hadlemouse events with tabBarType_ second is true in HWTEST_F() 1002 auto events = actuator->touchEvents_; in HWTEST_F() local 1003 events.front()->callback_(info); in HWTEST_F()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 572 uint32_t events = OHOS::AppExecFwk::FILE_DESCRIPTOR_INPUT_EVENT | OHOS::AppExecFwk::FILE_DESCRIPTOR_OUTPUT_EVENT; in AttachEventHandler() local 573 eventHandler_->AddFileDescriptorListener(fd, events, std::make_shared<UnitLoopHandler>(uvLoop), "uvLoopTask"); in AttachEventHandler()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 770 fds[0].events = 0; in GetNotifyEvent() 771 fds[1].events = POLLIN; in GetNotifyEvent()
|