Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/aosp14/system/core/trusty/coverage/include/trusty/coverage/
H A Duuid.h21 struct uuid { struct
29 * str_to_uuid() - Converts a C string into a uuid argument
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetectionService.java92 private void setClient(@NonNull UUID uuid, @Nullable Bundle params, in setClient()
102 private void removeClient(@NonNull UUID uuid, @Nullable Bundle params) { in removeClient()
121 public void onConnected(@NonNull UUID uuid, @Nullable Bundle params) { in onConnected()
138 public void onDisconnected(@NonNull UUID uuid, @Nullable Bundle params) { in onDisconnected()
167 public void onError(@NonNull UUID uuid, @Nullable Bundle params, int opId, int status) { in onError()
187 public final void operationFinished(@Nullable UUID uuid, int opId) { in operationFinished()
220 UUID uuid = puuid.getUuid(); in onBind() local
232 UUID uuid = puuid.getUuid(); in onBind() local
246 UUID uuid = puuid.getUuid(); in onBind() local
260 UUID uuid = puuid.getUuid(); in onBind() local
[all …]
H A DISoundTriggerDetectionService.aidl30 …void setClient(in ParcelUuid uuid, in Bundle params, in ISoundTriggerDetectionServiceClient client… in setClient()
31 void removeClient(in ParcelUuid uuid); in removeClient()
32 …void onGenericRecognitionEvent(in ParcelUuid uuid, int opId, in SoundTrigger.GenericRecognitionEve… in onGenericRecognitionEvent()
33 void onError(in ParcelUuid uuid, int opId, int status); in onError()
34 void onStopOperation(in ParcelUuid uuid, int opId); in onStopOperation()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCrypto.java38 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { in isCryptoSchemeSupported()
43 private static final byte[] getByteArrayFromUUID(@NonNull UUID uuid) { in getByteArrayFromUUID()
56 private static final native boolean isCryptoSchemeSupportedNative(@NonNull byte[] uuid); in isCryptoSchemeSupportedNative()
66 public MediaCrypto(@NonNull UUID uuid, @NonNull byte[] sessionId) throws MediaCryptoException { in MediaCrypto()
102 private native final void native_setup(@NonNull byte[] uuid, @NonNull byte[] initData) in native_setup()
/aosp14/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported()
125 public long getTotalBytes(String uuid) throws IOException { in getTotalBytes()
157 public long getFreeBytes(String uuid) throws IOException { in getFreeBytes()
175 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes()
226 public StorageStats queryStatsForPackage(String uuid, String packageName, in queryStatsForPackage()
267 public StorageStats queryStatsForUid(String uuid, int uid) throws IOException { in queryStatsForUid()
305 public StorageStats queryStatsForUser(String uuid, UserHandle user) throws IOException { in queryStatsForUser()
342 public ExternalStorageStats queryExternalStatsForUser(String uuid, UserHandle user) in queryExternalStatsForUser()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_service.cpp61 void TriggerService::DeleteGenericTriggerModel(int32_t uuid) in DeleteGenericTriggerModel()
71 std::shared_ptr<GenericTriggerModel> TriggerService::GetGenericTriggerModel(int32_t uuid) in GetGenericTriggerModel()
90 int32_t uuid, std::shared_ptr<IIntellVoiceTriggerRecognitionCallback> callback) in StartRecognition()
106 int32_t TriggerService::StopRecognition(int32_t uuid, std::shared_ptr<IIntellVoiceTriggerRecognitio… in StopRecognition()
115 void TriggerService::UnloadTriggerModel(int32_t uuid) in UnloadTriggerModel()
H A Dtrigger_manager.cpp61 void TriggerManager::DeleteModel(int32_t uuid) in DeleteModel()
70 std::shared_ptr<GenericTriggerModel> TriggerManager::GetModel(int32_t uuid) in GetModel()
80 int32_t uuid, std::shared_ptr<IIntellVoiceTriggerDetectorCallback> callback) in CreateTriggerDetector()
93 void TriggerManager::ReleaseTriggerDetector(int32_t uuid) in ReleaseTriggerDetector()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp168 std::string uuid = ""; variable
416 std::string uuid; variable
432 std::string uuid; variable
451 std::string uuid; variable
467 std::string uuid; variable
484 std::string uuid; variable
513 std::string uuid; variable
544 std::string uuid; variable
594 std::string uuid; variable
625 std::string uuid; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/versionmanager/
H A Dversion_manager.cpp62 int32_t VersionManager::AddDHVersion(const std::string &uuid, const DHVersion &dhVersion) in AddDHVersion()
73 int32_t VersionManager::RemoveDHVersion(const std::string &uuid) in RemoveDHVersion()
89 int32_t VersionManager::GetDHVersion(const std::string &uuid, DHVersion &dhVersion) in GetDHVersion()
106 int32_t VersionManager::GetCompVersion(const std::string &uuid, const DHType dhType, CompVersion &c… in GetCompVersion()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_source.h35 int32_t RegisterDistributedHardware(const std::string &uuid, const std::string &dhId, in RegisterDistributedHardware()
40 int32_t UnregisterDistributedHardware(const std::string &uuid, const std::string &dhId, in UnregisterDistributedHardware()
45 …int32_t ConfigDistributedHardware(const std::string &uuid, const std::string &dhId, const std::str… in ConfigDistributedHardware()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp48 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOnline() local
56 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOffline() local
64 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceChanged() local
142 std::string uuid = ""; in GetUuidByNodeId() local
165 std::string uuid; in GetLocalDevice() local
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/include/
H A Ddaudio_ipc_common.h35 int32_t OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnRegisterResult()
47 int32_t OnUnregisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnUnregisterResult()
59 void OnStateChanged(const std::string &uuid, const std::string &dhId, const BusinessState state) in OnStateChanged()
70 void OnDataSyncTrigger(const std::string &uuid) in OnDataSyncTrigger()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp302 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSource() local
333 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSource() local
351 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSink() local
390 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSink() local
646 DHType ComponentManager::GetDHType(const std::string &uuid, const std::string &dhId) const in GetDHType() argument
658 int32_t ComponentManager::GetEnableCapParam(const std::string &networkId, const std::string &uuid, in GetEnableCapParam()
742 int32_t ComponentManager::GetCapParam(const std::string &uuid, const std::string &dhId, in GetCapParam()
766 int32_t ComponentManager::GetMetaParam(const std::string &uuid, const std::string &dhId, in GetMetaParam()
782 int32_t ComponentManager::GetEnableParam(const std::string &networkId, const std::string &uuid, in GetEnableParam()
811 int32_t ComponentManager::GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, in GetVersionFromVerMgr()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_ptk_info_virtual.c31 int32_t LnnGenerateLocalPtk(char *udid, char *uuid) in LnnGenerateLocalPtk()
52 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid()
60 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid()
68 int32_t LnnGetRemoteDefaultPtkByUuid(const char *uuid, char *remotePtk, uint32_t len) in LnnGetRemoteDefaultPtkByUuid()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyLocalConnection.java29 String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid); in getCallComposerServerUrlForHandle()
33 public static String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid) { in getCallComposerServerUrlForHandle()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/include/
H A Dmock_component_enable.h34 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam &param, in Enable()
40 int32_t OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnRegisterResult()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/
H A Dmock_component_enable.h34 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam &param, in Enable()
40 int32_t OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnRegisterResult()
/ohos5.0/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()
36 int32_t OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnRegisterResult()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmediakeysystemfactory_service_proxy.cpp51 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, bool *isSur… in IsMediaKeySystemSupported()
84 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, std::string… in IsMediaKeySystemSupported()
122 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, std::string… in IsMediaKeySystemSupported()
186 std::string uuid = reply.ReadString(); in GetMediaKeySystems() local
192 …32_t MediaKeySystemFactoryServiceProxy::GetMediaKeySystemUuid(std::string &name, std::string &uuid) in GetMediaKeySystemUuid()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_service.cpp34 GattService::GattService(const UUID &uuid, const GattServiceType type) in GattService()
38 GattService::GattService(const UUID &uuid, uint16_t handle, uint16_t endHandle, const GattServiceTy… in GattService()
75 GattCharacteristic *GattService::GetCharacteristic(const UUID &uuid) in GetCharacteristic()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_hfp_hf_call.cpp53 BluetoothUuid uuid = BluetoothUuid(uuid_); in WriteToParcel() local
86 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp152 std::string uuid = DnetworkAdapter::GetInstance()->GetUuidByNetworkId(networkId); in RegisterUuidNetworkIdMap() local
165 std::string uuid = DnetworkAdapter::GetInstance()->GetUuidByNetworkId(networkId); in UnregisterUuidNetworkIdMap() local
242 bool DtbschedmgrDeviceInfoStorage::GetLocalUuid(std::string& uuid) in GetLocalUuid()
313 std::string uuid = DnetworkAdapter::GetInstance()->GetUuidByNetworkId(networkId); in GetUuidByNetworkId() local
327 std::string DtbschedmgrDeviceInfoStorage::GetNetworkIdByUuid(const std::string& uuid) in GetNetworkIdByUuid()
357 std::string uuid = GetUuidByNetworkId(networkId); in DeviceOnlineNotify() local
383 std::string uuid = GetUuidByNetworkId(networkId); in DeviceOfflineNotify() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c54 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice()
118 int32_t AuthGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetPreferConnInfo()
126 int32_t AuthGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetP2pConnInfo()
134 int32_t AuthGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetHmlConnInfo()
142 void AuthGetLatestIdByUuid(const char *uuid, AuthLinkType type, bool isMeta, AuthHandle *authHandle) in AuthGetLatestIdByUuid()
159 int64_t AuthGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer, bool isMeta) in AuthGetIdByUuid()
219 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.cpp100 Uuid Uuid::ConvertFrom16Bits(uint16_t uuid) in ConvertFrom16Bits()
108 Uuid Uuid::ConvertFrom32Bits(uint32_t uuid) in ConvertFrom32Bits()
122 Uuid Uuid::ConvertFromBytesLE(const uint8_t *uuid, const size_t size) in ConvertFromBytesLE()
152 Uuid Uuid::ConvertFrom128Bits(const UUID128Bit &uuid) in ConvertFrom128Bits()
/ohos5.0/base/tee/tee_client/services/teecd/include/
H A Dsecfile_load_agent.h36 TEEC_UUID uuid; member
39 TEEC_UUID uuid; member
43 TEEC_UUID uuid; member

12345678910>>...18