Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 - 25 of 124) sorted by relevance

12345

/foundation/multimodalinput/input/libudev/test/
H A Dcustom_udev_test.cpp53 auto GetDevice() const in GetDevice() function in UdevTestDevice
78 auto* device = testDevice_.GetDevice(); in HWTEST_F()
119 auto* device = testDevice_.GetDevice(); in HWTEST_F()
151 auto* udev = udev_device_get_udev(testDevice_.GetDevice()); in HWTEST_F()
182 auto* device = testDevice_.GetDevice(); in HWTEST_F()
198 auto* device = testDevice_.GetDevice(); in HWTEST_F()
214 auto* device = testDevice_.GetDevice(); in HWTEST_F()
230 auto* device = testDevice_.GetDevice(); in HWTEST_F()
251 auto* device = testDevice_.GetDevice(); in HWTEST_F()
279 auto* device = testDevice_.GetDevice(); in HWTEST_F()
[all...]
H A De2e_udev_test.cpp108 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
125 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
138 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
158 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
171 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
184 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
197 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
210 auto res = inputManager_->GetDevice(listener_->deviceId_, [](std::shared_ptr<OHOS::MMI::InputDevice> dev) { in HWTEST_F()
/foundation/multimodalinput/input/service/fingerprint_event_processor/test/src/
H A Dfingerprint_event_processor_test.cpp68 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
90 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
114 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
144 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
171 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
199 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
269 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
290 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
313 EXPECT_CALL(mock, GetDevice) in HWTEST_F()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device_manager.cpp88 const std::string &curCameraId = x->GetDevice()->GetCameraId(); in RemoveDevice()
118 camera = cameraHolder->GetDevice(); in GetCameraByPid()
198 if (!activeCameraHolder->GetDevice()->GetCameraId().compare(cameraRequestOpen->GetCameraId())) { in GetConflictDevices()
199 cameraNeedEvict = activeCameraHolder->GetDevice(); in GetConflictDevices()
233 cameraNeedEvict = activeCameraHolder->GetDevice(); in GetConflictDevices()
247 const std::string &cameraId = cameraRequestOpen->GetDevice()->GetCameraId(); in HandleCameraEvictions()
276 x->GetDevice()->GetCameraId().c_str()); in HandleCameraEvictions()
291 const std::string &cameraId = cameraRequestOpen->GetDevice()->GetCameraId(); in WouldEvict()
311 const std::string &curCameraId = x->GetDevice()->GetCameraId(); in WouldEvict()
418 activeCameraHolder->GetDevice() in PrintClientInfo()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_util.cpp52 const IGpuResourceManager& mgr = renderContext_.GetDevice().GetGpuResourceManager(); in GetRenderHandleDesc()
57 const IShaderManager& mgr = renderContext_.GetDevice().GetShaderManager(); in GetRenderHandleDesc()
77 const IGpuResourceManager& mgr = renderContext_.GetDevice().GetGpuResourceManager(); in GetRenderHandle()
87 const IShaderManager& mgr = renderContext_.GetDevice().GetShaderManager(); in GetRenderHandle()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_manager.cpp99 const WifiP2pDevice &device = responseList.GetDevice(); in AddDeviceResponses()
189 auto findIter = serviceRespons.find(p2pSvrRespList.GetDevice().GetDeviceAddress()); in AddServiceResponse()
191 serviceRespons.emplace(std::make_pair(p2pSvrRespList.GetDevice().GetDeviceAddress(), p2pSvrRespList)); in AddServiceResponse()
216 auto findIter = serviceRespons.find(p2pSvrRespList.GetDevice().GetDeviceAddress()); in RemoveServiceResponse()
218 WIFI_LOGE("Cannot find %{private}s respList", p2pSvrRespList.GetDevice().GetDeviceAddress().c_str()); in RemoveServiceResponse()
236 p2pSvrRespList.GetDevice().GetDeviceAddress().c_str()); in RemoveServiceResponse()
262 auto findIter = serviceRespons.find(respListIter->GetDevice().GetDeviceAddress()); in GetServiceResponseList()
266 WIFI_LOGE("Cannot get %{private}s responseList", respListIter->GetDevice().GetDeviceAddress().c_str()); in GetServiceResponseList()
275 responseList.SetDevice(reqList.GetDevice()); in ProcessServiceRequestList()
H A Dprovision_discovery_state.cpp100 const WifiP2pDevice &device = provDisc.GetDevice(); in ProcessProvDiscPbcRspEvt()
121 const WifiP2pDevice &device = provDisc.GetDevice(); in ProcessProvDiscEnterPinEvt()
147 const WifiP2pDevice &device = provDisc.GetDevice(); in ProcessProvDiscShowPinEvt()
H A Dwifi_p2p_temp_disc_event.h64 const WifiP2pDevice &GetDevice() const;
H A Dwifi_p2p_temp_disc_event.cpp34 const WifiP2pDevice &WifiP2pTempDiscEvent::GetDevice() const in GetDevice() function in OHOS::Wifi::WifiP2pTempDiscEvent
H A Dwifi_p2p_service_request_list.h132 virtual const WifiP2pDevice &GetDevice() const;
H A Dwifi_p2p_service_response_list.cpp78 if (p2pDevice.GetDeviceAddress() != respList.GetDevice().GetDeviceAddress()) { in MergerAndDeduplicate()
141 const WifiP2pDevice &WifiP2pServiceResponseList::GetDevice() const in GetDevice() function in OHOS::Wifi::WifiP2pServiceResponseList
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp594 auto &device = client.value()->second.connection_.GetDevice(); in Connect()
629 auto &device = client.value()->second.connection_.GetDevice(); in Disconnect()
838 if (it.value()->second.connection_.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnDiscoverAllPrimaryServicesEvent()
839 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnDiscoverAllPrimaryServicesEvent()
868 if (it.value()->second.connection_.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnFindIncludedServicesEvent()
869 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnFindIncludedServicesEvent()
896 if (it.value()->second.connection_.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnDiscoverAllCharacteristicOfServiceEvent()
897 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice().addr_); in OnDiscoverAllCharacteristicOfServiceEvent()
926 if (it.value()->second.connection_.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnDiscoverAllCharacteristicDescriptorsEvent()
927 GattUpdatePowerStatus(it.value()->second.connection_.GetDevice() in OnDiscoverAllCharacteristicDescriptorsEvent()
[all...]
H A Dgatt_server_service.cpp878 if (remote->second.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnExchangeMtuEvent()
879 GattUpdatePowerStatus(remote->second.GetDevice().addr_); in OnExchangeMtuEvent()
885 server.second.callback_->OnMtuChanged(remote->second.GetDevice(), rxMtu); in OnExchangeMtuEvent()
911 if (remote->second.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnReadCharacteristicValueEvent()
912 GattUpdatePowerStatus(remote->second.GetDevice().addr_); in OnReadCharacteristicValueEvent()
925 remote->second.GetDevice(), Characteristic(ccc->uuid_, ccc->handle_, ccc->properties_)); in OnReadCharacteristicValueEvent()
928 remote->second.GetDevice(), Characteristic(ccc->uuid_, ccc->handle_, ccc->properties_)); in OnReadCharacteristicValueEvent()
954 if (remote->second.GetDevice().transport_ == GATT_TRANSPORT_TYPE_CLASSIC) { in OnWriteCharacteristicEvent()
955 GattUpdatePowerStatus(remote->second.GetDevice().addr_); in OnWriteCharacteristicEvent()
969 server->second.callback_->OnCharacteristicWriteRequest(remote->second.GetDevice(), gattCC in OnWriteCharacteristicEvent()
[all...]
H A Dgatt_connection.h40 const GattDevice &GetDevice() const in GetDevice() function in OHOS::bluetooth::GattConnection
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dvirtual_input_device_test.cpp126 ASSERT_TRUE(InputManager::GetInstance()->GetDevice(deviceId, inputDevFun) == RET_OK); in HWTEST_F()
148 ret = InputManager::GetInstance()->GetDevice(deviceId, inputDevFun); in HWTEST_F()
154 ret = InputManager::GetInstance()->GetDevice(deviceId, inputDevFun); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_manager.cpp137 if ((diskInfo != nullptr) && (diskInfo->GetDevice() == device)) { in ChangeDisk()
157 if ((*i)->GetDevice() == device) { in DestroyDisk()
179 if ((diskInfo != nullptr) && (diskInfo->GetDevice() == device)) { in GetDisk()
/foundation/multimodalinput/input/test/fuzztest/getdevice_fuzzer/
H A Dgetdevice_fuzzer.cpp32 InputManager::GetInstance()->GetDevice(deviceId, callback); in GetDeviceFuzzTest()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp133 rsInterface.vkCreateSemaphore(rsInterface.GetDevice(), &semaphoreInfo, nullptr, semaphore); in CreateVkSemaphore()
142 rsInterface.vkImportSemaphoreFdKHR(rsInterface.GetDevice(), &importSemaphoreFdInfo); in CreateVkSemaphore()
272 vkContext.vkCreateSemaphore(vkContext.GetDevice(), &semaphoreInfo, nullptr, &semaphore); in NativeFlushFrame()
308 vkContext.vkDestroySemaphore(vkContext.GetDevice(), semaphore, nullptr); in NativeFlushFrame()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp69 renderContext_->GetDevice().GetShaderManager().LoadShaderFiles(desc); in RegistorShaderPath()
140 auto& gpuResourceMgr = renderContext_->GetDevice().GetGpuResourceManager(); in LoadImage()
200 renderContext_->GetDevice().GetGpuResourceManager().Create(RESOLUTION_BUFFER, bufferDesc); in OnSizeChange()
267 shaderInputBufferHandle_ = renderContext_->GetDevice().GetGpuResourceManager().Create(INPUT_BUFFER, in UpdateShaderInputBuffer()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_device.h90 BtAddr GetDevice() const;
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device_manager.h33 virtual std::shared_ptr<IDevice> GetDevice(int32_t id) const = 0;
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_info_test_mock.h34 MOCK_METHOD0(GetDevice, dev_t(void));
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_context_manager.cpp46 IDevice& dev = createInfo.renderContext.GetDevice(); in RenderNodeContextManager()
48 static_cast<GpuResourceManager&>(renderContext_.GetDevice().GetGpuResourceManager())); in RenderNodeContextManager()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h53 std::shared_ptr<Device> GetDevice() const;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvulkancontext_fuzzer/
H A Drsvulkancontext_fuzzer.cpp72 rsVulkanContext.GetDevice(); in DoSomethingInterestingWithMyAPI()

Completed in 21 milliseconds

12345