Home
last modified time | relevance | path

Searched refs:req_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/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_); in GetDisplayCompChange()
207 COMPOSER_CHECK_NULLPTR_RETURN(req_); in SetDisplayClientBuffer()
213 COMPOSER_CHECK_NULLPTR_RETURN(req_); in SetDisplayClientDamage()
300 COMPOSER_CHECK_NULLPTR_RETURN(req_); in Commit()
359 COMPOSER_CHECK_NULLPTR_RETURN(req_); in PrepareDisplayLayers()
365 COMPOSER_CHECK_NULLPTR_RETURN(req_); in SetLayerAlpha()
371 COMPOSER_CHECK_NULLPTR_RETURN(req_); in SetLayerRegion()
377 COMPOSER_CHECK_NULLPTR_RETURN(req_); in SetLayerCrop()
383 COMPOSER_CHECK_NULLPTR_RETURN(req_); in SetLayerZorder()
[all …]
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp61 NotificationRequest req_; member in __anoneef1f0dc0110::BenchmarkNotificationPublish
70 req_.SetContent(content); in InitTextRequest()
71 req_.SetSlotType(NotificationConstant::OTHER); in InitTextRequest()
74 req_.SetNotificationUserInputHistory(style); in InitTextRequest()
75 req_.SetOwnerBundleName("bundleName"); in InitTextRequest()
76 req_.SetLabel("Text"); in InitTextRequest()
126 req_.SetNotificationId(id++); in BENCHMARK_F()
127 NotificationHelper::PublishNotification(req_); in BENCHMARK_F()
/ohos5.0/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_; variable
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp543 if (listener->ipcServerListener_.req_ != nullptr) {
544 listener->ipcServerListener_.req_ = nullptr;
568 if (listener->ipcServerListener_.req_ != nullptr) {
569 listener->ipcServerListener_.req_ = nullptr;
591 if (listener->ipcServerListener_.req_ != nullptr) {
592 listener->ipcServerListener_.req_ = nullptr;
615 if (listener->ipcServerListener_.req_ != nullptr) {
616 listener->ipcServerListener_.req_ = nullptr;
639 if (listener->ipcServerListener_.req_ != nullptr) {
640 listener->ipcServerListener_.req_ = nullptr;
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_publish_manager.cpp135 std::static_pointer_cast<IpcNotifyPublishResultReq>(listener_->ipcServerListener_.req_);
152 std::static_pointer_cast<IpcNotifyPublishResultReq>(listener_->ipcServerListener_.req_);
H A DUTTest_dm_device_state_manager.cpp97 std::static_pointer_cast<IpcNotifyDeviceStateReq>(listener_->ipcServerListener_.req_);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h73 inet_diag_req_v2 req_; member
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp100 request.req_ = {.sdiag_family = msg->idiag_family, in ExecuteDestroySocket()
222 request.req_ = {.sdiag_family = family, .sdiag_protocol = proto, .idiag_states = states}; in SendSockDiagDumpRequest()