Searched refs:configInfoPtr (Results 1 – 2 of 2) sorted by relevance
162 auto configInfoPtr = HiviewLogConfigManager::GetInstance().GetConfigInfoByType(logType); in List() local163 if (configInfoPtr == nullptr) { in List()167 GetFileInfoUnderDir(configInfoPtr->path, fileInfos); in List()210 auto configInfoPtr = HiviewLogConfigManager::GetInstance().GetConfigInfoByType(logType); in CopyOrMoveFile() local211 if (configInfoPtr == nullptr) { in CopyOrMoveFile()215 if (isMove && configInfoPtr->isReadOnly) { in CopyOrMoveFile()225 std::string sourceFile = configInfoPtr->path + logName; in CopyOrMoveFile()240 auto configInfoPtr = HiviewLogConfigManager::GetInstance().GetConfigInfoByType(logType); in Remove() local241 if (configInfoPtr == nullptr) { in Remove()245 if (configInfoPtr->isReadOnly) { in Remove()[all …]
94 auto configInfoPtr = std::make_shared<ConfigInfo>(path); in GetLogConfigFromFile() local96 configInfoPtr->isReadOnly = jsonRoot[type][READ_ONLY_KEY].asBool(); in GetLogConfigFromFile()98 configInfos.insert(std::make_pair(type, configInfoPtr)); in GetLogConfigFromFile()99 return configInfoPtr; in GetLogConfigFromFile()