Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/rules/
Dwatch-decorator-function.ts25 const methodName = getIdentifierName(member.name); constant
82 const methodName = element.value?.dumpSrc().slice(1, -1); constant
/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp187 std::string methodName, in AddServiceMethod()