Home
last modified time | relevance | path

Searched refs:featuresMap (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp82 AppData::FeaturesMap featuresMap; in ProcessingConnect() local
101 featuresMap.emplace(std::pair(std::move(tmp.name), std::move(tmp.data))); in ProcessingConnect()
104 return AppData::CreateByParams(ipcAppInfo.appName, ipcAppInfo.hash, ipcAppInfo.pid, std::move(featuresMap)); in ProcessingConnect()
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.cpp30 FeaturesMap &&featuresMap) in CreateByParams()
38 appData->featuresMap_ = std::move(featuresMap); in CreateByParams()
29 CreateByParams(const std::string &name, uint64_t hash, uint32_t pid, FeaturesMap &&featuresMap) CreateByParams() argument
H A Dstorage.h34 FeaturesMap &&featuresMap);

Completed in 2 milliseconds