Home
last modified time | relevance | path

Searched defs:cloudCfgPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp66 std::string cloudCfgPath = "test/cloud/config"; variable
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp279 …id SysEventSource::OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPath) in OnConfigUpdate()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h74 … virtual void OnConfigUpdate(const std::string &localCfgPath, const std::string &cloudCfgPath) {}; in OnConfigUpdate()