/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/include/ |
H A D | mock_online_task.h | 29 MockOnLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid,
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/ |
H A D | offline_task.h | 28 OffLineTask(const std::string &networkId, const std::string &uuid, const std::string &udid,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_sdp_client.h | 47 * @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 D | Makefile | 15 uuid.o \
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | engine_base.h | 30 virtual void OnDetected(int32_t uuid) {}; in OnDetected() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | disk_utils.h | 32 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 D | mediakeysystemndk_fuzzer.h | 48 std::string uuid; member in OHOS::DrmStandard::MediaKeySystemNdkFuzzer
|
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_hichain_adapter.h | 46 bool CheckDeviceInGroupByType(const char *udid, const char *uuid, HichainGroup groupType);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_manager_client.h | 38 const std::string &uuid);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/mtp/ |
H A D | mtp_device_manager.h | 33 std::string uuid; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | Makefile | 25 uuid.o \
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 244 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 D | drmservice_fuzzer.cpp | 60 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 D | bluetooth_remote_device_observer_proxy.cpp | 91 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 D | lnn_service_mock.cpp | 136 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 D | installer_impl.cpp | 70 { 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 D | UTTest_dm_pin_holder.h | 183 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 D | ac_gpu_info.h | 244 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 D | p_screen.h | 532 * 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 D | method_dump.sh | 138 uuid=$(uuidgen) 139 device_name="method_dump_device_$uuid"
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | _parameterized.py | 155 import uuid namespace 167 _SEPARATOR = uuid.uuid1().hex
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 159 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 D | wps_i.h | 159 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 D | bundle_util.cpp | 922 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 D | lnn_heartbeat_ctrl.c | 996 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...] |