Searched defs:cloudCfgPath (Results 1 – 4 of 4) sorted by relevance
74 …id EventValidator::OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPath) in OnConfigUpdate()
104 void ParamManager::OnUpdateNotice(const std::string& localCfgPath, const std::string& cloudCfgPath) in OnUpdateNotice()
80 std::string cloudCfgPath = "test/cloud/config"; variable
74 … virtual void OnConfigUpdate(const std::string &localCfgPath, const std::string &cloudCfgPath) {}; in OnConfigUpdate()