Home
last modified time | relevance | path

Searched refs:GetCommonBehavior (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_collector.h33 std::unordered_map<std::string, CommonBehavior> GetCommonBehavior();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_collector.cpp62 std::unordered_map<string, CommonBehavior> DfxCollector::GetCommonBehavior() in GetCommonBehavior() function in OHOS::Media::DfxCollector
H A Ddfx_manager.cpp374 std::unordered_map<string, CommonBehavior> commonBehavior = dfxCollector_->GetCommonBehavior(); in HandleFiveMinuteTask()