Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/dfx/
H A Dservice_dump_manager.h25 using DfxDumper = std::function<int32_t(int32_t)>; variable
29 void RegisterDfxDumper(std::u16string key, DfxDumper dump);
35 std::map<std::u16string, DfxDumper> dfxDumper_;
H A Dservice_dump_manager.cpp30 void ServiceDumpManager::RegisterDfxDumper(std::u16string key, DfxDumper dump) in RegisterDfxDumper()