Home
last modified time | relevance | path

Searched refs:req_ (Results 1 - 19 of 19) sorted by relevance

/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h74 req_(req), in DisplayComposerHdiImpl()
194 COMPOSER_CHECK_NULLPTR_RETURN(req_); variable
195 return ToDispErrCode(req_->GetDisplayCompChange(devId, layers, types));
207 COMPOSER_CHECK_NULLPTR_RETURN(req_); variable
208 return ToDispErrCode(req_->SetDisplayClientBuffer(devId, buffer, seqNo, fence));
213 COMPOSER_CHECK_NULLPTR_RETURN(req_); variable
214 return ToDispErrCode(req_->SetDisplayClientDamage(devId, rects));
300 COMPOSER_CHECK_NULLPTR_RETURN(req_); variable
301 return ToDispErrCode(req_->Commit(devId, fence));
359 COMPOSER_CHECK_NULLPTR_RETURN(req_); variable
365 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
371 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
377 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
383 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
389 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
395 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
401 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
407 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
414 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
420 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
426 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
480 COMPOSER_CHECK_NULLPTR_RETURN(req_); global() variable
572 std::shared_ptr<CmdReq> req_; global() member in OHOS::HDI::Display::Composer::V1_0::DisplayComposerHdiImpl
[all...]
/third_party/nghttp2/src/
H A Dshrpx_downstream.cc121 req_(balloc_), in Downstream()
314 for (auto &kv : req_.fs.headers()) { in assemble_request_cookie()
325 for (auto &kv : req_.fs.headers()) { in assemble_request_cookie()
354 for (auto &kv : req_.fs.headers()) { in find_affinity_cookie()
398 for (auto &kv : req_.fs.headers()) { in count_crumble_request_cookie()
418 for (auto &kv : req_.fs.headers()) { in crumble_request_cookie()
664 req_.recv_body_length += datalen; in push_upload_data_chunk()
668 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
682 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
706 if (request_downstream_host_.empty() || req_ in rewrite_location_response_header()
[all...]
H A Dshrpx_downstream.h371 const Request &request() const { return req_; } in request()
372 Request &request() { return req_; } in request()
545 Request req_; member in shrpx::Downstream
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dipc_server_listener.cpp22 req_ = req; in SendRequest()
29 req_ = req; in SendAll()
30 std::cout << req_->GetPkgName() << "\n"; in SendAll()
H A Dipc_server_listener.h50 std::shared_ptr<IpcReq> req_; member in OHOS::DistributedHardware::IpcServerListener
/third_party/node/src/
H A Dreq_wrap-inl.h32 req_.data = this; in Dispatched()
38 req_.data = nullptr; in Reset()
43 return ContainerOf(&ReqWrap<T>::req_, req); in from_req()
48 if (req_.data == this) // Only cancel if already dispatched. in Cancel()
49 uv_cancel(reinterpret_cast<uv_req_t*>(&req_)); in Cancel()
H A Dreq_wrap.h42 T* req() { return &req_; } in req()
66 // members in memory are predictable. sizeof(req_) depends on the type of T,
68 // req_. For more information please refer to
70 T req_; member in node::ReqWrap
H A Dheap_utils.cc223 FileOutputStream(const int fd, uv_fs_t* req) : fd_(fd), req_(req) {} in FileOutputStream()
237 req_,
243 uv_fs_req_cleanup(req_); variable
259 uv_fs_t* req_; member in node::heap::__anon15349::FileOutputStream
H A Dnode_file-inl.h13 : done_cb_(done_cb), req_(req), mode_(mode) { in FSContinuationData()
38 req_->result = result; in Done()
39 done_cb_(req_); in Done()
H A Dnode_file.h101 uv_fs_t* req_; member in node::fs::FSContinuationData
262 uv_fs_t* req_ = nullptr; member in node::fs::final
H A Dnode_file.cc716 req_(req), in FSReqAfterScope()
760 if (req_->result < 0) { in Proceed()
761 Reject(req_); in Proceed()
/third_party/libuv/test/
H A Dtest-udp-dgram-too-big.c33 ASSERT_PTR_EQ((req), &req_);
36 static uv_udp_send_t req_; variable
73 r = uv_udp_send(&req_, in TEST_IMPL()
H A Dtest-udp-ipv6.c39 ASSERT_PTR_EQ((req), &req_);
43 static uv_udp_send_t req_; variable
190 r = uv_udp_send(&req_, in do_test()
/third_party/node/test/parallel/
H A Dtest-tcp-wrap-connect.js20 req.oncomplete = function(status, client_, req_, readable, writable) {
23 assert.strictEqual(req_, req);
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp542 if (listener->ipcServerListener_.req_ != nullptr) { in HWTEST_F()
543 listener->ipcServerListener_.req_ = nullptr; in HWTEST_F()
567 if (listener->ipcServerListener_.req_ != nullptr) { in HWTEST_F()
568 listener->ipcServerListener_.req_ = nullptr; in HWTEST_F()
590 if (listener->ipcServerListener_.req_ != nullptr) { in HWTEST_F()
591 listener->ipcServerListener_.req_ = nullptr; in HWTEST_F()
614 if (listener->ipcServerListener_.req_ != nullptr) { in HWTEST_F()
615 listener->ipcServerListener_.req_ = nullptr; in HWTEST_F()
638 if (listener->ipcServerListener_.req_ != nullptr) { in HWTEST_F()
639 listener->ipcServerListener_.req_ in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_publish_manager.cpp131 std::static_pointer_cast<IpcNotifyPublishResultReq>(listener_->ipcServerListener_.req_); in HWTEST_F()
148 std::static_pointer_cast<IpcNotifyPublishResultReq>(listener_->ipcServerListener_.req_); in HWTEST_F()
H A DUTTest_dm_device_state_manager.cpp97 std::static_pointer_cast<IpcNotifyDeviceStateReq>(listener_->ipcServerListener_.req_); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h75 inet_diag_req_v2 req_; member
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp100 request.req_ = {.sdiag_family = msg->idiag_family, in ExecuteDestroySocket()
220 request.req_ = {.sdiag_family = family, .sdiag_protocol = proto, .idiag_states = states}; in SendSockDiagDumpRequest()

Completed in 15 milliseconds