Home
last modified time | relevance | path

Searched refs:CommonBehavior (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_collector.cpp56 CommonBehavior commonBehavior = { 0 }; in AddCommonBahavior()
62 std::unordered_map<string, CommonBehavior> DfxCollector::GetCommonBehavior() in GetCommonBehavior()
65 std::unordered_map<string, CommonBehavior> result = commonBehaviorMap_; in GetCommonBehavior()
H A Ddfx_analyzer.cpp63 void DfxAnalyzer::FlushCommonBehavior(std::unordered_map<string, CommonBehavior> &commonBehaviorMap) in FlushCommonBehavior()
H A Ddfx_manager.cpp374 std::unordered_map<string, CommonBehavior> commonBehavior = dfxCollector_->GetCommonBehavior(); in HandleFiveMinuteTask()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_collector.h33 std::unordered_map<std::string, CommonBehavior> GetCommonBehavior();
48 std::unordered_map<std::string, CommonBehavior> commonBehaviorMap_;
H A Ddfx_analyzer.h30 void FlushCommonBehavior(std::unordered_map<std::string, CommonBehavior> &commonBehaviorMap);
H A Ddfx_const.h128 struct CommonBehavior { struct