Home
last modified time | relevance | path

Searched defs:pluginName (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/cred_manager/src/
Dcred_manager.c29 int32_t ProcCred(int32_t pluginName, int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcCred()
103 void DelCredPlugin(int32_t pluginName) in DelCredPlugin()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp96 std::string pluginName = event->GetValue(PluginStatsEventSpace::KEY_OF_PLUGIN_NAME).GetString(); in InsertPluginStatsEvent() local
119 const std::string& pluginName) in QueryPluginStatsEvent()
220 int EventDbHelper::InsertPluginStatsTable(const std::string& pluginName, const std::string& eventSt… in InsertPluginStatsTable()
257 int EventDbHelper::UpdatePluginStatsTable(const std::string& pluginName, const std::string& eventSt… in UpdatePluginStatsTable()
286 …DbHelper::QueryPluginStatsTable(std::vector<std::string>& eventStrs, const std::string& pluginName) in QueryPluginStatsTable()
/base/security/device_auth/services/cred_manager/inc/
Dcred_plugin_def.h22 int32_t pluginName; member
/base/hiviewdfx/hiview/service/
Dhiview_service.cpp86 std::string pluginName = ""; in DumpPluginInfo() local
137 auto const &pluginName = entry.first; in DumpLoadedPluginInfo() local
156 auto pluginName = entry.first; in DumpPluginUsageInfo() local
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp459 for (const auto& pluginName : pipelineInfo.pluginNameList) { in CreatePipeline() local
858 void HiviewPlatform::AppendPluginToPipeline(const std::string& pluginName, const std::string& pipel… in AppendPluginToPipeline()