Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp65 std::string localCfgPath = "test/local/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 void SysEventSource::OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPat… 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()