Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/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/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/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/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/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/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()
/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/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
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
/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()
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()
/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/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/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
/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
/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/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/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/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()

12345678910>>...16