Searched refs:Load (Results 1 – 10 of 10) sorted by relevance
66 EXPECT_TRUE(plugin->Load());124 EXPECT_FALSE(plugin->Load());
22 import { Load } from '../common/ui/detail/Load';131 Load({ gpData: this.gpData })
30 bool Load(std::map<int32_t, std::vector<ResourceItem>> &items) const;
50 bool Load();
77 CHECK_TRUE(plugin->Load(), false, "%s:load failed!", __func__); in AddPlugin()215 if (!pluginModules_[index]->Load()) { in LoadPlugin()
34 bool PluginModule::Load() in Load() function in PluginModule
56 if (!moduleIndex.Load(owner_)) { in ScanResource()
61 bool IncrementIndex::Load(map<int32_t, vector<ResourceItem>> &items) const in Load() function in OHOS::Global::Restool::IncrementIndex
105 map.set("cpu" + index + "Load", element)
33 export struct Load {