Home
last modified time | relevance | path

Searched refs:PostTaskType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
H A Dcj_invoker.h26 using PostTaskType = bool(*)(void*); variable
37 void (*RegisterEventHandlerCallbacks)(PostTaskType, HasHigherPriorityType);
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Devent_handler_adapter.h62 using PostTaskType = decltype(PostTaskByFFRT)*;
92 PostTaskType PostTask = nullptr;
124 PostTask = reinterpret_cast<PostTaskType>( in Load()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp46 using RegisterEventHandlerType = void(*)(PostTaskType, HasHigherPriorityType);