Home
last modified time | relevance | path

Searched refs:cloudCfgPath (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_manager.cpp104 void ParamManager::OnUpdateNotice(const std::string& localCfgPath, const std::string& cloudCfgPath) in OnUpdateNotice() argument
110 businessPlugin->OnConfigUpdate(localCfgPath, cloudCfgPath); in OnUpdateNotice()
/base/hiviewdfx/hiview/core/param_update/include/
H A Dparam_manager.h33 static void OnUpdateNotice(const std::string& localCfgPath, const std::string& cloudCfgPath);
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp66 std::string cloudCfgPath = "test/cloud/config"; in HWTEST_F() local
67 plugin.OnConfigUpdate(localCfgPath, cloudCfgPath); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h59 void OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPath) override;
/base/hiviewdfx/hiview/base/include/
H A Dplugin.h74 virtual void OnConfigUpdate(const std::string &localCfgPath, const std::string &cloudCfgPath) {}; in OnConfigUpdate() argument
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp300 void SysEventSource::OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPath) in OnConfigUpdate() argument

Completed in 3 milliseconds