Home
last modified time | relevance | path

Searched defs:featureName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/dprof/converter/
Dfeatures_manager.h34 bool RegisterFeature(const std::string &featureName, Functor &functor) in RegisterFeature()
45 bool UnregisterFeature(const std::string &featureName) in UnregisterFeature()
54 bool ProcessingFeature(const AppData &appData, const std::string &featureName, in ProcessingFeature()
/arkcompiler/runtime_core/dprof/libdprof/dprof/
Dprofiling_data.cpp24 bool ProfilingData::SetFeatureDate(const std::string &featureName, std::vector<uint8_t> &&data) in SetFeatureDate()