Searched refs:AddDumpAllMethod (Results 1 – 4 of 4) sorted by relevance
35 void AddDumpAllMethod(const DumpNoParamFunc dumpAllMethod);
34 void InputmethodDump::AddDumpAllMethod(const DumpNoParamFunc dumpAllMethod) in AddDumpAllMethod() function in OHOS::MiscServices::InputmethodDump
482 InputmethodDump::GetInstance().AddDumpAllMethod([](int32_t fd) { return; }); in __anonff3e3efd0c02()
103 InputmethodDump::GetInstance().AddDumpAllMethod([this](int fd) { this->DumpAllMethod(fd); }); in OnStart()