Lines Matching refs:config
46 …std::shared_ptr<FaultLoggerConfig> config = std::make_shared<FaultLoggerConfig>(LOG_FILE_NUMBER, L… variable
49 bool ret = config->SetLogFileMaxNumber(input);
51 int output = config->GetLogFileMaxNumber();
65 …std::shared_ptr<FaultLoggerConfig> config = std::make_shared<FaultLoggerConfig>(LOG_FILE_NUMBER, L… variable
68 bool ret = config->SetLogFileMaxSize(input);
70 long output = config->GetLogFileMaxSize();
84 …std::shared_ptr<FaultLoggerConfig> config = std::make_shared<FaultLoggerConfig>(LOG_FILE_NUMBER, L… variable
87 bool ret = config->SetLogFilePath(input);
89 std::string output = config->GetLogFilePath();
103 …std::shared_ptr<FaultLoggerConfig> config = std::make_shared<FaultLoggerConfig>(LOG_FILE_NUMBER, L… variable
106 bool ret = config->SetDebugLogFilePath(input);
108 std::string output = config->GetDebugLogFilePath();