Home
last modified time | relevance | path

Searched defs:uuid (Results 351 – 375 of 702) sorted by relevance

1...<<11121314151617181920>>...29

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.h272 explicit Uuid(const UUID128Bit uuid) : uuid_(uuid) {}; in Uuid()
H A Dble_parcel_data.h152 void AddServiceData(bluetooth::Uuid uuid, std::string serviceData) in AddServiceData()
546 void AddServiceData(Uuid uuid, std::string serviceData) in AddServiceData()
860 void SetServiceUuid(const Uuid &uuid) in SetServiceUuid()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp126 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnNotifyMsgReportFromLpDeviceInner() local
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h42 BtUuid uuid; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Doffline_task.cpp42 OffLineTask::OffLineTask(const std::string &networkId, const std::string &uuid, const std::string &… in OffLineTask()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp193 std::string &uuid) in GetUuidByNetworkId()
248 std::string &uuid) in GetEncryptedUuidByNetworkId()
254 const std::string &uuid, in GenerateEncryptedUuid()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp33 bool OH_MediaKeySystem_IsSupported(const char *uuid) in OH_MediaKeySystem_IsSupported()
45 bool OH_MediaKeySystem_IsSupported2(const char *uuid, const char *mimeType) in OH_MediaKeySystem_IsSupported2()
61 bool OH_MediaKeySystem_IsSupported3(const char *uuid, const char *mimeType, in OH_MediaKeySystem_IsSupported3()
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c139 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) { in str_to_uuid()
188 static void print_uuid(sound_trigger_uuid_t uuid) { in print_uuid()
194 static void write_uuid(int conn_socket, sound_trigger_uuid_t uuid) { in write_uuid()
219 sound_trigger_uuid_t uuid) { in get_model_handle_with_uuid()
/aosp12/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java65 ParcelUuid uuid = serviceUuids.get(i); in matchesServiceUuids() local
/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.h84 Uuid uuid; variable
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
H A DManualDiscovery.java208 Uri uuid = TextUtils.isEmpty(capabilities.uuid) ? null : Uri.parse(capabilities.uuid); in handleCapabilities() local
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hf_call.h106 …HandsFreeUnitCall(std::string device, int id, int state, std::string number, UUID uuid, bool multi… in HandsFreeUnitCall()
/ohos5.0/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_test/
H A Ddevice_manager_test.cpp130 std::string uuid = "uuid_"; in BENCHMARK_F() local
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp207 static int32_t DownmixLib_Create(const effect_uuid_t *uuid, in DownmixLib_Create()
288 const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) { in DownmixLib_GetDescriptor()
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h63 unsigned char uuid[UUID_SIZE]; member
98 TEEC_UUID uuid; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_info_manager.cpp397 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(capPtr->GetDeviceId()); in HandleMetaCapabilityAddChange() local
433 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(capPtr->GetDeviceId()); in HandleMetaCapabilityUpdateChange() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info.c160 char uuid[UUID_BUF_LEN]; in OnReceiveBrOffline() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp69 UUID uuid = UUID::ConvertFrom128Bits(call.GetUuid().ConvertTo128Bits()); in OnCallChanged() local
285 UUID uuid = UUID::ConvertFrom128Bits(call.GetUuid().ConvertTo128Bits()); in GetExistingCalls() local
396 … bluetooth::Uuid uuid = bluetooth::Uuid::ConvertFrom128Bits(call.GetUuid().ConvertTo128Bits()); in FinishActiveCall() local
418 UUID uuid = UUID::ConvertFrom128Bits(calls.GetUuid().ConvertTo128Bits()); in StartDial() local
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DPlaceholderItem.java59 String uuid = UUID.randomUUID().toString(); in PlaceholderItem() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authdata_fuzzer/
H A Dauthdata_fuzzer.cpp110 char *uuid = nullptr; in AuthFlushDeviceFuzzTest() local
/ohos5.0/base/tee/tee_client/services/tlogcat/include/
H A Dtlogcat.h46 uint8_t uuid[TEE_UUID_LEN]; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp234 Uuid uuid = Uuid::ConvertFromString(value); in UpdateSupportedUuids() local
1394 Uuid uuid = Uuid::ConvertFrom16Bits(uuid16); in Parser16BitUuidFromEir() local
1419 Uuid uuid = Uuid::ConvertFrom32Bits(uuid32); in Parser32BitUuidFromEir() local
1441 Uuid uuid = Uuid::ConvertFromBytesLE(&value[offset]); in Parser128BitUuidFromEir() local
1480 for (auto uuid : uuids1) { in IsUuidsEqual() local
1487 for (auto uuid : uuids2) { in IsUuidsEqual() local
1660 void ClassicAdapter::SearchRemoteUuids(const RawAddress &device, uint16_t uuid) in SearchRemoteUuids()
1691 Uuid uuid = adapter->GetUuidFromBtUuid(serviceArray[index].classId[num]); in ServiceSearchAttributeCb() local
1725 Uuid uuid; in GetUuidFromBtUuid() local
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp693 std::string uuid = "12"; variable
709 std::string uuid = "21"; variable
725 std::string uuid = ""; variable
741 std::string uuid = ""; variable
1467 std::string uuid; variable
1476 std::string uuid; variable
1484 std::string uuid; variable
1494 std::string uuid; variable
/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp300 void SoundTriggerHalImpl::convertUuidFromHal(Uuid* uuid, const sound_trigger_uuid_t* halUuid) { in convertUuidFromHal()
308 void SoundTriggerHalImpl::convertUuidToHal(sound_trigger_uuid_t* halUuid, const Uuid* uuid) { in convertUuidToHal()
/aosp12/system/core/init/
H A Ddevices.cpp114 static bool FindDmDevice(const std::string& path, std::string* name, std::string* uuid) { in FindDmDevice()
328 std::string uuid; in GetBlockDeviceSymlinks() local

1...<<11121314151617181920>>...29