Home
last modified time | relevance | path

Searched defs:RemoteDiedHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Dinput_death_recipient.h27 using RemoteDiedHandler = std::function<void(const wptr<IRemoteObject> &)>; variable
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_proxy.h65 using RemoteDiedHandler = std::function<void(const wptr<IRemoteObject> &)>; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappforegroundstateobserverstub_fuzzer/
H A Dabilityinterfacesappmgrappforegroundstateobserverstub_fuzzer.cpp89 using RemoteDiedHandler = std::function<void(const wptr<IRemoteObject> &)>; in DoSomethingInterestingWithMyAPI() typedef