Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.h31 struct Descriptor { struct
32 Descriptor() : handle_(0), permissions_(0), value_(nullptr), length_(0), uuid_() {} in Descriptor() argument
34 Descriptor(const Uuid& uuid, const int permissions) in Descriptor() function
39 Descriptor(uint16_t handle, const Uuid& uuid, int permissions) in Descriptor() argument
48 Descriptor(Descriptor&& src) in Descriptor() function
60 ~Descriptor() {} in ~Descriptor() argument
65 uint16_t handle_;
66 int permissions_;
67 std::unique_ptr<uint8_t[]> value_;
68 size_t length_;
[all …]
H A Dgatt_data.cpp39 Descriptor::Descriptor(const Uuid &uuid, uint16_t handle, int permissions, const uint8_t *value, si… in Descriptor() function in OHOS::bluetooth::Descriptor
51 Descriptor::Descriptor(const Descriptor& src) in Descriptor() function in OHOS::bluetooth::Descriptor
63 Descriptor::Descriptor(uint16_t handle, const uint8_t *value, size_t length) in Descriptor() function in OHOS::bluetooth::Descriptor
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/include/
H A Dtools_op.h36 struct Descriptor { struct
52 explicit ToolsOp(Descriptor &&desc) : desc_(std::move(desc)) {} in ToolsOp() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h112 struct Descriptor { struct
117 explicit Descriptor(const bluetooth::Descriptor &src) in Descriptor() argument
122 Descriptor &operator=(const Descriptor &) = default; argument
124 Descriptor &operator=(Descriptor &&) = default; argument
H A Dgatt_cache.h50 struct Descriptor { struct
54 Descriptor(uint16_t handle, const Uuid uuid) : handle_(handle), uuid_(uuid) in Descriptor() argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H A Dnapi_rdb_store.h33 using Descriptor = std::function<std::vector<napi_property_descriptor>(void)>; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_store.h36 using Descriptor = std::function<std::vector<napi_property_descriptor>(void)>; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/
H A Dcamera_ability_napi.h25 using Descriptor = std::vector<std::vector<napi_property_descriptor>>; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_util.h78 using Descriptor = std::function<std::vector<napi_property_descriptor>()>; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_utils.h97 using Descriptor = std::function<std::vector<napi_property_descriptor>()>; variable