Searched refs:moduleEnumerateAnnotationInterfaces (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/ |
| D | annotations_test.cpp | 48 …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/ |
| D | null_args_tests_InspectApiImpl_0.cpp | 494 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/ |
| D | module_impl.h | 207 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/ |
| D | api_casts.cpp | 70 g_implI->moduleEnumerateAnnotationInterfaces( in ProcessAnnotationInterface() 90 g_implI->moduleEnumerateAnnotationInterfaces( in ProcessAnnotationInterfaceField()
|
| /arkcompiler/runtime_core/libabckit/include/c/ |
| D | metadata_core.h | 552 bool (*moduleEnumerateAnnotationInterfaces)(AbckitCoreModule *m, void *data, member
|
| /arkcompiler/runtime_core/libabckit/doc/ |
| D | mini_cookbook_zh.md | 150 …implI->moduleEnumerateAnnotationInterfaces(mod, &ai, [](AbckitCoreAnnotationInterface *annoI, void…
|
| D | mini_cookbook.md | 150 …implI->moduleEnumerateAnnotationInterfaces(mod, &ai, [](AbckitCoreAnnotationInterface *annoI, void…
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/ |
| D | annotations_test.cpp | 246 …g_implI->moduleEnumerateAnnotationInterfaces(module, module, [](AbckitCoreAnnotationInterface *ann… in ProcessModule()
|