Home
last modified time | relevance | path

Searched defs:uuid (Results 26 – 50 of 440) sorted by relevance

12345678910>>...18

/aosp14/frameworks/base/core/java/android/os/
H A DParcelUuid.java39 public ParcelUuid(UUID uuid) { in ParcelUuid()
54 public static ParcelUuid fromString(String uuid) { in fromString()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_upnp_service_info_test.cpp37 std::string uuid; in WarpCreate() local
46 std::string uuid; in WarpCreateSupQuery() local
/aosp14/frameworks/base/media/java/android/media/
H A DMediaDrm.java183 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { in isCryptoSchemeSupported()
196 public static final boolean isCryptoSchemeSupported( in isCryptoSchemeSupported()
213 public static final boolean isCryptoSchemeSupported( in isCryptoSchemeSupported()
229 private static final byte[] getByteArrayFromUUID(@NonNull UUID uuid) { in getByteArrayFromUUID()
264 private static final native boolean isCryptoSchemeSupportedNative( in isCryptoSchemeSupportedNative()
288 public MediaDrm(@NonNull UUID uuid) throws UnsupportedSchemeException { in MediaDrm()
H A DDrmInitData.java80 @NonNull public final UUID uuid; field in DrmInitData.SchemeInitData
97 public SchemeInitData(@NonNull UUID uuid, @NonNull String mimeType, @NonNull byte[] data) { in SchemeInitData()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java239 static CreateAppDataArgs buildCreateAppDataArgs(String uuid, String packageName, in buildCreateAppDataArgs()
264 static ReconcileSdkDataArgs buildReconcileSdkDataArgs(String uuid, String packageName, in buildReconcileSdkDataArgs()
426 public void migrateAppData(String uuid, String packageName, int userId, int flags) in migrateAppData()
436 public void clearAppData(String uuid, String packageName, int userId, int flags, in clearAppData()
446 public void destroyAppData(String uuid, String packageName, int userId, int flags, in destroyAppData()
456 public void fixupAppData(String uuid, int flags) throws InstallerException { in fixupAppData()
469 public void cleanupInvalidPackageDirs(String uuid, int userId, int flags) in cleanupInvalidPackageDirs()
530 public long[] getExternalSize(String uuid, int userId, int flags, int[] appIds) in getExternalSize()
567 public CrateMetadata[] getUserCrates(String uuid, @UserIdInt int userId) in getUserCrates()
577 public void setAppQuota(String uuid, int userId, int appId, long cacheQuota) in setAppQuota()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_descriptor_parcel.cpp43 BluetoothUuid uuid(uuid_); in Marshalling() local
93 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel() local
H A Dbluetooth_gatt_service_parcel.cpp42 BluetoothUuid uuid(uuid_); in Marshalling() local
98 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_upnp_service_info.cpp23 WifiP2pUpnpServiceInfo WifiP2pUpnpServiceInfo::Create(const std::string &uuid, const std::string &d… in Create()
41 const std::string &uuid, const std::string &data, const std::string &svrName) in BuildWpaQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp89 std::string DevManager::ToNetworkId(const std::string &uuid) in ToNetworkId()
140 std::string uuid; in GetUnEncryptedUuid() local
166 std::string uuid; in GetLocalDevice() local
194 std::string uuid; in GetRemoteDevices() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp28 GattCharacteristic::GattCharacteristic(const UUID uuid, int permissions, int properties) in GattCharacteristic()
42 GattCharacteristic::GattCharacteristic(const UUID uuid, uint16_t handle, const int permissions, con… in GattCharacteristic()
125 GattDescriptor *GattCharacteristic::GetDescriptor(const UUID &uuid) in GetDescriptor()
H A Dbluetooth_gatt_descriptor.cpp30 GattDescriptor::GattDescriptor(const UUID uuid, const int permissions) in GattDescriptor()
34 GattDescriptor::GattDescriptor(const UUID uuid, uint16_t handle, const int permissions) in GattDescriptor()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.cpp60 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid()
84 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice()
88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_manager_factory.cpp135 const auto uuid = GetUUIDByDm(networkId); in CheckExitSAOrNot() local
152 …butedHardwareManagerFactory::SendOnLineEvent(const std::string &networkId, const std::string &uuid, in SendOnLineEvent()
193 …utedHardwareManagerFactory::SendOffLineEvent(const std::string &networkId, const std::string &uuid, in SendOffLineEvent()
/aosp14/frameworks/base/media/java/android/media/audiofx/
H A DSourceDefaultEffect.java64 public SourceDefaultEffect(UUID type, UUID uuid, int priority, int source) { in SourceDefaultEffect()
111 String uuid, in native_setup()
H A DStreamDefaultEffect.java63 public StreamDefaultEffect(UUID type, UUID uuid, int priority, int streamUsage) { in StreamDefaultEffect()
110 String uuid, in native_setup()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp22 int SocketSdpServer::RegisterSdpService(const std::string &name, const Uuid &uuid, uint8_t scn) in RegisterSdpService()
87 int SocketSdpServer::AddServiceClassId(const Uuid &uuid) in AddServiceClassId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp150 char uuid[SESSIONKEYSIZE] = {0}; variable
196 char uuid[SESSIONKEYSIZE] = {0}; variable
215 char uuid[SESSIONKEYSIZE] = {0}; variable
236 char uuid[SESSIONKEYSIZE] = {0}; variable
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp120 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid) in GetUUID()
149 UUID uuid; in GetStringUUID() local
159 std::string GetFormatUUID(const UUID &uuid) in GetFormatUUID()
180 UUID uuid; in GetBinaryUUID() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp68 …thSocketServer::RegisterClientObserver(const BluetoothRawAddress &addr, const bluetooth::Uuid uuid, in RegisterClientObserver()
74 …SocketServer::DeregisterClientObserver(const BluetoothRawAddress &addr, const bluetooth::Uuid uuid, in DeregisterClientObserver()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/utilstool/
H A Dutils_tool_test.cpp115 std::string uuid(UUID_LENGTH, '1'); variable
131 std::string uuid = "bb536a637105409e904d4da78290ab1"; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/
H A Daccess_manager.cpp132 std::string uuid = DHContext::GetInstance().GetUUIDByNetworkId(networkId); in OnDeviceOffline() local
158 auto uuid = GetUUIDByDm(networkId); in OnDeviceReady() local
189 const auto uuid = GetUUIDByDm(networkId); in CheckTrustedDeviceOnline() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h31 bluetooth::Uuid uuid; member
39 bluetooth::Uuid uuid; member
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_system_factory_service.cpp50 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string &uuid, const std:… in IsMediaKeySystemSupported()
89 …_t MediaKeySystemFactoryService::GetMediaKeySystemDescription(std::string &name, std::string &uuid) in GetMediaKeySystemDescription()
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger/
H A DSoundTriggerEventTest.java68 final var uuid = new UUID(5, -7); in sessionEventUUIDNoError_getStringContainsUUID() local
78 final var uuid = new UUID(5, -7); in sessionEventUUIDError_getStringContainsUUIDAndError() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c48 uint16_t SdpAddAttributeForUuid(uint8_t *buffer, uint16_t offset, const BtUuid *uuid) in SdpAddAttributeForUuid()
135 uint16_t SdpGetUuid(uint8_t *buffer, BtUuid *uuid) in SdpGetUuid()

12345678910>>...18