/aosp14/system/core/trusty/coverage/include/trusty/coverage/ |
H A D | uuid.h | 21 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 D | SoundTriggerDetectionService.java | 92 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 D | ISoundTriggerDetectionService.aidl | 30 …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 D | MediaCrypto.java | 38 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 D | StorageStatsManager.java | 82 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 D | trigger_service.cpp | 61 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 D | trigger_manager.cpp | 61 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 D | component_manager_test.cpp | 168 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 D | version_manager.cpp | 62 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 D | mock_idistributed_hardware_source.h | 35 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 D | dev_manager.cpp | 48 … 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 D | daudio_ipc_common.h | 35 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 D | component_manager.cpp | 302 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 D | lnn_ptk_info_virtual.c | 31 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 D | TelephonyLocalConnection.java | 29 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 D | mock_component_enable.h | 34 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m, 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 D | mock_component_enable.h | 34 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m, 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 D | mock_component_enable.h | 30 int32_t Enable(const std::string &uuid, const std::string &dhId, const EnableParam ¶m, 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 D | mediakeysystemfactory_service_proxy.cpp | 51 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 D | bluetooth_gatt_service.cpp | 34 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 D | bluetooth_hfp_hf_call.cpp | 53 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 D | dtbschedmgr_device_info_storage.cpp | 152 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 D | auth_interface_virtual.c | 54 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 D | bt_uuid.cpp | 100 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 D | secfile_load_agent.h | 36 TEEC_UUID uuid; member 39 TEEC_UUID uuid; member 43 TEEC_UUID uuid; member
|