Home
last modified time | relevance | path

Searched refs:uuid (Results 226 - 250 of 1504) sorted by relevance

12345678910>>...61

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/external/
H A Drekor.js58 * @param uuid {string} The UUID of the entry to retrieve
61 async getEntry(uuid) {
62 const url = `${this.baseUrl}/api/v1/log/entries/${uuid}`;
110 const [uuid, entry] = entries[0];
113 uuid,
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp40 void WakeupEngine::OnDetected(int32_t uuid) in OnDetected() argument
42 INTELL_VOICE_LOG_INFO("enter, uuid is %{public}d", uuid); in OnDetected()
57 std::thread([uuid]() { WakeupEngine::StartAbility(GetEventValue(uuid)); }).detach(); in OnDetected()
58 StateMsg msg(START_RECOGNIZE, &uuid, sizeof(int32_t)); in OnDetected()
271 std::string WakeupEngine::GetEventValue(int32_t uuid) in GetEventValue() argument
273 if (uuid == PROXIMAL_WAKEUP_MODEL_UUID) { in GetEventValue()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h42 virtual int32_t AuthFlushDevice(const char *uuid) = 0;
52 virtual int32_t AuthGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) = 0;
53 virtual int32_t AuthGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) = 0;
54 virtual int32_t AuthGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) = 0;
56 virtual void AuthGetLatestIdByUuid(const char *uuid, bool isIpConnection, bool isMeta, AuthHandle *authHandle) = 0;
66 virtual int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) = 0;
80 virtual int32_t LnnGetNetworkIdByUuid(const char *uuid, char *buf, uint32_t len) = 0;
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drsxface.c386 * uuid - Pointer to the UUID to be matched. in ACPI_EXPORT_SYMBOL()
400 struct acpi_vendor_uuid *uuid, in ACPI_EXPORT_SYMBOL()
408 if (!uuid || !ret_buffer) { in ACPI_EXPORT_SYMBOL()
412 info.uuid = uuid; in ACPI_EXPORT_SYMBOL()
465 (vendor->uuid_subtype != info->uuid->subtype) || in acpi_rs_match_vendor_resource()
466 (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) { in acpi_rs_match_vendor_resource()
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dp_sys-t.c11 #include <linux/uuid.h>
79 uuid_t uuid; member
95 generate_random_uuid(pn->uuid.b); in sys_t_policy_node_init()
123 return sprintf(page, "%pU\n", &pn->uuid); in sys_t_policy_uuid_show()
135 ret = uuid_parse(page, &pn->uuid); in sys_t_policy_uuid_store()
141 CONFIGFS_ATTR(sys_t_policy_, uuid);
325 sz = stm_data_write(data, m, c, false, op->node.uuid.b, UUID_SIZE); in sys_t_write()
/kernel/linux/linux-5.10/include/linux/
H A Dthunderbolt.h20 #include <linux/uuid.h>
99 * @uuid: Directory UUID or %NULL if root directory
105 const uuid_t *uuid; member
146 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
250 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
254 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() argument
259 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
312 * @uuid: XDomain messages with this UUID are dispatched to this handler
329 const uuid_t *uuid; member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drsxface.c386 * uuid - Pointer to the UUID to be matched. in ACPI_EXPORT_SYMBOL()
400 struct acpi_vendor_uuid *uuid, in ACPI_EXPORT_SYMBOL()
408 if (!uuid || !ret_buffer) { in ACPI_EXPORT_SYMBOL()
412 info.uuid = uuid; in ACPI_EXPORT_SYMBOL()
465 (vendor->uuid_subtype != info->uuid->subtype) || in acpi_rs_match_vendor_resource()
466 (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) { in acpi_rs_match_vendor_resource()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dutils.c16 static int avs_module_entry_index(struct avs_dev *adev, const guid_t *uuid) in avs_module_entry_index() argument
24 if (guid_equal(&module->uuid, uuid)) in avs_module_entry_index()
47 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry) in avs_get_module_entry() argument
53 idx = avs_module_entry_index(adev, uuid); in avs_get_module_entry()
75 int avs_get_module_id(struct avs_dev *adev, const guid_t *uuid) in avs_get_module_id() argument
80 ret = avs_get_module_entry(adev, uuid, &module); in avs_get_module_id()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dxdomain.c18 #include <linux/uuid.h>
111 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
240 memcpy(&hdr->uuid, &tb_xdp_uuid, sizeof(tb_xdp_uuid)); in tb_xdp_fill_header()
264 uuid_t *uuid, u64 *remote_route) in tb_xdp_uuid_request()
286 uuid_copy(uuid, &res.src_uuid); in tb_xdp_uuid_request()
293 const uuid_t *uuid) in tb_xdp_uuid_response()
301 uuid_copy(&res.src_uuid, uuid); in tb_xdp_uuid_response()
469 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request()
478 uuid_copy(&req.src_uuid, uuid); in tb_xdp_properties_changed_request()
263 tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, uuid_t *uuid, u64 *remote_route) tb_xdp_uuid_request() argument
292 tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, const uuid_t *uuid) tb_xdp_uuid_response() argument
468 tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, int retry, const uuid_t *uuid) tb_xdp_properties_changed_request() argument
735 const uuid_t *uuid; tb_xdp_handle_request() local
1198 uuid_t uuid; tb_xdomain_get_uuid() local
2234 const uuid_t *uuid; global() member
2287 tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) tb_xdomain_find_by_uuid() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dmeta_info_manager.cpp428 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(capPtr->GetDeviceId()); in HandleMetaCapabilityAddChange() local
429 if (uuid.empty()) { in HandleMetaCapabilityAddChange()
430 DHLOGE("Find uuid failed and never enable, deviceId: %{public}s", in HandleMetaCapabilityAddChange()
434 std::string networkId = DHContext::GetInstance().GetNetworkIdByUUID(uuid); in HandleMetaCapabilityAddChange()
436 DHLOGE("Find network failed and never enable, uuid: %{public}s", GetAnonyString(uuid).c_str()); in HandleMetaCapabilityAddChange()
445 .uuid = uuid, in HandleMetaCapabilityAddChange()
464 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(capPtr->GetDeviceId()); in HandleMetaCapabilityUpdateChange() local
465 if (uuid in HandleMetaCapabilityUpdateChange()
[all...]
/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_uuid.h29 void fd_get_driver_uuid(void *uuid);
30 void fd_get_device_uuid(void *uuid, const struct fd_dev_id *id);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c65 static uint16_t SdpAddAttributeForUuidSequence(uint8_t *buffer, uint16_t offset, const BtUuid *uuid);
241 LOG_ERROR("[%{public}s][%{public}d] Invalid uuid type [0x%x]", __FUNCTION__, __LINE__, classid->type); in SdpAddServiceClassIdList()
755 BtUuid uuid; in SdpAddAttribute() local
774 uuid.type = BT_UUID_16; in SdpAddAttribute()
775 uuid.uuid16 = *(uint16_t *)attributeValue; in SdpAddAttribute()
776 length = SdpAddAttributeForUuid(buffer, 0, &uuid); in SdpAddAttribute()
779 uuid.type = BT_UUID_32; in SdpAddAttribute()
780 uuid.uuid32 = *(uint32_t *)attributeValue; in SdpAddAttribute()
781 length = SdpAddAttributeForUuid(buffer, 0, &uuid); in SdpAddAttribute()
784 uuid in SdpAddAttribute()
875 SdpAddAttributeForUuidSequence(uint8_t *buffer, uint16_t offset, const BtUuid *uuid) SdpAddAttributeForUuidSequence() argument
1749 GetUuidfromSequenceLevelThree(uint8_t *buffer, uint16_t bufferLen, uint8_t *uuid, uint16_t uuidLen) GetUuidfromSequenceLevelThree() argument
1773 GetUuidfromSequenceLevelTwo(uint8_t *buffer, uint16_t bufferLen, uint8_t *uuid, uint16_t uuidLen) GetUuidfromSequenceLevelTwo() argument
1801 GetUuidfromSequenceLevelOne(uint8_t *buffer, uint16_t bufferLen, uint8_t *uuid, uint16_t uuidLen) GetUuidfromSequenceLevelOne() argument
1829 GetUuidfromSequence(uint8_t *buffer, uint16_t bufferLen, uint8_t *uuid, uint16_t uuidLen) GetUuidfromSequence() argument
1858 GetRecordHandleArrayByUuid(ServiceRecordItem *item, uint8_t *uuid) GetRecordHandleArrayByUuid() argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp849 char uuid[TEST_DATA_LEN] = "testdata"; in HWTEST_F() local
854 uuid[0] = '\0'; in HWTEST_F()
855 ret = AuthFlushDevice(const_cast<const char *>(uuid)); in HWTEST_F()
857 uuid[0] = '1'; in HWTEST_F()
858 ret = AuthFlushDevice(const_cast<const char *>(uuid)); in HWTEST_F()
870 char uuid[TEST_DATA_LEN] = "testdata"; in HWTEST_F() local
876 ret = AuthSendKeepaliveOption(uuid, (ModeCycle)time); in HWTEST_F()
878 uuid[0] = '\0'; in HWTEST_F()
879 ret = AuthSendKeepaliveOption(const_cast<const char *>(uuid), HIGH_FREQ_CYCLE); in HWTEST_F()
881 uuid[ in HWTEST_F()
894 char uuid[TEST_DATA_LEN] = "testdata"; HWTEST_F() local
1018 char uuid[TEST_DATA_LEN] = "testdata"; HWTEST_F() local
1334 char uuid[TEST_DATA_LEN] = "testdata"; HWTEST_F() local
2218 const char *uuid = "12345678"; HWTEST_F() local
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_uuid.h35 void intel_uuid_compute_device_id(uint8_t *uuid,
39 void intel_uuid_compute_driver_id(uint8_t *uuid,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Duuid.h16 int is_nil_uuid(const u8 *uuid);
17 int uuid_random(u8 *uuid);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Duuid.h16 int is_nil_uuid(const u8 *uuid);
17 int uuid_random(u8 *uuid);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_data_storage.h100 bool InsertInnerLocked(const std::string& uuid, int32_t missionId, const uint8_t* byteStream, size_t len);
101 bool DeleteInnerLocked(const std::string& uuid, int32_t missionId);
104 static void GenerateKey(const std::string& uuid, int32_t missionId, DistributedKv::Key& key);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h46 #include "uuid.h"
99 * @param uuid Uuid of Gatt Characteristic.
105 GattCharacteristic(const UUID uuid, int permissions, int properties);
110 * @param uuid Uuid of Gatt Characteristic.
117 GattCharacteristic(const UUID uuid, uint16_t handle, const int permissions, const int properties);
135 * @param uuid Uuid of Gatt Descriptor.
140 GattDescriptor *GetDescriptor(const UUID &uuid);
188 * @brief The function to get uuid.
301 * @brief The uuid of characteristic.
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.h34 virtual int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) = 0;
39 virtual int32_t AuthFlushDevice(const char *uuid) = 0;
40 virtual int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) = 0;
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_meta_manager.h42 int32_t AuthMetaGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo);
49 int64_t AuthMetaGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer);
53 int32_t AuthMetaGetDeviceUuid(int64_t authId, char *uuid, uint16_t size);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Ddevice_manager_mock.cpp94 std::string &uuid) in GetUuidByNetworkId()
96 uuid = ""; in GetUuidByNetworkId()
101 std::string &uuid) in GetEncryptedUuidByNetworkId()
93 GetUuidByNetworkId(const std::string &pkgName, const std::string &netWorkId, std::string &uuid) GetUuidByNetworkId() argument
100 GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId, std::string &uuid) GetEncryptedUuidByNetworkId() argument
/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h40 int32_t GetUuidFromCache(const char *networkId, std::string &uuid);
49 int32_t GetUuidByUdid(const std::string &udid, std::string &uuid);
54 int32_t GetUuidByNetworkId(const char *networkId, std::string &uuid);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentmanager_fuzzer/
H A Dcomponentmanager_fuzzer.cpp47 std::string uuid(reinterpret_cast<const char*>(data), size); in ComponentManagerFuzzTest()
52 ComponentManager::GetInstance().Enable(networkId, uuid, dhId, dhType); in ComponentManagerFuzzTest()
53 ComponentManager::GetInstance().Disable(networkId, uuid, dhId, dhType); in ComponentManagerFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Denable_task.cpp37 EnableTask::EnableTask(const std::string &networkId, const std::string &uuid, const std::string &udid, in EnableTask() argument
38 const std::string &dhId, const DHType dhType) : Task(networkId, uuid, udid, dhId, dhType) in EnableTask()
48 DHLOGD("id = %{public}s, uuid = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str()); in ~EnableTask()
62 DHLOGD("DoTaskInner id = %{public}s, uuid = %{public}s, dhId = %{public}s", GetId().c_str(), in DoTaskInner()
72 .uuid = GetUUID(), in DoTaskInner()
87 DHLOGI("enable task %{public}s, id = %{public}s, uuid = %{public}s, dhId = %{public}s", in RegisterHardware()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsysinfo.h15 #include <linux/uuid.h>
110 uuid_t uuid; member
135 uuid_t uuid; member

Completed in 24 milliseconds

12345678910>>...61