Home
last modified time | relevance | path

Searched refs:commonBehaviorMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_collector.cpp55 if (commonBehaviorMap_.count(bundleName) == 0) { in AddCommonBahavior()
57 commonBehaviorMap_[bundleName] = commonBehavior; in AddCommonBahavior()
59 commonBehaviorMap_[bundleName].times++; in AddCommonBahavior()
65 std::unordered_map<string, CommonBehavior> result = commonBehaviorMap_; in GetCommonBehavior()
66 commonBehaviorMap_.clear(); in GetCommonBehavior()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_collector.h48 std::unordered_map<std::string, CommonBehavior> commonBehaviorMap_; variable