Home
last modified time | relevance | path

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

12345678910

/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
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()
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()
Dtrigger_helper.cpp26 TriggerModelData::TriggerModelData(int32_t uuid) in TriggerModelData()
115 int32_t TriggerHelper::StartGenericRecognition(int32_t uuid, std::shared_ptr<GenericTriggerModel> m… in StartGenericRecognition()
144 int32_t uuid, shared_ptr<IIntellVoiceTriggerRecognitionCallback> callback) in StopGenericRecognition()
157 void TriggerHelper::UnloadGenericTriggerModel(int32_t uuid) in UnloadGenericTriggerModel()
288 shared_ptr<TriggerModelData> TriggerHelper::GetTriggerModelData(int32_t uuid) in GetTriggerModelData()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/versionmanager/
Dversion_manager.cpp60 int32_t VersionManager::AddDHVersion(const std::string &uuid, const DHVersion &dhVersion) in AddDHVersion()
68 int32_t VersionManager::RemoveDHVersion(const std::string &uuid) in RemoveDHVersion()
81 int32_t VersionManager::GetDHVersion(const std::string &uuid, DHVersion &dhVersion) in GetDHVersion()
95 int32_t VersionManager::GetCompVersion(const std::string &uuid, const DHType dhType, CompVersion &c… in GetCompVersion()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
Ddh_context.cpp52 void DHContext::AddOnlineDevice(const std::string &uuid, const std::string &networkId) in AddOnlineDevice()
63 void DHContext::RemoveOnlineDevice(const std::string &uuid) in RemoveOnlineDevice()
73 bool DHContext::IsDeviceOnline(const std::string &uuid) in IsDeviceOnline()
85 std::string DHContext::GetNetworkIdByUUID(const std::string &uuid) in GetNetworkIdByUUID()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
Dcomponent_manager.cpp171 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSource() local
191 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSource() local
207 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSink() local
227 std::string uuid = DHContext::GetInstance().GetDeviceInfo().uuid; in StartSink() local
331 int32_t ComponentManager::Enable(const std::string &networkId, const std::string &uuid, const std::… in Enable()
384 int32_t ComponentManager::Disable(const std::string &networkId, const std::string &uuid, const std:… in Disable()
417 DHType ComponentManager::GetDHType(const std::string &uuid, const std::string &dhId) const in GetDHType() argument
429 int32_t ComponentManager::GetEnableParam(const std::string &networkId, const std::string &uuid, in GetEnableParam()
455 int32_t ComponentManager::GetSinkVersionFromVerMgr(const std::string &uuid, const DHType dhType, in GetSinkVersionFromVerMgr()
471 int32_t ComponentManager::GetSinkVersionFromVerInfoMgr(const std::string &uuid, const DHType dhType, in GetSinkVersionFromVerInfoMgr()
[all …]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
Dcomponent_manager_test.cpp105 const EnableParam &parameters, std::shared_ptr<RegisterCallback> callback) { in Enable()
131 std::shared_ptr<UnregisterCallback> callback) { in Disable()
325 std::string uuid = ""; variable
408 std::string uuid = ""; variable
512 std::string uuid = "distribueted_111222333"; variable
653 std::string uuid; variable
669 std::string uuid; variable
688 std::string uuid; variable
704 std::string uuid; variable
721 std::string uuid; variable
[all …]
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/include/
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()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_service.cpp31 GattService::GattService(const UUID &uuid, const GattServiceType type) in GattService()
35 GattService::GattService(const UUID &uuid, uint16_t handle, uint16_t endHandle, const GattServiceTy… in GattService()
72 GattCharacteristic *GattService::GetCharacteristic(const UUID &uuid) in GetCharacteristic()
Dbluetooth_gatt_characteristic.cpp24 GattCharacteristic::GattCharacteristic(const UUID uuid, int permissions, int properties) in GattCharacteristic()
38 GattCharacteristic::GattCharacteristic(const UUID uuid, uint16_t handle, const int permissions, con… in GattCharacteristic()
121 GattDescriptor *GattCharacteristic::GetDescriptor(const UUID &uuid) in GetDescriptor()
Dbluetooth_gatt_descriptor.cpp26 GattDescriptor::GattDescriptor(const UUID uuid, const int permissions) in GattDescriptor()
30 GattDescriptor::GattDescriptor(const UUID uuid, uint16_t handle, const int permissions) in GattDescriptor()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
Dbluetooth_hfp_hf_call.cpp53 BluetoothUuid uuid = BluetoothUuid(uuid_); in WriteToParcel() local
85 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel() local
Dbluetooth_gatt_descriptor_parcel.cpp40 BluetoothUuid uuid(uuid_); in Marshalling() local
90 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
Ddtbschedmgr_device_info_storage.cpp143 std::string uuid = DnetworkAdapter::GetInstance()->GetUuidByNetworkId(networkId); in RegisterUuidNetworkIdMap() local
156 std::string uuid = DnetworkAdapter::GetInstance()->GetUuidByNetworkId(networkId); in UnregisterUuidNetworkIdMap() local
247 std::string uuid = DnetworkAdapter::GetInstance()->GetUuidByNetworkId(networkId); in GetUuidByNetworkId() local
251 std::string DtbschedmgrDeviceInfoStorage::GetNetworkIdByUuid(const std::string& uuid) in GetNetworkIdByUuid()
280 std::string uuid = GetUuidByNetworkId(networkId); in DeviceOnlineNotify() local
308 std::string uuid = GetUuidByNetworkId(networkId); in DeviceOfflineNotify() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
Ddev_manager.cpp47 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOnline() local
55 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOffline() local
63 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceChanged() local
141 std::string uuid = ""; in GetUuidByNodeId() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
Ddistributed_hardware_manager_factory.cpp100 const auto uuid = GetUUIDBySoftBus(networkId); in CheckExitSAOrNot() local
113 …butedHardwareManagerFactory::SendOnLineEvent(const std::string &networkId, const std::string &uuid, in SendOnLineEvent()
145 …utedHardwareManagerFactory::SendOffLineEvent(const std::string &networkId, const std::string &uuid, in SendOffLineEvent()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
Dwifi_p2p_upnp_service_info_test.cpp37 std::string uuid; in WarpCreate() local
46 std::string uuid; in WarpCreateSupQuery() local
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
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()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
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()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
Ddistributed_data_storage.cpp239 string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in Insert() local
258 bool DistributedDataStorage::InsertInnerLocked(const string& uuid, int32_t missionId, in InsertInnerLocked()
290 string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in Delete() local
309 bool DistributedDataStorage::DeleteInnerLocked(const string& uuid, int32_t missionId) in DeleteInnerLocked()
374 string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in Query() local
393 bool DistributedDataStorage::QueryInnerLocked(const string& uuid, int32_t missionId, Value& value) … in QueryInnerLocked() argument
412 void DistributedDataStorage::GenerateKey(const string& uuid, int32_t missionId, Key& key) in GenerateKey()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
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()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
Di_bluetooth_socket.h29 bluetooth::Uuid uuid; member
36 bluetooth::Uuid uuid; member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
Dsoftbus_adapter_ble_gatt_server.c71 BtUuid uuid = { in SoftBusGattsAddService() local
90 BtUuid uuid = { in SoftBusGattsAddCharacteristic() local
108 BtUuid uuid = { in SoftBusGattsAddDescriptor() local
256 NO_SANITIZE("cfi") static void BleServiceAddCallback(int status, int serverId, BtUuid *uuid, int sr… in BleServiceAddCallback()
275 NO_SANITIZE("cfi") static void BleCharacteristicAddCallback(int status, int serverId, BtUuid *uuid,… in BleCharacteristicAddCallback()
287 NO_SANITIZE("cfi") static void BleDescriptorAddCallback(int status, int serverId, BtUuid *uuid, in BleDescriptorAddCallback()
412 BtUuid uuid; in SoftBusRegisterGattsCallbacks() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/
Daccess_manager.cpp138 auto uuid = GetUUIDBySoftBus(networkId); in OnDeviceOffline() local
165 auto uuid = GetUUIDBySoftBus(networkId); in OnDeviceReady() local
192 const auto uuid = GetUUIDBySoftBus(networkId); in SendTrustedDeviceOnline() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
Ddevice_manager_adapter_test.cpp207 auto uuid = DeviceManagerAdapter::GetInstance().GetUuidByNetworkId(EMPTY_DEVICE_ID); variable
223 auto uuid = DeviceManagerAdapter::GetInstance().GetUuidByNetworkId(dvInfo.networkId); variable
265 auto uuid = DeviceManagerAdapter::GetInstance().ToUUID(EMPTY_DEVICE_ID); variable
307 for (const auto &uuid : uuids) { variable

12345678910