Home
last modified time | relevance | path

Searched defs:dev (Results 26 – 50 of 107) sorted by relevance

12345

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
Di_bluetooth_socket_observer.h30 BluetoothRawAddress dev; member
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
Ddaudio_sink_manager_test.cpp139 std::shared_ptr<DAudioSinkDev> dev = nullptr; variable
194 auto dev = std::make_shared<DAudioSinkDev>(networkId, dAudioSinkIpcCallbackProxy); variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
Dstore_debug_info.h25 uint32_t dev = 0; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
Dpath_effect.cpp44 PathEffect::PathEffect(PathEffectType t, scalar segLength, scalar dev, uint32_t seedAssist) noexcep… in PathEffect()
89 std::shared_ptr<PathEffect> PathEffect::CreateDiscretePathEffect(scalar segLength, scalar dev, uint… in CreateDiscretePathEffect()
/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp672 struct libevdev *dev = GetLibEvDev(fd); in QueryEventInfo() local
755 struct libevdev *dev = nullptr; in GetLibEvDev() local
765 void InputHub::GetEventTypes(struct libevdev *dev, InputDevice &identifier) in GetEventTypes()
776 int32_t InputHub::GetEventKeys(struct libevdev *dev, InputDevice &identifier) in GetEventKeys()
794 int32_t InputHub::GetABSInfo(struct libevdev *dev, InputDevice &identifier) in GetABSInfo()
825 int32_t InputHub::GetRELTypes(struct libevdev *dev, InputDevice &identifier) in GetRELTypes()
843 void InputHub::GetProperties(struct libevdev *dev, InputDevice &identifier) in GetProperties()
1507 for (const auto &dev : devices_) { in CollectTargetDevices() local
1521 void InputHub::SavePressedKeyState(const InputHub::Device *dev, int32_t keyCode) in SavePressedKeyState()
1544 void InputHub::CheckTargetKeyState(const InputHub::Device *dev, const unsigned long *keyState, cons… in CheckTargetKeyState()
[all …]
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
Ddaudio_sink_manager.cpp166 std::shared_ptr<DAudioSinkDev> dev = nullptr; in CreateAudioDevice() local
209 int32_t DAudioSinkManager::InitAudioDevice(std::shared_ptr<DAudioSinkDev> dev, const std::string &d… in InitAudioDevice()
289 auto dev = audioDevMap_.find(devId); in ClearAudioDev() local
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
Dmouse_transform_processor_test.cpp917 struct libinput_device *dev = libinput_event_get_device(event); variable
938 struct libinput_device *dev = libinput_event_get_device(event); variable
960 struct libinput_device *dev = libinput_event_get_device(event); variable
985 struct libinput_device *dev = libinput_event_get_device(event); variable
1470 struct libinput_device *dev = libinput_event_get_device(event); variable
1500 struct libinput_device *dev = libinput_event_get_device(event); variable
1530 struct libinput_device *dev = libinput_event_get_device(event); variable
1575 struct libinput_device *dev = libinput_event_get_device(event); variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/
Dpatheffect_fuzzer.cpp60 scalar dev = GetObject<scalar>(); in PathEffectFuzzTest() local
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_server.cpp247 struct ConnectedDevice dev; in OnConnectionStateUpdate() local
336 struct ConnectedDevice dev; in OnCharacteristicReadRequest() local
372 struct ConnectedDevice dev; in OnCharacteristicWriteRequest() local
412 struct ConnectedDevice dev; in OnDescriptorReadRequest() local
448 struct ConnectedDevice dev; in OnDescriptorWriteRequest() local
486 struct ConnectedDevice dev; in OnMtuUpdate() local
505 struct ConnectedDevice dev; in OnNotificationCharacteristicChanged() local
/foundation/distributedhardware/distributed_camera/services/channel/src/
Ddcamera_softbus_latency.cpp109 auto dev = offsets_.find(devId); in GetTimeSyncInfo() local
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
Dcooperate_free.cpp71 return env_->GetDeviceManager().AnyOf([this](std::shared_ptr<IDevice> dev) { in HasLocalPointerDevice()
81 return env_->GetDeviceManager().AnyOf([this](std::shared_ptr<IDevice> dev) { in HasLocalKeyboardDevice()
Dcooperate_context.cpp87 void HotplugObserver::OnDeviceAdded(std::shared_ptr<IDevice> dev) in OnDeviceAdded()
102 void HotplugObserver::OnDeviceRemoved(std::shared_ptr<IDevice> dev) in OnDeviceRemoved()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
Dnstackx_dfinder_mgt_msg_log.c281 static int32_t UnpackLogToStr(DeviceInfo *dev, char *msg, uint32_t size) in UnpackLogToStr()
319 void DFinderMgtUnpackLog(DeviceInfo *dev) in DFinderMgtUnpackLog()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_connection_manager.cpp293 auto dev = pimpl->FindDevice(device, devLock); in GetEncryptionInfo() local
305 auto dev = pimpl->FindDevice(device, devLock); in SetConnectionType() local
398 for (auto &dev : devices_) { in FindOrRegister() local
407 …auto &dev = devices_.emplace_back(std::make_unique<GattConnectionManager::Device>(device, autoConn… in FindOrRegister() local
421 for (auto &dev : devices_) { in FindOrRegister() local
457 for (auto &dev : devices_) { in FindDevice() local
472 for (auto &dev : devices_) { in FindDevice() local
498 for (auto dev = devices_.begin(); dev != devices_.end(); ++dev) { in RemoveDevice() local
946 for (auto &dev : devices_) { in DoShutDown() local
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
Ddaudio_source_manager.h71 std::shared_ptr<DAudioSourceDev> dev; member
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
Ddisk_info.cpp219 bool DiskInfo::CreateMBRVolume(int32_t type, dev_t dev) in CreateMBRVolume()
314 int DiskInfo::CreateVolume(dev_t dev) in CreateVolume()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
Dp2p_state_machine_test.cpp863 WifiP2pDevice dev; variable
872 WifiP2pDevice dev; variable
881 WifiP2pDevice dev; variable
890 WifiP2pDevice dev; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_sync_check_test.cpp489 …adapter->ForkCheckDeviceSecurityAbility([deviceB](const std::string &dev, const SecurityOption &) { in __anon728505270d02()
756 …g_communicatorAggregator->RegOnDispatch([&errCodeAck, &afterErrAck](const std::string &dev, Messag… in RegOnDispatchWithDelayAck()
776 const std::string &dev, Message *inMsg) { in RegOnDispatchWithOffline()
797 const std::string &dev, Message *inMsg) { in RegOnDispatchWithInvalidMsg()
905 …g_communicatorAggregator->RegOnDispatch([calResponse, &messageCount](const std::string &dev, Messa… in RegOnDispatchWithoutDataPacket()
1078 const std::string &dev, Message *inMsg) { in RegOnDispatchToGetSyncCount()
1288 const std::string &dev, Message *inMsg) { in RegOnDispatchWithInvalidMsgAndCnt()
1768 g_communicatorAggregator->RegOnDispatch([&messageCount](const std::string &dev, Message *msg) { in __anon728505272a02()
1807 g_communicatorAggregator->RegOnDispatch([&messageCount](const std::string &dev, Message *msg) { in __anon728505272b02()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_node_context_manager.cpp46 IDevice& dev = createInfo.renderContext.GetDevice(); in RENDER_BEGIN_NAMESPACE() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_path_effect.cpp56 void SkiaPathEffect::InitWithDiscrete(scalar segLength, scalar dev, uint32_t seedAssist) in InitWithDiscrete()
/foundation/multimodalinput/input/service/libinput_adapter/test/
Dhotplug_detector_test.cpp70 std::string dev("Example device"); in Create() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Ddisk_utils.cpp34 int CreateDiskNode(const std::string &path, dev_t dev) in CreateDiskNode()
/foundation/distributedhardware/distributed_audio/audiohandler/src/
Ddaudio_handler.cpp121 for (auto dev : audioDevices) { in RealQuery() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
Dnnrt_utils.cpp101 …GetTargetDevice(TfLiteContext* context, TfLiteDelegate* delegate, const NnrtApi* nnrt, size_t& dev) in GetTargetDevice()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_gatt_client_proxy.cpp256 std::shared_ptr<BluetoothGattDevice> dev(reply.ReadParcelable<BluetoothGattDevice>()); in GetAllDevice() local
301 std::shared_ptr<BluetoothGattService> dev(reply.ReadParcelable<BluetoothGattService>()); in GetServices() local

12345