Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_module_test.cpp66 EXPECT_TRUE(plugin->Load());
124 EXPECT_FALSE(plugin->Load());
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DReportDetail.ets22 import { Load } from '../common/ui/detail/Load';
131 Load({ gpData: this.gpData })
/developtools/global_resource_tool/include/
Dincrement_index.h30 bool Load(std::map<int32_t, std::vector<ResourceItem>> &items) const;
/developtools/profiler/device/plugins/api/src/
Dplugin_module.h50 bool Load();
Dplugin_manager.cpp77 CHECK_TRUE(plugin->Load(), false, "%s:load failed!", __func__); in AddPlugin()
215 if (!pluginModules_[index]->Load()) { in LoadPlugin()
Dplugin_module.cpp34 bool PluginModule::Load() in Load() function in PluginModule
/developtools/global_resource_tool/src/
Dresource_module_inc.cpp56 if (!moduleIndex.Load(owner_)) { in ScanResource()
Dincrement_index.cpp61 bool IncrementIndex::Load(map<int32_t, vector<ResourceItem>> &items) const in Load() function in OHOS::Global::Restool::IncrementIndex
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DCPU.ets105 map.set("cpu" + index + "Load", element)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DLoad.ets33 export struct Load {