Home
last modified time | relevance | path

Searched defs:OnCall (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/
Dserver_endpoint-inl.h54 void ServerEndpoint<CONFIG>::OnCall(const char *method, in OnCall() function
Dendpoint.h49 void OnCall(const char *method, MethodHandler &&handler) in OnCall() function
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dclient.h63 void OnCall(const char *method, MethodHandler &&handler) in OnCall() function
Dinspector_test.cpp56 void OnCall(const char *method, Arg &&... arg) in OnCall() function in panda::tooling::inspector::test::InspectorTest