Home
last modified time | relevance | path

Searched refs:attrs1 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp317 Attributes attrs1; variable
333 auto buff = attrs1.Serialize();
362 Attributes attrs1(raw);
364 EXPECT_THAT(attrs1.Serialize(), ElementsAreArray(raw));
366 Attributes attrs2 = std::move(attrs1);
368 EXPECT_EQ(attrs1.Serialize().size(), 0U);
374 Attributes attrs1; variable
376 EXPECT_TRUE(attrs1.SetBoolValue(Attributes::ATTR_RESULT_CODE, true));
382 attrsArray.push_back(Attributes(attrs1.Serialize()));
396 std::vector<uint8_t> serializedAttrs1 = attrs1.Serialize();
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/pluginlistenerimpl/src/
H A Dplugin_listener_impl_test.cpp107 std::string attrs1; variable
111 listener->PluginHardware(dhId1, attrs1, subtype);
112 listener->PluginHardware(dhId2, attrs1, subtype);
113 listener->PluginHardware(dhId3, attrs1, subtype);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/rk3568/capture/src/
H A Daudio_idl_hdicapture_hardware_dependence_test.cpp321 struct AudioSampleAttributes attrs1 = {}; variable
326 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_PCM_8_BIT, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
327 ret = capture->SetSampleAttributes(capture, &attrs1);
353 struct AudioSampleAttributes attrs1 = {}; variable
358 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_LC, DOUBLE_CHANNEL_COUNT, SAMPLE_RATE_32000);
359 ret = capture->SetSampleAttributes(capture, &attrs1);
382 struct AudioSampleAttributes attrs1 = {}; variable
386 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_HE_V1, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
387 ret = capture->SetSampleAttributes(capture, &attrs1);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/rk3568/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp443 struct AudioSampleAttributes attrs1 = {}; variable
448 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_PCM_8_BIT, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
449 ret = render->SetSampleAttributes(render, &attrs1);
475 struct AudioSampleAttributes attrs1 = {}; variable
480 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_LC, DOUBLE_CHANNEL_COUNT, SAMPLE_RATE_32000);
481 ret = render->SetSampleAttributes(render, &attrs1);
504 struct AudioSampleAttributes attrs1 = {}; variable
508 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_HE_V1, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
509 ret = render->SetSampleAttributes(render, &attrs1);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/capture/src/
H A Daudio_idl_hdicapture_hardware_dependence_test.cpp348 struct AudioSampleAttributes attrs1 = {}; variable
353 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_PCM_8_BIT, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
354 ret = capture->SetSampleAttributes(capture, &attrs1);
380 struct AudioSampleAttributes attrs1 = {}; variable
385 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_LC, DOUBLE_CHANNEL_COUNT, SAMPLE_RATE_32000);
386 ret = capture->SetSampleAttributes(capture, &attrs1);
409 struct AudioSampleAttributes attrs1 = {}; variable
413 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_HE_V1, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
414 ret = capture->SetSampleAttributes(capture, &attrs1);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp572 struct AudioSampleAttributes attrs1 = {}; variable
577 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_PCM_8_BIT, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
578 ret = render->SetSampleAttributes(render, &attrs1);
604 struct AudioSampleAttributes attrs1 = {}; variable
609 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_LC, DOUBLE_CHANNEL_COUNT, SAMPLE_RATE_32000);
610 ret = render->SetSampleAttributes(render, &attrs1);
633 struct AudioSampleAttributes attrs1 = {}; variable
637 InitAttrsUpdate(attrs1, AUDIO_FORMAT_TYPE_AAC_HE_V1, SINGLE_CHANNEL_COUNT, SAMPLE_RATE_8000);
638 ret = render->SetSampleAttributes(render, &attrs1);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp311 std::string attrs1(cjson1);
312 ret = service.QueryDhSysSpec(targetKey, attrs1);