Home
last modified time | relevance | path

Searched refs:GetUuid (Results 1 - 25 of 45) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp34 napi_create_string_utf8(env, service.GetUuid().ToString().c_str(), NAPI_AUTO_LENGTH, &serviceUuid); in ConvertGattServiceToJS()
40 HILOGI("uuid: %{public}s, isPrimary: %{public}d", service.GetUuid().ToString().c_str(), service.IsPrimary()); in ConvertGattServiceToJS()
128 HILOGI("uuid: %{public}s", characteristic.GetUuid().ToString().c_str()); in ConvertBLECharacteristicToJS()
129 napi_create_string_utf8(env, characteristic.GetUuid().ToString().c_str(), NAPI_AUTO_LENGTH, &characteristicUuid); in ConvertBLECharacteristicToJS()
134 napi_create_string_utf8(env, characteristic.GetService()->GetUuid().ToString().c_str(), NAPI_AUTO_LENGTH, in ConvertBLECharacteristicToJS()
181 HILOGI("uuid: %{public}s", descriptor.GetUuid().ToString().c_str()); in ConvertBLEDescriptorToJS()
184 napi_create_string_utf8(env, descriptor.GetUuid().ToString().c_str(), NAPI_AUTO_LENGTH, &descriptorUuid); in ConvertBLEDescriptorToJS()
189 napi_create_string_utf8(env, descriptor.GetCharacteristic()->GetUuid().ToString().c_str(), NAPI_AUTO_LENGTH, in ConvertBLEDescriptorToJS()
195 napi_create_string_utf8(env, descriptor.GetCharacteristic()->GetService()->GetUuid().ToString().c_str(), in ConvertBLEDescriptorToJS()
229 napi_create_string_utf8(env, characteristic.GetUuid() in ConvertCharacteristicReadReqToJS()
[all...]
H A Dnapi_bluetooth_gatt_client_callback.cpp41 HILOGI("UUID: %{public}s, ret: %{public}d", characteristic.GetUuid().ToString().c_str(), ret); in OnCharacteristicReadResult()
48 HILOGI("UUID: %{public}s, ret: %{public}d", descriptor.GetUuid().ToString().c_str(), ret); in OnDescriptorReadResult()
75 HILOGI("UUID: %{public}s, ret: %{public}d", characteristic.GetUuid().ToString().c_str(), ret); in OnCharacteristicWriteResult()
84 HILOGI("UUID: %{public}s, ret: %{public}d", descriptor.GetUuid().ToString().c_str(), ret); in OnDescriptorWriteResult()
93 HILOGI("UUID: %{public}s, status: %{public}d", characteristic.GetUuid().ToString().c_str(), status); in OnSetNotifyCharacteristic()
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp134 static const char *GetUuid() in GetUuid() function
147 if (strcmp(GetUuid(), "com.wiseplay.drm") == 0) { in SetUp()
152 errNo = OH_MediaKeySystem_Create(GetUuid(), &mediaKeySystem); in SetUp()
285 supported = OH_MediaKeySystem_IsSupported(GetUuid()); in HWTEST_F()
300 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), "video/mp4"); in HWTEST_F()
315 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "video/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F()
355 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), "ideo/mp4"); in HWTEST_F()
357 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), ""); in HWTEST_F()
359 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), nullptr); in HWTEST_F()
380 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "ide in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp178 string srvUuid = characteristic.GetService()->GetUuid().ToString();
179 string charcUuid = characteristic.GetUuid().ToString();
205 string srvUuid = characteristic.GetService()->GetUuid().ToString();
206 string charcUuid = characteristic.GetUuid().ToString();
229 string srvUuid = descriptor.GetCharacteristic()->GetService()->GetUuid().ToString();
230 string charcUuid = descriptor.GetCharacteristic()->GetUuid().ToString();
231 string descUuid = descriptor.GetUuid().ToString();
259 string srvUuid = descriptor.GetCharacteristic()->GetService()->GetUuid().ToString();
260 string charcUuid = descriptor.GetCharacteristic()->GetUuid().ToString();
261 string descUuid = descriptor.GetUuid()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_service.cpp75 if (characteristic.GetUuid().Equals(uuid)) { in GetCharacteristic()
102 const UUID &GattService::GetUuid() const in GetUuid() function in OHOS::Bluetooth::GattService
H A Dbluetooth_gatt_characteristic.cpp124 if (desc.GetUuid().Equals(uuid)) { in GetDescriptor()
156 const UUID &GattCharacteristic::GetUuid() const in GetUuid() function in OHOS::Bluetooth::GattCharacteristic
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndkfactory_fuzzer/
H A Dmediakeysystemndkfactory_fuzzer.h36 void GetUuid();
H A Dmediakeysystemndkfactory_fuzzer.cpp37 void MediaKeySystemFactoryNdkFuzzer::GetUuid() in GetUuid() function in OHOS::DrmStandard::MediaKeySystemFactoryNdkFuzzer
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_generate_encrypted_uuid_req.h27 const std::string GetUuid() const in GetUuid() function in OHOS::DistributedHardware::IpcGenerateEncryptedUuidReq
H A Dipc_notify_devicetrustchange_req.h41 const std::string &GetUuid() const in GetUuid() function in OHOS::DistributedHardware::IpcNotifyDevTrustChangeReq
H A Dipc_get_info_by_network_rsp.h50 * @tc.name: IpcGetInfoByNetWorkRsp::GetUuid
54 const std::string GetUuid() const in GetUuid() function in OHOS::DistributedHardware::IpcGetInfoByNetWorkRsp
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A Dmediakeysessionndk_fuzzer.h38 void GetUuid();
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.h36 void GetUuid();
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_descriptor.h124 const UUID &GetUuid() const;
H A Dbluetooth_gatt_service.h151 const UUID &GetUuid() const;
H A Dbluetooth_gatt_characteristic.h194 const UUID &GetUuid() const;
H A Dbluetooth_hf_call.h161 UUID GetUuid() const in GetUuid() function in OHOS::Bluetooth::HandsFreeUnitCall
/foundation/filemanagement/storage_service/test/fuzztest/volumeexternal_fuzzer/
H A Dvolumeexternal_fuzzer.cpp37 volumeexternal.GetUuid(); in FileUtilFuzzTest()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A Dmediakeysystemndk_fuzzer.h40 void GetUuid();
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dvolume_external_test.cpp58 auto result2 = volumeexternal.GetUuid(); in HWTEST_F()
157 EXPECT_EQ(result->GetUuid(), fsUuid); in HWTEST_F()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_base_type.h45 int32_t GetUuid() const in GetUuid() function in OHOS::IntellVoiceTrigger::TriggerModel
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dhands_free_unit_calls.h154 Uuid GetUuid() const;
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dvolume_external.h58 std::string GetUuid();
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp181 if (vc->GetUuid() == volumeUuid) { in GetVolumeByUuid()
194 if (volume->GetUuid() == fsUuid) { in GetVolumeByUuid()
217 if (volume->GetUuid() == fsUuid) { in SetVolumeDescription()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp109 if (pdescriptorTmp->GetUuid().Equals(uuid_)) { in HWTEST_F()
173 * @tc.name: GetUuid
179 UUID tempUuid = pGattCharacteristic->GetUuid(); in HWTEST_F()

Completed in 11 milliseconds

12