Searched defs:Descriptor (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | gatt_data.h | 31 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 D | gatt_data.cpp | 39 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 D | tools_op.h | 36 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 D | gatt_database.h | 112 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 D | gatt_cache.h | 50 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 D | napi_rdb_store.h | 33 using Descriptor = std::function<std::vector<napi_property_descriptor>(void)>; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_store.h | 36 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 D | camera_ability_napi.h | 25 using Descriptor = std::vector<std::vector<napi_property_descriptor>>; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_util.h | 78 using Descriptor = std::function<std::vector<napi_property_descriptor>()>; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_utils.h | 97 using Descriptor = std::function<std::vector<napi_property_descriptor>()>; variable
|