Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dinspector_test.cpp73 class Callback { class
76 explicit Callback(MockFunction<void()> &checkpoint, JsonProperty<PropertyType>... property) in Callback() function in panda::tooling::inspector::test::__anon18518dfb0111::Callback
82 explicit Callback(JsonProperty<PropertyType>... property) in Callback() function in panda::tooling::inspector::test::__anon18518dfb0111::Callback
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_runner_test.cpp323 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback() function
/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp47 using Callback = int (*)(uintptr_t, uintptr_t); typedef in panda::test::StackWalkerTest
96 using Callback = int (*)(uintptr_t, uintptr_t); typedef in panda::test::PandaRunner