Home
last modified time | relevance | path

Searched refs:uuid_ (Results 51 - 70 of 70) sorted by relevance

123

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h306 UUID uuid_; member in OHOS::Bluetooth::GattCharacteristic
H A Dbluetooth_def.h1546 std::string uuid_; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask.h62 std::string uuid_; member in OHOS::DistributedHardware::Task
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp925 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()
965 Characteristic gattCCC(ccc->uuid_, ccc->handle_, ccc->properties_); in OnWriteCharacteristicEvent()
1007 remote->second.GetDevice(), Descriptor(descriptor->handle_, descriptor->uuid_, in OnDescriptorReadEvent()
1038 Descriptor gattDescriptor(descriptor->handle_, descriptor->uuid_, descriptor->permissions_); in OnDescriptorWriteEvent()
1078 remote->second.GetDevice(), Characteristic(ccc->uuid_, ccc->handle_, ccc->properties_), ret); in OnIndicationEvent()
1181 bluetooth::Service dst(src.uuid_, src.handle_, src.handle_, src.endHandle_); in BuildService()
1184 inclueService.uuid_, inclueService.handle_, inclueService.startHandle_, inclueService.endHandle_)); in BuildService()
1190 bluetooth::Characteristic gattCCC(ccc.second.uuid_, in BuildService()
H A Dgatt_client_service.cpp822 Service svcTmp(svc.second.uuid_, svc.second.handle_, svc.second.handle_, svc.second.endHandle_); in GetServices()
1033 if (Uuid::ConvertFrom16Bits(UUID_SERVICE_CHANGED) == ccc->uuid_) { in OnCharacteristicNotifyEvent()
1036 Characteristic gattCCC(ccc->uuid_, ccc->handle_, ccc->properties_); in OnCharacteristicNotifyEvent()
1248 dest.includeServices_.push_back(Service(isvc.uuid_, isvc.handle_, isvc.handle_, isvc.endHandle_)); in BuildService()
1252 Characteristic cccTmp(ccc.second.uuid_, ccc.second.handle_, ccc.second.properties_); in BuildService()
1254 cccTmp.descriptors_.push_back(Descriptor(desc.second.handle_, desc.second.uuid_, 0)); in BuildService()
H A Dgatt_client_profile.cpp1287 int uuidType = iter->second.uuid_.GetUuidType(); in DiscoverPrimaryServiceByUuidParsing()
1296 std::move(GattCache::Service(true, startHandle, endHandle, iter->second.uuid_)))); in DiscoverPrimaryServiceByUuidParsing()
1306 if (memcpy_s(BufferPtr(serviceUuid), uuidType, &(iter->second.uuid_), uuidType) != EOK) { in DiscoverPrimaryServiceByUuidParsing()
1311 requestList_.emplace_back(connectHandle, GattRequestInfo(iter->second.uuid_, DISCOVER_SERVICE_BY_UUID, reqId)); in DiscoverPrimaryServiceByUuidParsing()
1398 isvc.uuid_.ConvertFromBytesLE(uuid128Bit, UUID_128BIT_LEN); in FindIncludeServicesParsing()
1445 if (iter->second.uuid_.operator==(uuid)) { in DiscoverAllCharacteristicOfServiceParsing()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.h93 static std::atomic_size_t uuid_; member in OHOS::Ace::Napi::JSPluginCallback
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_data_storage.h47 std::string uuid_; member in OHOS::AppExecFwk::DistributedDataStorageCallback
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h211 std::string uuid_; member
H A Ddash_mpd_downloader.cpp601 return drmInfo.uuid_ == localDrmInfo.uuid_ && drmInfo.pssh_ == localDrmInfo.pssh_; in ProcessDrmInfos()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp410 GattService gattService(UUID::ConvertFrom128Bits(service.uuid_.ConvertTo128Bits()), in BuildService()
416 GattCharacteristic gattcharacter(UUID::ConvertFrom128Bits(character.uuid_.ConvertTo128Bits()), in BuildService()
425 UUID::ConvertFrom128Bits(desc.uuid_.ConvertTo128Bits()), desc.handle_, desc.permissions_); in BuildService()
611 svc.uuid_ = bluetooth::Uuid::ConvertFrom128Bits(service.GetUuid().ConvertTo128Bits()); in AddService()
H A Dbluetooth_host.cpp390 sensingInfo.uuid_ = info.uuid_;
406 sensingInfo.uuid_ = info.uuid_;
H A Dbluetooth_gatt_client.cpp441 GattService svcTmp(UUID::ConvertFrom128Bits(svc.uuid_.ConvertTo128Bits()), in BuildServiceList()
446 GattCharacteristic characterTmp(UUID::ConvertFrom128Bits(character.uuid_.ConvertTo128Bits()), in BuildServiceList()
452 UUID::ConvertFrom128Bits(desc.uuid_.ConvertTo128Bits()), desc.handle_, desc.permissions_)); in BuildServiceList()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.h63 int32_t uuid_ = -1; member in OHOS::IntellVoiceTrigger::TriggerModelData
H A Dtrigger_helper.cpp48 uuid_ = uuid; in TriggerModelData()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp65 if (characteristic.uuid_ == Uuid::ConvertFrom16Bits(UUID_SERVICE_CHANGED) &&
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h85 std::string uuid_ = ""; member
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_server.cpp132 UUID::FromString(callbackInfo->sppOption_->uuid_), callbackInfo->sppOption_->type_, in SppListen()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]

Completed in 119 milliseconds

123