Home
last modified time | relevance | path

Searched refs:Module_FindNamespace (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
Dmodule_find_namespace_test.cpp66 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
68 ASSERT_EQ(env_->Module_FindNamespace(module, "Louter/inner;", &ns), ANI_OK); in TEST_F()
70 ASSERT_EQ(env_->Module_FindNamespace(module, "Lopst;", &ns), ANI_OK); in TEST_F()
81 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
84 ASSERT_EQ(env_->Module_FindNamespace(module, "", &ns), ANI_INVALID_ARGS); in TEST_F()
85 ASSERT_EQ(env_->Module_FindNamespace(module, nullptr, &ns), ANI_INVALID_ARGS); in TEST_F()
87 ASSERT_EQ(env_->Module_FindNamespace(module, "ops;", &ns), ANI_INVALID_ARGS); in TEST_F()
89 … ASSERT_EQ(env_->Module_FindNamespace(module, "Lmodule_find_class_test/ops", &ns), ANI_NOT_FOUND); in TEST_F()
91 …ASSERT_EQ(env_->Module_FindNamespace(module, "Lmodule_find_class_test/inner;", &ns), ANI_NOT_FOUND… in TEST_F()
101 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_INVALID_ARGS); in TEST_F()
[all …]
Dmodule_find_combination_test.cpp51 ASSERT_EQ(env_->Module_FindNamespace(module, namespaceName.c_str(), &ns), ANI_OK); in TEST_F()
68 ASSERT_EQ(env_->Module_FindNamespace(module, "LAAAAops;", &ns), ANI_NOT_FOUND); in TEST_F()
73 ASSERT_EQ(env_->Module_FindNamespace(nullptr, "LAops;", &ns), ANI_INVALID_ARGS); in TEST_F()
Dmodule_find_function_test.cpp222 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
Dmodule_find_enum_test.cpp114 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
Dmodule_find_class_test.cpp191 ASSERT_EQ(env_->Module_FindNamespace(module, "Laaa_test;", &ns), ANI_OK); in TEST_F()
Dmodule_find_variable_test.cpp126 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/bind_ops/
Dnamespace_bind_native_functions_test.cpp66 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
86 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
127 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
145 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
163 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
181 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
203 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nsA), ANI_OK); in TEST_F()
205 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nsB), ANI_OK); in TEST_F()
227 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in TEST_F()
Dmodule_bind_native_functions_test.cpp173 ASSERT_EQ(env_->Module_FindNamespace(module, "Ltest001A;", &ns), ANI_OK); in TEST_F()
219 ASSERT_EQ(env_->Module_FindNamespace(module, "Ltest001A;", &ns), ANI_OK); in TEST_F()
241 ASSERT_EQ(env_->Module_FindNamespace(module, "Ltest001A;", &ns), ANI_OK); in TEST_F()
Dclass_bind_native_methods_test.cpp105 ASSERT_EQ(env_->Module_FindNamespace(module, "Ltest002A;", &ns), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/function_ops/
Dfunction_call_boolean_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
139 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
164 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
166 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
190 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
255 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
279 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
303 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
336 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_long_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
149 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
174 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
176 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
200 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
267 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
291 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
316 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
349 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_short_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
149 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
174 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
176 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
200 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
267 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
291 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
316 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
349 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_double_test.cpp35 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
150 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
175 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
177 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
201 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
268 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
292 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
317 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
350 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_float_test.cpp35 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
150 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
175 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
177 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
201 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
268 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
292 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
317 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
350 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_int_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
149 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
174 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
176 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
200 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
267 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
291 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
316 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
349 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_byte_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
136 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
161 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
163 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
187 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
254 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
278 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
303 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
336 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_char_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
150 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
175 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
177 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
201 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
268 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
292 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
317 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
350 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_void_test.cpp33 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
126 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
156 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
158 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
187 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
268 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
297 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
329 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
376 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
Dfunction_call_ref_test.cpp34 ASSERT_EQ(env_->Module_FindNamespace(module, "Lops;", &ns), ANI_OK); in GetMethod()
172 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
200 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
202 ASSERT_EQ(env_->Module_FindNamespace(module, "LA/B;", &nB), ANI_OK); in TEST_F()
229 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
305 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
332 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
359 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
396 ASSERT_EQ(env_->Module_FindNamespace(module, "LA;", &nA), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindnamespace_fuzzer/
Danimodulefindnamespace_fuzzer.cpp41 env->Module_FindNamespace(md, input.c_str(), &ns); in AniModuleFindNamespaceFuzzTest()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/mangling/
Dmangle_descriptor_test.cpp168 TEST_F(MangleDescriptorTest, Module_FindNamespace) in TEST_F() argument
174 EXPECT_EQ(env_->Module_FindNamespace(mod, "rls", &ns), ANI_OK); in TEST_F()
175 EXPECT_EQ(env_->Module_FindNamespace(mod, "rls.ns", &ns), ANI_OK); in TEST_F()
184 EXPECT_EQ(env_->Module_FindNamespace(mod, "Lrls;", &ns), ANI_OK); in TEST_F()
185 EXPECT_EQ(env_->Module_FindNamespace(mod, "Lrls/ns;", &ns), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/find_ops/
Dfind_namespace_combine_scenes_test.cpp30 ASSERT_EQ(env_->Module_FindNamespace(module, "LspaceB;", &ns), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_in_module_test.cpp57 ASSERT_EQ(env_->Module_FindNamespace(module, "Ltest001;", &ns), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani.h431 …ani_status (*Module_FindNamespace)(ani_env *env, ani_module module, const char *namespace_descript… member
5836 …ani_status Module_FindNamespace(ani_module module, const char *namespace_descriptor, ani_namespace… in Module_FindNamespace() function
5838 return c_api->Module_FindNamespace(this, module, namespace_descriptor, result); in Module_FindNamespace()
Dani_interaction_api.cpp1094 NO_UB_SANITIZE static ani_status Module_FindNamespace(ani_env *env, ani_module module, const char *… in Module_FindNamespace() function
6426 Module_FindNamespace,

12