/test/xts/device_attest/services/core/ |
D | attestsource.gni | 18 "${attest_core_path}/adapter/attest_adapter.c", 19 "${attest_core_path}/adapter/attest_adapter_os.c", 20 "${attest_core_path}/adapter/attest_adapter_oem.c", 21 "${attest_core_path}/adapter/attest_adapter_mock.c", 41 "${attest_core_path}/adapter/attest_adapter_hal.c", 42 "${attest_core_path}/adapter/attest_adapter_property.c", 47 "${attest_core_path}/include/adapter",
|
/test/xts/device_attest_lite/services/core/ |
D | attestsource.gni | 18 "${attest_core_path}/adapter/attest_adapter.c", 19 "${attest_core_path}/adapter/attest_adapter_os.c", 20 "${attest_core_path}/adapter/attest_adapter_oem.c", 21 "${attest_core_path}/adapter/attest_adapter_mock.c", 46 "${attest_core_path}/adapter/attest_adapter_hal.c", 47 "${attest_core_path}/adapter/attest_adapter_property.c", 54 "${attest_core_path}/include/adapter",
|
D | BUILD.gn | 88 "mini/adapter/attest_adapter_network_config.c", 114 "small/adapter/attest_adapter_network_config.c",
|
/test/xts/hats/hdf/wlan/wifi/ |
D | BUILD.gn | 17 import("$base_root/drivers/hdf_core/adapter/uhdf2/uhdf.gni") 26 …resource_config_file = "$base_root/drivers/hdf_core/adapter/uhdf2/test/resource/wlan/ohos_test.xml" 38 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 67 …resource_config_file = "$base_root/drivers/hdf_core/adapter/uhdf2/test/resource/wlan/ohos_test.xml" 79 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 108 …resource_config_file = "$base_root/drivers/hdf_core/adapter/uhdf2/test/resource/wlan/ohos_test.xml" 120 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 154 …resource_config_file = "$base_root/drivers/hdf_core/adapter/uhdf2/test/resource/wlan/ohos_test.xml" 166 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common",
|
/test/xts/hats/hdf/audio/idl/common/manager/src/ |
D | audio_manager_common_test.cpp | 189 struct IAudioAdapter *adapter = nullptr; variable 190 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, g_manager->LoadAdapter(nullptr, &descs, &adapter)); 195 struct IAudioAdapter *adapter = nullptr; variable 196 EXPECT_EQ(HDF_ERR_INVALID_PARAM, g_manager->LoadAdapter(g_manager, nullptr, &adapter)); 208 struct IAudioAdapter *adapter = nullptr; variable 219 ASSERT_EQ(HDF_SUCCESS, g_manager->LoadAdapter(g_manager, &descs[0], &adapter)); 220 EXPECT_TRUE(adapter != nullptr);
|
/test/xts/acts/applications/kitframework_ipcamera/ |
D | readme.md | 46 例如君正x2000的oem_auth_config.h和oem_auth_result_storage.h可能要修改为:"//vendor/ingenic/smartpen/adapter/kitf… 51 "//vendor/ingenic/smartpen/adapter/kitframework:oem_auth_result_storage", 52 "//vendor/ingenic/smartpen/adapter/kitframework:oem_auth_config",
|
D | BUILD.gn | 41 "//vendor/ingenic/smartpen/adapter/kitframework:oem_auth_config", 42 "//vendor/ingenic/smartpen/adapter/kitframework:oem_auth_result_storage",
|
/test/xts/hats/hdf/vibrator/hdi_adapter/hdi_parse/ |
D | BUILD.gn | 17 import("$base_root/drivers/hdf_core/adapter/uhdf2/uhdf.gni") 28 "$base_root/drivers/peripheral/adapter/vibrator/hdi_impl:libhdi_vibrator_common", 41 [ "$base_root/drivers/peripheral/adapter/vibrator/hdi_impl/include" ]
|
/test/xts/hats/hdf/hdf_lite/manager/test_sbuf/ |
D | BUILD.gn | 35 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 36 "$base_root/drivers/hdf_core/adapter/uhdf/manager:hdf_core", 37 "$base_root/drivers/hdf_core/adapter/uhdf/posix:hdf_posix_osal",
|
/test/xts/hats/hdf/hdf_lite/manager/test_ioservice/ |
D | BUILD.gn | 32 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 33 "$base_root/drivers/hdf_core/adapter/uhdf/manager:hdf_core", 34 "$base_root/drivers/hdf_core/adapter/uhdf/posix:hdf_posix_osal",
|
/test/xts/hats/hdf/hdf_lite/manager/test_pm/ |
D | BUILD.gn | 30 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 31 "$base_root/drivers/hdf_core/adapter/uhdf/manager:hdf_core", 32 "$base_root/drivers/hdf_core/adapter/uhdf/posix:hdf_posix_osal",
|
/test/xts/hats/hdf/hdf_lite/manager/test_manager/ |
D | BUILD.gn | 32 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 33 "$base_root/drivers/hdf_core/adapter/uhdf/manager:hdf_core", 34 "$base_root/drivers/hdf_core/adapter/uhdf/posix:hdf_posix_osal",
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
D | BUILD.gn | 39 "$base_root/drivers/hdf_core/adapter/uhdf2/include/hdi", 40 "$base_root/drivers/hdf_core/adapter/uhdf2/osal/include", 48 "$base_root/drivers/hdf_core/adapter/uhdf2/hdi:libhdi", 49 "$base_root/drivers/hdf_core/adapter/uhdf2/ipc:libhdf_ipc_adapter",
|
/test/xts/hats/hdf/audio/idl/common/manager_additional/src/ |
D | AudioManagerCommonTest.cpp | 109 struct IAudioAdapter *adapter = nullptr; variable 121 ret |= g_manager->LoadAdapter(g_manager, descs, &adapter); 135 struct IAudioAdapter *adapter = nullptr; variable 147 g_manager->LoadAdapter(g_manager, descs, &adapter);
|
/test/xts/hats/hdf/hdf_lite/manager/test_door/ |
D | BUILD.gn | 40 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common", 41 "$base_root/drivers/hdf_core/adapter/uhdf/manager:hdf_core", 42 "$base_root/drivers/hdf_core/adapter/uhdf/posix:hdf_posix_osal",
|
/test/xts/hats/hdf/bluetooth/a2dp/ |
D | BUILD.gn | 16 import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni") 17 import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni") 22 "../../../../../../drivers/peripheral/adapter/bluetooth/a2dp/hdi_service"
|
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/ |
D | BUILD.gn | 18 import("$base_root/drivers/hdf_core/adapter/uhdf2/uhdf.gni") 30 …resource_config_file = "$base_root/drivers/hdf_core/adapter/uhdf2/test/resource/wlan/ohos_test.xml" 42 "$base_root/drivers/hdf_core/adapter/build/test_common:libhdf_test_common",
|
/test/xts/acts/communication_lite/dsoftbus_hal/ |
D | BUILD.gn | 30 "//foundation/communication/dsoftbus/adapter/common/include", 31 "//foundation/communication/dsoftbus/adapter/default_config/spec_config",
|
/test/xts/device_attest/test/fuzztest/devattestadapteroem_fuzzer/ |
D | BUILD.gn | 26 "${devattest_path}/services/core/include/adapter", 38 "${devattest_path}/services/core/adapter/attest_adapter_oem.c",
|
/test/xts/hats/hdf/hdf_lite/display/ |
D | BUILD.gn | 42 "$base_root/drivers/hdf_core/adapter/uhdf/manager:hdf_core", 43 "$base_root/drivers/hdf_core/adapter/uhdf/posix:hdf_posix_osal",
|
/test/xts/hats/hdf/audio/idl/ |
D | BUILD.gn | 25 "common/adapter:HatsHdfAudioIdlAdapterTest", 38 "common/adapter:HatsHdfAudioIdlAdapterTest",
|
/test/xts/hats/hdf/audio/idl/benchmarktest/manager/ |
D | audio_manager_benchmarktest.cpp | 105 struct IAudioAdapter *adapter = nullptr; in BENCHMARK_F() local 113 ret = manager_->LoadAdapter(manager_, &adapterDescs_[0], &adapter); in BENCHMARK_F()
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/ |
D | BUILD.gn | 43 "//foundation/systemabilitymgr/samgr_lite/samgr/adapter", 50 [ "//foundation/systemabilitymgr/samgr_lite/samgr/adapter:samgr_adapter" ]
|
/test/xts/hats/hdf/bluetooth/ |
D | BUILD.gn | 16 import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni")
|
/test/xts/hats/hdf/nfc/ |
D | BUILD.gn | 16 import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni")
|