Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/mock/
Dcheck_mock.cpp25 bool CheckMockedApi(const std::string &apiName) in CheckMockedApi()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts8367 const apiName = ts.isIdentifier(decl.name) && decl.name.text || ''; constant