/base/hiviewdfx/hiview/core/test/unittest/common/ |
H A D | plugin_platform_test.cpp | 36 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 D | plugin_bundle_test.cpp | 49 * @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 D | hiview_platform_config_test.h | 27 OHOS::HiviewDFX::HiviewPlatform platform; member in HiviewPlatformConfigTest
|
H A D | param_update_test.h | 27 OHOS::HiviewDFX::HiviewPlatform platform; member in ParamUpdateTest
|
H A D | plugin_platform_test.h | 26 OHOS::HiviewDFX::HiviewPlatform platform;
member in PluginPlatformTest
|
H A D | platform_config_test.h | 27 OHOS::HiviewDFX::HiviewPlatform platform;
member in PlatformConfigTest
|
/base/hiviewdfx/hiview/adapter/service/test/fuzztest/hiviewlogconfigmanager_fuzzer/ |
H A D | hiview_log_config_manager_fuzzer.cpp | 28 HiviewPlatform platform; in HiviewLogConfigManagerFuzzTest() local 29 (void)platform.IsReady(); in HiviewLogConfigManagerFuzzTest()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventsource_fuzzer/ |
H A D | eventsource_fuzzer.cpp | 36 HiviewPlatform platform; in Initializer() local 37 g_eventSource.SetHiviewContext(&platform); in Initializer()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_test.cpp | 136 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 D | hiview_service_ability_stub_fuzzer.cpp | 70 HiviewPlatform platform; in HiviewServiceAbilityStubFuzzTest() local 71 (void)platform.IsReady(); in HiviewServiceAbilityStubFuzzTest()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/ |
H A D | event_server_test.h | 27 OHOS::HiviewDFX::HiviewPlatform platform;
member in EventServerTest
|
H A D | sys_event_stat_test.h | 32 HiviewPlatform platform; member in OHOS::HiviewDFX::SysEventStatTest
|
H A D | event_server_test.cpp | 30 platform.GetPluginMap();
in SetUp()
|
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_base_test.h | 33 HiviewPlatform platform; member in OHOS::HiviewDFX::EventRawBaseTest
|
H A D | event_raw_encoded_and_decoded_test.h | 33 HiviewPlatform platform; member in OHOS::HiviewDFX::EventRawEncodedTest
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_store_utility_test.h | 33 HiviewPlatform platform; member in OHOS::HiviewDFX::SysEventStoreUtilityTest
|
H A D | sys_event_backup_test.cpp | 42 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 D | log_store_unit_test.h | 33 HiviewPlatform platform; member in OHOS::HiviewDFX::LogStoreUnitTest
|
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/ |
H A D | cpu_storage_test.h | 33 HiviewPlatform platform; member in OHOS::HiviewDFX::CpuStorageTest
|
/base/hiviewdfx/hiview/base/event_report/test/unittest/common/ |
H A D | event_report_unit_test.h | 33 HiviewPlatform platform; member in OHOS::HiviewDFX::EventReportUnitTest
|
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/ |
H A D | adapter_loglibrary_ability_test.h | 34 HiviewPlatform platform; member in OHOS::HiviewDFX::AdapterLoglibraryAbilityTest
|
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/ |
H A D | eventserversocket_fuzzer.cpp | 69 HiviewPlatform platform; in SysEventServerSocketFuzzTest() local 71 source.SetHiviewContext(&platform); in SysEventServerSocketFuzzTest()
|
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/ |
H A D | hiviewservice_fuzzer.cpp | 61 HiviewPlatform platform; in HiviewServiceDumpFuzzTest() local 62 (void)platform.IsReady(); in HiviewServiceDumpFuzzTest()
|
/base/hiviewdfx/hiview/service/ |
H A D | hiview_service.cpp | 96 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 D | gen_plugin_build.py | 143 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,
|