/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_utils.cpp | 34 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 D | napi_bluetooth_gatt_client_callback.cpp | 41 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 D | drm_framework_unittest.cpp | 134 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 D | ohos_bt_gatt_client.cpp | 178 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 D | bluetooth_gatt_service.cpp | 75 if (characteristic.GetUuid().Equals(uuid)) { in GetCharacteristic() 102 const UUID &GattService::GetUuid() const in GetUuid() function in OHOS::Bluetooth::GattService
|
H A D | bluetooth_gatt_characteristic.cpp | 124 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 D | mediakeysystemndkfactory_fuzzer.h | 36 void GetUuid();
|
H A D | mediakeysystemndkfactory_fuzzer.cpp | 37 void MediaKeySystemFactoryNdkFuzzer::GetUuid() in GetUuid() function in OHOS::DrmStandard::MediaKeySystemFactoryNdkFuzzer
|
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_generate_encrypted_uuid_req.h | 27 const std::string GetUuid() const in GetUuid() function in OHOS::DistributedHardware::IpcGenerateEncryptedUuidReq
|
H A D | ipc_notify_devicetrustchange_req.h | 41 const std::string &GetUuid() const in GetUuid() function in OHOS::DistributedHardware::IpcNotifyDevTrustChangeReq
|
H A D | ipc_get_info_by_network_rsp.h | 50 * @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 D | mediakeysessionndk_fuzzer.h | 38 void GetUuid();
|
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
H A D | mediakeydecryptndk_fuzzer.h | 36 void GetUuid();
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_descriptor.h | 124 const UUID &GetUuid() const;
|
H A D | bluetooth_gatt_service.h | 151 const UUID &GetUuid() const;
|
H A D | bluetooth_gatt_characteristic.h | 194 const UUID &GetUuid() const;
|
H A D | bluetooth_hf_call.h | 161 UUID GetUuid() const in GetUuid() function in OHOS::Bluetooth::HandsFreeUnitCall
|
/foundation/filemanagement/storage_service/test/fuzztest/volumeexternal_fuzzer/ |
H A D | volumeexternal_fuzzer.cpp | 37 volumeexternal.GetUuid(); in FileUtilFuzzTest()
|
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/ |
H A D | mediakeysystemndk_fuzzer.h | 40 void GetUuid();
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | volume_external_test.cpp | 58 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 D | trigger_base_type.h | 45 int32_t GetUuid() const in GetUuid() function in OHOS::IntellVoiceTrigger::TriggerModel
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | hands_free_unit_calls.h | 154 Uuid GetUuid() const;
|
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | volume_external.h | 58 std::string GetUuid();
|
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | volume_manager_service.cpp | 181 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 D | gatt_characteristic_test.cpp | 109 if (pdescriptorTmp->GetUuid().Equals(uuid_)) { in HWTEST_F() 173 * @tc.name: GetUuid 179 UUID tempUuid = pGattCharacteristic->GetUuid(); in HWTEST_F()
|