Home
last modified time | relevance | path

Searched refs:moduleEnumerateAnnotationInterfaces (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/
Dannotations_test.cpp48 …g_implI->moduleEnumerateAnnotationInterfaces(module, module, [](AbckitCoreAnnotationInterface *ann… in ModifyModule()
90 …g_implI->moduleEnumerateAnnotationInterfaces(module, &af, [](AbckitCoreAnnotationInterface *annoI,… in ModifyClassAddAnnotation()
185 …g_implI->moduleEnumerateAnnotationInterfaces(module, &af, [](AbckitCoreAnnotationInterface *annoI,… in ModifyFunctionAddAnnotation()
451 …g_implI->moduleEnumerateAnnotationInterfaces(module, &af, [](AbckitCoreAnnotationInterface *annoI,… in ModifyAnnotationInterfaceAddField()
518 …g_implI->moduleEnumerateAnnotationInterfaces(module, &af, [](AbckitCoreAnnotationInterface *annoI,… in ModifyAnnotationInterfaceRemoveField()
583 …g_implI->moduleEnumerateAnnotationInterfaces(module, &af, [](AbckitCoreAnnotationInterface *annoI,… in TestAnnotationInterfaceRemoveField()
684 …g_implI->moduleEnumerateAnnotationInterfaces(moduleFrom, &aiFinder, helpers::AnnotationInterfaceBy… in TEST_F()
768 …g_implI->moduleEnumerateAnnotationInterfaces(module, &aiFinder, helpers::AnnotationInterfaceByName… in TEST_F()
814 …g_implI->moduleEnumerateAnnotationInterfaces(module, &aiFinder, helpers::AnnotationInterfaceByName… in TEST_F()
891 …g_implI->moduleEnumerateAnnotationInterfaces(module, &aiFinder, helpers::AnnotationInterfaceByName… in TEST_F()
[all …]
/arkcompiler/runtime_core/libabckit/tests/null_args_tests/
Dnull_args_tests_InspectApiImpl_0.cpp494 TEST_F(LibAbcKitNullptrTestsInspectApiImpl0, moduleEnumerateAnnotationInterfaces) in TEST_F() argument
496 helpers_nullptr::TestNullptr(g_inspectApiImp->moduleEnumerateAnnotationInterfaces); in TEST_F()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dmodule_impl.h207 auto isNormalExit = GetApiConfig()->cIapi_->moduleEnumerateAnnotationInterfaces( in GetAnnotationInterfacesInner()
285 auto isNormalExit = GetApiConfig()->cIapi_->moduleEnumerateAnnotationInterfaces( in EnumerateAnnotationInterfaces()
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/api_casts/
Dapi_casts.cpp70 g_implI->moduleEnumerateAnnotationInterfaces( in ProcessAnnotationInterface()
90 g_implI->moduleEnumerateAnnotationInterfaces( in ProcessAnnotationInterfaceField()
/arkcompiler/runtime_core/libabckit/include/c/
Dmetadata_core.h552 bool (*moduleEnumerateAnnotationInterfaces)(AbckitCoreModule *m, void *data, member
/arkcompiler/runtime_core/libabckit/doc/
Dmini_cookbook_zh.md150 …implI->moduleEnumerateAnnotationInterfaces(mod, &ai, [](AbckitCoreAnnotationInterface *annoI, void…
Dmini_cookbook.md150 …implI->moduleEnumerateAnnotationInterfaces(mod, &ai, [](AbckitCoreAnnotationInterface *annoI, void…
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/
Dannotations_test.cpp246 …g_implI->moduleEnumerateAnnotationInterfaces(module, module, [](AbckitCoreAnnotationInterface *ann… in ProcessModule()