Searched refs:IsUnrecordedModule (Results 1 – 3 of 3) sorted by relevance
58 if (IsUnrecordedModule(moduleName)) { in HandleExportSwitchChanged()79 if (IsUnrecordedModule(moduleName)) { in HandleExportTaskFinished()103 bool ExportDbManager::IsUnrecordedModule(const std::string& moduleName) in IsUnrecordedModule() function in OHOS::HiviewDFX::ExportDbManager
38 bool IsUnrecordedModule(const std::string& moduleName);
145 …if (dbMgr_->IsUnrecordedModule(config->moduleName)) { // first time to export event for current mo… in RegistSettingObserver()