Home
last modified time | relevance | path

Searched refs:AddDumpAllMethod (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Dinputmethod_dump.h35 void AddDumpAllMethod(const DumpNoParamFunc dumpAllMethod);
/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_dump.cpp34 void InputmethodDump::AddDumpAllMethod(const DumpNoParamFunc dumpAllMethod) in AddDumpAllMethod() function in OHOS::MiscServices::InputmethodDump
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_dfx_test.cpp482 InputmethodDump::GetInstance().AddDumpAllMethod([](int32_t fd) { return; }); in __anonff3e3efd0c02()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp103 InputmethodDump::GetInstance().AddDumpAllMethod([this](int fd) { this->DumpAllMethod(fd); }); in OnStart()