Home
last modified time | relevance | path

Searched defs:action (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/
Dcode.test.ts35 const action = setRunLoading(true); constant
41 const action = setCompileLoading(true); constant
47 const action = setCode('new code'); constant
57 const action = setCompileRes(compileRes); constant
67 const action = setRunRes(runRes); constant
Dlogs.test.ts35 const action = setRunLoading(true); constant
41 const action = setCompileLoading(true); constant
47 const action = setCode('new code'); constant
57 const action = setCompileRes(compileRes); constant
67 const action = setRunRes(runRes); constant
Doptions.test.ts38 const action = setOptionsLoading(true); constant
44 const action = setOptionsResponse(mockOptions); constant
50 const action = setOptionsPicked(mockPickedOptions); constant
Dsyntax.test.ts41 const action = setSyntaxLoading(true); constant
47 const action = setSyntaxResponse(mockSyntax); constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_remote_promise_resolver.cpp32 void JsRemotePromiseResolver::ResolveViaCallback(EtsObject *resolveValue, Action action) in ResolveViaCallback()
37 void JsRemotePromiseResolver::ResolveInPlace(EtsObject *resolveValue, Action action) in ResolveInPlace()
46 …omiseResolver::ResolveRemotePromise(napi_deferred deferred, EtsObject *resolveValue, Action action) in ResolveRemotePromise()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp115 for (const auto &action: testAction) { in ForkSocketClient() local
144 void TestUtil::HandleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &re… in HandleAcceptanceMessages()
180 void TestUtil::SendMessage(ActionInfo action, std::string recv) in SendMessage()
Dtest_actions.h71 SocketAction action; member
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.h132 varbinder::Scope *scope, ir::AstNode *parentClass, F &&action) in DoScopedAction()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dsignal_handler_test.cpp85 struct sigaction action {}; in SamplerThreadEntry() struct
Dstack_walker_test.cpp41 #define HOOK_ASSERT(cond, action) \ argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp43 uint32_t action = CODE_NOACTION; member
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp487 …RequestToServer(TransportAction action, int sessionId, std::unique_ptr<v8_inspector::StringBuffer>… in RequestToServer()
507 TransportAction action; member in v8impl::__anon3c61eead0411::RequestToServer
529 void Post(int sessionId, TransportAction action, std::unique_ptr<StringBuffer> message) in Post()
597 void Post(int sessionId, TransportAction action, std::unique_ptr<StringBuffer> message) in Post()
/arkcompiler/ets_frontend/arkguard/scripts/
Dgrammar_test.py97 def thread_pool(action, data_list): argument
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp495 struct sigaction action {}; in SamplerThreadEntry() struct
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h36 #define ABCKIT_MODE_CHECK(cond, action) \ argument
42 #define ABCKIT_MODE_CHECK(cond, action) argument
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp359 JSVM_Status Unwrap(JSVM_Env env, JSVM_Value jsObject, void** result, UnwrapAction action) in Unwrap()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument