Home
last modified time | relevance | path

Searched defs:processorName (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_hiappevent_processor.h27 std::string processorName; member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
Dprocessor_config_loader.cpp106 bool ProcessorConfigLoader::LoadProcessorConfig(const std::string& processorName, const std::string… in LoadProcessorConfig()
327 bool ProcessorConfigLoader::Impl::LoadProcessorConfig(const std::string& processorName, const std::… in LoadProcessorConfig()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_processor.cpp420 int64_t AddProcessorAsync(const std::string& processorName, const std::string& configName) in AddProcessorAsync()