Searched defs:action (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | js_remote_promise_resolver.cpp | 26 void JsRemotePromiseResolver::ResolveViaCallback(EtsObject *resolveValue, Action action) in ResolveViaCallback() argument 34 void JsRemotePromiseResolver::ResolveInPlace(EtsObject *resolveValue, Action action) in ResolveInPlace() argument 43 void JsRemotePromiseResolver::ResolveRemotePromise(napi_deferred deferred, EtsObject *resolveValue, Action action) in ResolveRemotePromise() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | signal_handler_test.cpp | 85 struct sigaction action {}; in SamplerThreadEntry() struct
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | helpers.h | 131 DoScopedAction(checker::ETSChecker *checker, varbinder::ETSBinder *varBinder, parser::Program *program, varbinder::Scope *scope, ir::AstNode *parentClass, F &&action) DoScopedAction() argument
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| H A D | test_actions.h | 71 SocketAction action; member
|
| H A D | test_util.cpp | 144 HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &success) HandleAcceptanceMessages() argument 180 SendMessage(ActionInfo action, std::string recv) SendMessage() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debug_inf.cpp | 43 uint32_t action = CODE_NOACTION; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| H A D | test_util.h | 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_util.h | 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | sighook.cpp | 166 void RemoveHookAction(bool (*action)(int, siginfo_t *, void *)) in RemoveHookAction() argument 434 extern "C" void RemoveHookHandler(int signal, bool (*action)(int, siginfo_t *, void *)) in RemoveHookHandler() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | sampling_profiler.cpp | 495 struct sigaction action {}; in SamplerThreadEntry() struct
|
Completed in 5 milliseconds