Home
last modified time | relevance | path

Searched refs:platform (Results 1 - 25 of 49) sorted by relevance

12

/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp36 platform.GetPluginMap(); in SetUp()
48 * @tc.steps: step1. init plugin platform in HWTEST_F()
51 OHOS::HiviewDFX::HiviewPlatform platform; in HWTEST_F() local
52 if (!platform.InitEnvironment("/data/test/test_data/hiview_platform_config1")) { in HWTEST_F()
60 ASSERT_EQ(true, platform.IsReady()); in HWTEST_F()
61 auto& pluginList = platform.GetPluginMap(); in HWTEST_F()
69 auto& pluginList2 = platform.GetPluginMap(); in HWTEST_F()
84 * @tc.steps: step1. init plugin platform in HWTEST_F()
87 OHOS::HiviewDFX::HiviewPlatform platform; in HWTEST_F() local
89 if (!platform in HWTEST_F()
110 OHOS::HiviewDFX::HiviewPlatform platform; HWTEST_F() local
[all...]
H A Dplugin_bundle_test.cpp49 * @tc.steps: step1. init plugin platform and set proxy idle time in HWTEST_F()
52 OHOS::HiviewDFX::HiviewPlatform& platform = HiviewPlatform::GetInstance(); in HWTEST_F() local
53 platform.SetMaxProxyIdleTime(10); // 10 seconds in HWTEST_F()
54 platform.SetCheckProxyIdlePeriod(5); // 5 seconds in HWTEST_F()
55 if (!platform.InitEnvironment("/data/test/test_data/hiview_platform_config")) { in HWTEST_F()
64 ASSERT_EQ(true, platform.IsReady()); in HWTEST_F()
65 auto& pluginList = platform.GetPluginMap(); in HWTEST_F()
69 auto& bundleMap = platform.GetPluginBundleInfoMap(); in HWTEST_F()
H A Dhiview_platform_config_test.h27 OHOS::HiviewDFX::HiviewPlatform platform; member in HiviewPlatformConfigTest
H A Dparam_update_test.h27 OHOS::HiviewDFX::HiviewPlatform platform; member in ParamUpdateTest
H A Dplugin_platform_test.h26 OHOS::HiviewDFX::HiviewPlatform platform; member in PluginPlatformTest
H A Dplatform_config_test.h27 OHOS::HiviewDFX::HiviewPlatform platform; member in PlatformConfigTest
/base/hiviewdfx/hiview/adapter/service/test/fuzztest/hiviewlogconfigmanager_fuzzer/
H A Dhiview_log_config_manager_fuzzer.cpp28 HiviewPlatform platform; in HiviewLogConfigManagerFuzzTest() local
29 (void)platform.IsReady(); in HiviewLogConfigManagerFuzzTest()
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventsource_fuzzer/
H A Deventsource_fuzzer.cpp36 HiviewPlatform platform; in Initializer() local
37 g_eventSource.SetHiviewContext(&platform); in Initializer()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_test.cpp136 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in SetUpTestCase() local
137 if (!platform.InitEnvironment("/data/test/test_data/hiview_platform_config")) { in SetUpTestCase()
166 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in HWTEST_F() local
167 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin"); in HWTEST_F()
214 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in HWTEST_F() local
215 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin"); in HWTEST_F()
264 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in HWTEST_F() local
265 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin"); in HWTEST_F()
314 HiviewPlatform &platform = HiviewPlatform::GetInstance(); in HWTEST_F() local
315 std::shared_ptr<Plugin> plugin = platform in HWTEST_F()
344 HiviewPlatform &platform = HiviewPlatform::GetInstance(); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/adapter/service/test/fuzztest/hiviewserviceabilitystub_fuzzer/
H A Dhiview_service_ability_stub_fuzzer.cpp70 HiviewPlatform platform; in HiviewServiceAbilityStubFuzzTest() local
71 (void)platform.IsReady(); in HiviewServiceAbilityStubFuzzTest()
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Devent_server_test.h27 OHOS::HiviewDFX::HiviewPlatform platform; member in EventServerTest
H A Dsys_event_stat_test.h32 HiviewPlatform platform; member in OHOS::HiviewDFX::SysEventStatTest
H A Devent_server_test.cpp30 platform.GetPluginMap(); in SetUp()
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_base_test.h33 HiviewPlatform platform; member in OHOS::HiviewDFX::EventRawBaseTest
H A Devent_raw_encoded_and_decoded_test.h33 HiviewPlatform platform; member in OHOS::HiviewDFX::EventRawEncodedTest
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.h33 HiviewPlatform platform; member in OHOS::HiviewDFX::SysEventStoreUtilityTest
H A Dsys_event_backup_test.cpp42 OHOS::HiviewDFX::HiviewPlatform &platform = HiviewPlatform::GetInstance(); in SetUpTestCase() local
44 if (!platform.InitEnvironment(configDir)) { in SetUpTestCase()
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/
H A Dlog_store_unit_test.h33 HiviewPlatform platform; member in OHOS::HiviewDFX::LogStoreUnitTest
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.h33 HiviewPlatform platform; member in OHOS::HiviewDFX::CpuStorageTest
/base/hiviewdfx/hiview/base/event_report/test/unittest/common/
H A Devent_report_unit_test.h33 HiviewPlatform platform; member in OHOS::HiviewDFX::EventReportUnitTest
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dadapter_loglibrary_ability_test.h34 HiviewPlatform platform; member in OHOS::HiviewDFX::AdapterLoglibraryAbilityTest
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp69 HiviewPlatform platform; in SysEventServerSocketFuzzTest() local
71 source.SetHiviewContext(&platform); in SysEventServerSocketFuzzTest()
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H A Dhiviewservice_fuzzer.cpp61 HiviewPlatform platform; in HiviewServiceDumpFuzzTest() local
62 (void)platform.IsReady(); in HiviewServiceDumpFuzzTest()
/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp96 auto &platform = HiviewPlatform::GetInstance(); in DumpPluginInfo() local
97 auto const &curPluginMap = platform.GetPluginMap(); in DumpPluginInfo()
134 auto &platform = HiviewPlatform::GetInstance(); in DumpLoadedPluginInfo() local
135 auto const &curPluginMap = platform.GetPluginMap(); in DumpLoadedPluginInfo()
154 auto &platform = HiviewPlatform::GetInstance(); in DumpPluginUsageInfo() local
155 auto const &curPluginMap = platform.GetPluginMap(); in DumpPluginUsageInfo()
179 auto &platform = HiviewPlatform::GetInstance(); in DumpThreadUsageInfo() local
180 auto const &curThreadMap = platform.GetWorkLoopMap(); in DumpThreadUsageInfo()
205 auto &platform = HiviewPlatform::GetInstance(); in DumpPipelineUsageInfo() local
206 auto const &curPipelineMap = platform in DumpPipelineUsageInfo()
[all...]
/base/hiviewdfx/hiview/build/
H A Dgen_plugin_build.py143 def __init__(self, target_os, product, platform, arch, ram, rom):
146 self.platform = platform
178 if self.platform != args_para.platform:
194 if name == "platform":
195 self.platform = value
206 args_list = ["target_os", "product", "platform", "arch", "ram", "rom"]
210 args_para.platform,

Completed in 6 milliseconds

12