Home
last modified time | relevance | path

Searched defs:devices_ (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_wrapper/include/
H A Dlibinput_wrapper.h42 std::unordered_map<std::string, libinput_device*> devices_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.h52 std::vector<std::string> devices_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddevice_manager.h68 std::set<std::string> devices_; variable
/ohos5.0/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dlibinput_adapter.h59 std::unordered_map<std::string, libinput_device*> devices_; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddm_adapter.h75 std::vector<DmDeviceInfo> devices_; variable
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice_manager.h95 std::unordered_map<int32_t, std::shared_ptr<IDevice>> devices_; variable
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice_manager.h95 std::unordered_map<int32_t, std::shared_ptr<IDevice>> devices_; variable
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_host_manager.h56 MAP_STR_DEVICE devices_; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.h112 std::vector<std::string> devices_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.h64 std::map<GattDevice, NotifyInformation> devices_ = {}; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.h149 const std::vector<std::string> devices_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_pragma.h81 std::vector<std::string> devices_; member
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h224 std::unordered_map<std::string, std::unique_ptr<Device>> devices_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c498 BtmLePairedDevice *devices_ = MEM_MALLOC.alloc(sizeof(BtmLePairedDevice) * devCount); in BTM_GetAllPairedDevices() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp87 std::list<bluetooth::GattDevice> devices_; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h209 std::vector<std::string> devices_; member
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp125 std::vector<std::shared_ptr<CameraDeviceInfo>> devices_; member in OHOS::CameraStandard::HCameraHostManager::CameraHostInfo