Home
last modified time | relevance | path

Searched defs:namespaceName (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_namespace_manager.cpp34 std::string namespaceName; in SetAppLibPaths() local
Dets_namespace_manager_impl.cpp48 std::string namespaceName; in LoadNativeLibraryFromNs() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkNamespace.ts67 const namespaceName = namespaceSignature.getNamespaceName(); constant
DArkFile.ts183 const namespaceName = namespaceSignature.getNamespaceName(); constant
DArkSignature.ts71 private namespaceName: string; property in NamespaceSignature
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/namespace/
Dnamespace_arkts.cpp56 … auto namespaceName = std::string(helpers::AbckitStringToString(g_implI->namespaceGetName(n))); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkNamespaceBuilder.ts46 const namespaceName = node.name.text; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
Dmodule_find_combination_test.cpp36 std::string namespaceName = "L"; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp797 std::string namespaceName = "TestNamespace2"; in HWTEST_F_L0() local
812 std::string namespaceName = "TestNamespace2"; in HWTEST_F_L0() local
827 std::string namespaceName = "TestNamespace2"; in HWTEST_F_L0() local
842 std::string namespaceName = ""; in HWTEST_F_L0() local
857 std::string namespaceName = "TestNamespace2"; in HWTEST_F_L0() local
872 std::string namespaceName = "TestNamespace1"; in HWTEST_F_L0() local
890 std::string namespaceName = "TestNamespace2"; in HWTEST_F_L0() local
908 std::string namespaceName = ""; in HWTEST_F_L0() local
926 std::string namespaceName = ""; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/namespaces/
Dnamespaces_test.cpp38 static void TestNamespaces(const std::string &namespaceName, const std::string &expectedNamespaceNa… in TestNamespaces()
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/enumerators/
Denumerators_test.cpp93 auto namespaceName = helpers::AbckitStringToString(g_implI->namespaceGetName(n)); in GetCbNamespace() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/enumerators/
Denumerators_test.cpp107 auto namespaceName = helpers::AbckitStringToString(g_implI->namespaceGetName(n)); in GetCbNamespace() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts550 …const namespaceName = method.getDeclaringClassSignature().getDeclaringNamespaceSignature()?.getNam… constant
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1163const std::string &namespaceName, const std::string &className, in FindFunctionForHook()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp578 const std::string &namespaceName; member
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2341 const std::string &namespaceName, in FindFuncInModuleForHook()