/drivers/interface/display/composer/v1_0/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 74 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 D | shrpx_downstream.cc | 121 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 D | shrpx_downstream.h | 371 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 D | ipc_server_listener.cpp | 22 req_ = req; in SendRequest() 29 req_ = req; in SendAll() 30 std::cout << req_->GetPkgName() << "\n"; in SendAll()
|
H A D | ipc_server_listener.h | 50 std::shared_ptr<IpcReq> req_; member in OHOS::DistributedHardware::IpcServerListener
|
/third_party/node/src/ |
H A D | req_wrap-inl.h | 32 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 D | req_wrap.h | 42 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 D | heap_utils.cc | 223 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 D | node_file-inl.h | 13 : done_cb_(done_cb), req_(req), mode_(mode) { in FSContinuationData() 38 req_->result = result; in Done() 39 done_cb_(req_); in Done()
|
H A D | node_file.h | 101 uv_fs_t* req_; member in node::fs::FSContinuationData 262 uv_fs_t* req_ = nullptr; member in node::fs::final
|
H A D | node_file.cc | 716 req_(req), in FSReqAfterScope() 760 if (req_->result < 0) { in Proceed() 761 Reject(req_); in Proceed()
|
/third_party/libuv/test/ |
H A D | test-udp-dgram-too-big.c | 33 ASSERT_PTR_EQ((req), &req_); 36 static uv_udp_send_t req_; variable 73 r = uv_udp_send(&req_, in TEST_IMPL()
|
H A D | test-udp-ipv6.c | 39 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 D | test-tcp-wrap-connect.js | 20 req.oncomplete = function(status, client_, req_, readable, writable) { 23 assert.strictEqual(req_, req);
|
/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_connector.cpp | 542 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 D | UTTest_dm_publish_manager.cpp | 131 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 D | UTTest_dm_device_state_manager.cpp | 97 std::static_pointer_cast<IpcNotifyDeviceStateReq>(listener_->ipcServerListener_.req_); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | netlink_socket_diag.h | 75 inet_diag_req_v2 req_; member
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netlink_socket_diag.cpp | 100 request.req_ = {.sdiag_family = msg->idiag_family, in ExecuteDestroySocket() 220 request.req_ = {.sdiag_family = family, .sdiag_protocol = proto, .idiag_states = states}; in SendSockDiagDumpRequest()
|