Home
last modified time | relevance | path

Searched refs:uuid (Results 426 - 450 of 814) sorted by relevance

1...<<11121314151617181920>>...33

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/include/
H A Dmock_online_task.h29 MockOnLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid,
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Doffline_task.h28 OffLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.h47 * @param uuid The uuid is used to search server channel number.
51 static int StartDiscovery(const std::string &addr, const Uuid &uuid, void *context);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A DMakefile15 uuid.o \
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_base.h30 virtual void OnDetected(int32_t uuid) {}; in OnDetected() argument
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Ddisk_utils.h32 int32_t ReadMetadata(const std::string &path, std::string &uuid, std::string &type, std::string &label);
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A Dmediakeysystemndk_fuzzer.h48 std::string uuid; member in OHOS::DrmStandard::MediaKeySystemNdkFuzzer
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h46 bool CheckDeviceInGroupByType(const char *udid, const char *uuid, HichainGroup groupType);
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_manager_client.h38 const std::string &uuid);
/foundation/filemanagement/storage_service/services/storage_daemon/include/mtp/
H A Dmtp_device_manager.h33 std::string uuid; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A DMakefile25 uuid.o \
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp244 for (auto& uuid : uuids) { in ConvertUuidsVectorToJS()
246 napi_create_string_utf8(env, uuid.c_str(), NAPI_AUTO_LENGTH, &uuidValue); in ConvertUuidsVectorToJS()
647 std::string uuid {}; in ParseUuidParams()
648 NAPI_BT_CALL_RETURN(ParseStringParams(env, object, name, exist, uuid)); in ParseUuidParams()
650 if (!IsValidUuid(uuid)) { in ParseUuidParams()
654 outUuid = ParcelUuid::FromString(uuid); in ParseUuidParams()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H A Ddrmservice_fuzzer.cpp60 std::string uuid(reinterpret_cast<const char *>(rawData), size); in DrmserviceIsMediaKeySystemSupportedV1Test()
61 data.WriteString(uuid); in DrmserviceIsMediaKeySystemSupportedV1Test()
78 std::string uuid(reinterpret_cast<const char *>(rawData), size); in DrmserviceIsMediaKeySystemSupportedV2Test()
80 data.WriteString(uuid); in DrmserviceIsMediaKeySystemSupportedV2Test()
98 std::string uuid(reinterpret_cast<const char *>(rawData), size); in DrmserviceIsMediaKeySystemSupportedV3Test()
100 data.WriteString(uuid); in DrmserviceIsMediaKeySystemSupportedV3Test()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp91 for (auto uuid : uuids) { in OnRemoteUuidChanged()
92 BluetoothUuid btUuid = BluetoothUuid(uuid); in OnRemoteUuidChanged()
94 HILOGE("[OnRemoteUuidChanged] faild: write uuid error"); in OnRemoteUuidChanged()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp136 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() argument
138 return GetServiceInterface()->AuthGetDeviceUuid(authId, uuid, size); in AuthGetDeviceUuid()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp70 { DeviceManagerAdapter::GetInstance().GetLocalDevice().uuid, std::to_string(userId), "default", bundleName }); in OnUninstall()
99 { DeviceManagerAdapter::GetInstance().GetLocalDevice().uuid, std::to_string(userId), "default", bundleName }); in OnUpdate()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.h183 void OnDeviceTrustChange(const std::string &udid, const std::string &uuid, DmAuthForm authForm) override
186 (void)uuid; variable
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.h244 void ac_compute_driver_uuid(char *uuid, size_t size);
246 void ac_compute_device_uuid(struct radeon_info *info, char *uuid, size_t size);
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h532 * Fill @uuid with a unique driver identifier
534 * \param uuid pointer to a memory region of PIPE_UUID_SIZE bytes
536 void (*get_driver_uuid)(struct pipe_screen *screen, char *uuid);
539 * Fill @uuid with a unique device identifier
541 * \param uuid pointer to a memory region of PIPE_UUID_SIZE bytes
543 void (*get_device_uuid)(struct pipe_screen *screen, char *uuid);
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh138 uuid=$(uuidgen)
139 device_name="method_dump_device_$uuid"
/third_party/protobuf/python/google/protobuf/internal/
H A D_parameterized.py155 import uuid namespace
167 _SEPARATOR = uuid.uuid1().hex
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_i.h159 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
210 struct wps_device_data *dev, const u8 *uuid);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_i.h159 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
210 struct wps_device_data *dev, const u8 *uuid);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp922 std::string uuid = timeStr + deviceStr; in GenerateUuid() local
923 RecursiveHash(uuid); in GenerateUuid()
926 uuid.insert(index, 1, UUID_SEPARATOR); in GenerateUuid()
928 return uuid; in GenerateUuid()
946 std::string uuid = keyHash + deviceStr; in GenerateUuidByKey() local
947 RecursiveHash(uuid); in GenerateUuidByKey()
950 uuid.insert(index, 1, UUID_SEPARATOR); in GenerateUuidByKey()
952 return uuid; in GenerateUuidByKey()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c996 char uuid[UUID_BUF_LEN] = { 0 }; in LnnShiftLNNGear() local
998 int32_t ret = LnnConvertDlId(targetNetworkId, CATEGORY_NETWORK_ID, CATEGORY_UUID, uuid, UUID_BUF_LEN); in LnnShiftLNNGear()
1000 LNN_LOGE(LNN_HEART_BEAT, "targetNetworkId convert uuid fail"); in LnnShiftLNNGear()
1005 if (AuthSendKeepaliveOption(uuid, mode->cycle) != SOFTBUS_OK) { in LnnShiftLNNGear()
1020 int32_t ret = AuthFlushDevice(uuid); in LnnShiftLNNGear()
1048 char uuid[UUID_BUF_LEN] = { 0 }; in LnnShiftLNNGearWithoutPkgName() local
1066 (void)LnnConvertDlId(info[i].networkId, CATEGORY_NETWORK_ID, CATEGORY_UUID, uuid, UUID_BUF_LEN); in LnnShiftLNNGearWithoutPkgName()
1067 if (AuthFlushDevice(uuid) != SOFTBUS_OK) { in LnnShiftLNNGearWithoutPkgName()
1069 Anonymize(uuid, &anonyUuid); in LnnShiftLNNGearWithoutPkgName()
1070 LNN_LOGE(LNN_HEART_BEAT, "tcp flush failed, wifi will offline, uuid in LnnShiftLNNGearWithoutPkgName()
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...33