Home
last modified time | relevance | path

Searched refs:uuid (Results 301 - 325 of 1518) sorted by relevance

1...<<11121314151617181920>>...61

/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/include/
H A Dmock_component_enable.h30 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam &param, in Enable() argument
36 int32_t OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.h47 * @param uuid server uuid.
51 int RegisterSdpService(const std::string &name, const Uuid &uuid, uint8_t scn);
68 int AddServiceClassId(const Uuid &uuid);
H A Dsocket_sdp_client.cpp25 int SocketSdpClient::StartDiscovery(const std::string &addr, const Uuid &uuid, void *context) in StartDiscovery() argument
36 uuid.ConvertToBytesLE(classid[0].uuid128); in StartDiscovery()
39 sdpUUid.uuid = &classid[0]; in StartDiscovery()
/third_party/mesa3d/src/mesa/main/
H A Dversion.h56 _mesa_get_driver_uuid(struct gl_context *ctx, GLint *uuid);
59 _mesa_get_device_uuid(struct gl_context *ctx, GLint *uuid);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp309 QString uuid; in enter_pin() local
313 uuid = ctx_item->data(peer_role_uuid).toString(); in enter_pin()
326 uuid.toLocal8Bit().constData(), in enter_pin()
808 QStandardItem * Peers::find_uuid(QString uuid) in find_uuid() argument
814 uuid); in find_uuid()
832 QString uuid = items[1]; in event_notify() local
1113 QString uuid = items[1]; in event_notify()
1125 QStandardItem *item = find_uuid(uuid); in event_notify()
1131 item->setData(uuid, peer_role_uuid); in event_notify()
1178 QString uuid in event_notify()
1257 QString uuid = items[2]; event_notify() local
1567 remove_enrollee_uuid(QString uuid) remove_enrollee_uuid() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp309 QString uuid; in enter_pin() local
313 uuid = ctx_item->data(peer_role_uuid).toString(); in enter_pin()
326 uuid.toLocal8Bit().constData(), in enter_pin()
810 QStandardItem * Peers::find_uuid(QString uuid) in find_uuid() argument
816 uuid); in find_uuid()
834 QString uuid = items[1]; in event_notify() local
1115 QString uuid = items[1]; in event_notify()
1127 QStandardItem *item = find_uuid(uuid); in event_notify()
1133 item->setData(uuid, peer_role_uuid); in event_notify()
1180 QString uuid in event_notify()
1259 QString uuid = items[2]; event_notify() local
1569 remove_enrollee_uuid(QString uuid) remove_enrollee_uuid() argument
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_detector.cpp24 TriggerDetector::TriggerDetector(int32_t uuid, std::shared_ptr<TriggerService> service, in TriggerDetector() argument
25 std::shared_ptr<IIntellVoiceTriggerDetectorCallback> callback) : uuid_(uuid), service_(service) in TriggerDetector()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_proxy.h35 int RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::Uuid uuid,
37 int DeregisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::Uuid uuid,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.h43 * @param uuid Profile service uuid.
46 ProfileInfo(const std::string &name, uint32_t id, const std::string &uuid) : name_(name), id_(id), uuid_(uuid){}; in ProfileInfo()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dparcel_bt_uuid.cpp21 bool ParcelBtUuid::WriteToParcel(MessageParcel &parcel, bluetooth::Uuid &uuid) in WriteToParcel() argument
23 bluetooth::Uuid::UUID128Bit uuid128 = uuid.ConvertTo128Bits(); in WriteToParcel()
H A Dbluetooth_ble_scan_result.cpp131 uint32_t uuid; in ReadServiceUuidsFromParcel() local
132 if (parcel.ReadUint32(uuid)) { in ReadServiceUuidsFromParcel()
133 serviceUuids_.push_back(bluetooth::Uuid::ConvertFrom32Bits(uuid)); in ReadServiceUuidsFromParcel()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_descriptor.h69 * @param uuid Uuid of Gatt Descriptor.
74 GattDescriptor(const UUID uuid, const int permissions);
79 * @param uuid Uuid of Gatt Descriptor.
85 GattDescriptor(const UUID uuid, uint16_t handle, const int permissions);
118 * @brief The function to get uuid.
188 * @brief The uuid of descriptor.
H A Duuid.h20 * @brief Defines uuid for framework.
26 * @file uuid.h
28 * @brief framework uuid interface.
46 * @brief This class provides framework uuid.
52 //128 bits uuid length
170 * @param[in] uuid : UUID object.
171 * @return @c bool : If the object uuid is the same, return true, otherwise return false.
173 bool operator<(const UUID &uuid) const;
186 bool IsValidUuid(std::string uuid);
/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dbt_rfcom.h57 uint8 BtRfcomClientCreate(const BD_ADDR mac, const BT_UUID uuid);
77 uint8 BtRfcomServerCreate(const char *name, const BT_UUID uuid);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h26 std::string uuid; member
34 std::string ToNetworkId(const std::string &uuid) const;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_device_manager_adapter/src/
H A Drdb_device_manager_adapter.cpp53 int RdbDeviceManagerAdaptor::GetEncryptedUuidByNetworkId(const std::string &networkId, std::string &uuid) in GetEncryptedUuidByNetworkId() argument
55 int ret = DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(packageName_, networkId, uuid); in GetEncryptedUuidByNetworkId()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_info_by_network_rsp.h64 void SetUuid(const std::string &uuid) in SetUuid() argument
66 uuid_ = uuid; in SetUuid()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware_manager.h31 virtual int32_t SendOnLineEvent(const std::string &networkId, const std::string &uuid,
33 virtual int32_t SendOffLineEvent(const std::string &networkId, const std::string &uuid,
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/fuzztest/utils_fuzzer/
H A Dutils_fuzzer.cpp54 std::string uuid(reinterpret_cast<const char*>(data), size); in UtilsToolTest()
56 GetDeviceIdByUUID(uuid); in UtilsToolTest()
/third_party/gptfdisk/
H A Dguid.h29 #include <uuid/uuid.h>
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/
H A Dclient.js41 const uuid = err.location.split('/').pop() || '';
43 entry = await this.rekor.getEntry(uuid);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp123 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnNotifyMsgReportFromLpDeviceInner()
124 if (uuid == nullptr) { in OnNotifyMsgReportFromLpDeviceInner()
125 HILOGE("[OnNotifyMsgReportFromLpDeviceInner] read uuid failed"); in OnNotifyMsgReportFromLpDeviceInner()
128 bluetooth::Uuid btUuid = bluetooth::Uuid(*uuid); in OnNotifyMsgReportFromLpDeviceInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.h56 void DiscoverPrimaryServicesByServiceUuid(int reqId, uint16_t connectHandle, const Uuid &uuid) const;
62 int reqId, uint16_t connectHandle, uint16_t startHandle, uint16_t endHandle, const Uuid &uuid) const;
66 void ReadUsingCharacteristicByUuid(int reqId, uint16_t connectHandle, const Uuid &uuid) const;
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp132 const std::string &uuid) in NotifyMtpMounted()
134 LOGI("NotifyMtpMounted: id = %{public}s, path = %{public}s, desc = %{public}s, uuid = %{public}s", id.c_str(), in NotifyMtpMounted()
135 path.c_str(), desc.c_str(), GetAnonyString(uuid).c_str()); in NotifyMtpMounted()
140 storageManager_->NotifyMtpMounted(id, path, desc, uuid); in NotifyMtpMounted()
131 NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc, const std::string &uuid) NotifyMtpMounted() argument
/foundation/communication/dsoftbus/tools/device_info/
H A Dget_device_info.c38 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local
40 uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty()
43 printf("Uuid = %s\n", uuid); in PrintNodeProperty()

Completed in 12 milliseconds

1...<<11121314151617181920>>...61