Home
last modified time | relevance | path

Searched defs:AppFreezeFilterCallback (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h54 using AppFreezeFilterCallback = std::function<bool(const int32_t pid)>; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h78 using AppFreezeFilterCallback = std::function<bool(const int32_t pid)>; variable