Home
last modified time | relevance | path

Searched defs:uuid (Results 301 - 325 of 511) sorted by relevance

1...<<1112131415161718192021

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c1468 int dma_buf_get_uuid(struct dma_buf *dmabuf, uuid_t *uuid) in dma_buf_get_uuid() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.cpp244 void IntellVoiceServiceManager::CreateDetector(int32_t uuid) in CreateDetector() argument
278 StartDetection(int32_t uuid) StartDetection() argument
318 StopDetection(int32_t uuid) StopDetection() argument
328 OnDetected(int32_t uuid) OnDetected() argument
342 CreateAndStartServiceObject(int32_t uuid, bool needResetAdapter) CreateAndStartServiceObject() argument
401 ReleaseServiceObject(int32_t uuid) ReleaseServiceObject() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp285 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in DealGetBundleName() local
333 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in DelReduData() local
369 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); CheckSyncData() local
414 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); GetDistributedBundleInfo() local
860 DelDataOfLogoutDev(const std::string &udid, const std::string &uuid) DelDataOfLogoutDev() argument
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp46 TriggerModelData::TriggerModelData(int32_t uuid) in TriggerModelData() argument
151 int32_t TriggerHelper::StartGenericRecognition(int32_t uuid, std::shared_ptr<GenericTriggerModel> model, in StartGenericRecognition() argument
190 int32_t TriggerHelper::StopGenericRecognition(int32_t uuid, shared_ptr<IIntellVoiceTriggerRecognitionCallback> callback) in StopGenericRecognition() argument
208 void TriggerHelper::UnloadGenericTriggerModel(int32_t uuid) in UnloadGenericTriggerModel() argument
401 GetTriggerModelData(int32_t uuid) GetTriggerModelData() argument
412 CreateTriggerModelData(int32_t uuid) CreateTriggerModelData() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp719 std::optional<std::reference_wrapper<GattService>> GattClient::GetService(const UUID &uuid) in GetService() argument
H A Dbluetooth_gatt_server.cpp713 std::optional<std::reference_wrapper<GattService>> GattServer::GetService(const UUID &uuid, bool isPrimary) in GetService() argument
H A Dbluetooth_ble_advertiser.cpp554 void BleAdvertiserData::AddServiceData(const ParcelUuid &uuid, const std::string &serviceData) in AddServiceData() argument
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp781 int BluetoothBleCentralManagerServer::RemoveLpDeviceParam(const bluetooth::Uuid &uuid) in RemoveLpDeviceParam() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_def.h395 char *uuid; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp383 uint16_t uuid = (*it).ConvertTo16Bits(); in SetEirData() local
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms.cpp209 int32_t DistributedBms::GetUuidByNetworkId(const std::string &networkId, std::string &uuid) in GetUuidByNetworkId() argument
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp731 int32_t DrmHostManager::GetMediaKeySystemUuid(std::string &name, std::string &uuid) in GetMediaKeySystemUuid() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp354 uint8_t uuid[16]; // 16: uuid len in SetDrmInfo() local
[all...]
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/
H A Dnative_drm_common.h459 uint8_t uuid[DRM_UUID_LEN]; member
532 uint8_t uuid[DRM_UUID_LEN]; member
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp304 std::string uuid; in GetMediaKeySystemUuid() local
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h54 uint8_t uuid[DrmConstant::DRM_MAX_M3U8_DRM_UUID_LEN]; member
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp215 uuid_t uuid; in GenerateRequestId() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp164 uuid_t uuid; in GenerateRequestId() local
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp340 std::string uuid = SamgrUtil::TransformDeviceId(deviceId, UUID, false); in CheckRemtSystemAbilityInner() local
/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h40 BT_UUIDL uuid; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c113 char uuid[UUID_BUF_LEN] = { 0 }; in IsBleDirectlyOnlineFactorChange() local
555 unsigned char uuid[UUID_BUF_LEN] = {0}; in SoftbusDumpPrintUuid() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.cpp289 static int32_t GetLocalIpByUuid(const char *uuid, char *localIp, int32_t localIpSize) in GetLocalIpByUuid() argument
364 static int32_t GetRemoteUuidByIp(const char *remoteIp, char *uuid, int32_t uuidSize) in GetRemoteUuidByIp() argument
[all...]
/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
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c304 int32_t AuthGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetPreferConnInfo() argument
312 int32_t AuthGetConnInfoByType(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo, bool isMeta) in AuthGetConnInfoByType() argument
320 int32_t AuthGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetP2pConnInfo() argument
328 int32_t AuthGetHmlConnInfo(const char *uuid, AuthConnInf argument
337 AuthGetLatestIdByUuid(const char *uuid, AuthLinkType type, bool isMeta, AuthHandle *authHandle) AuthGetLatestIdByUuid() argument
358 AuthGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer, bool isMeta) AuthGetIdByUuid() argument
580 AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) AuthGetDeviceUuid() argument
621 AuthGetGroupType(const char *udid, const char *uuid) AuthGetGroupType() argument
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c102 static void BrConnectStatusCallback(const BdAddr *bdAddr, BtUuid uuid, int32_t status, int32_t result) in BrConnectStatusCallback() argument

Completed in 29 milliseconds

1...<<1112131415161718192021