Home
last modified time | relevance | path

Searched defs:fullSig (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/static/add_log/
Dadd_log_static_test.cpp188 std::string fullSig = g_implI->abckitStringToString(mname); in GetMethodName() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_try_catch/
Dadd_try_catch_test.cpp101 std::string fullSig = g_implI->abckitStringToString(mname); in GetMethodName() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_log/
Dadd_log_dynamic_test.cpp243 std::string fullSig = g_implI->abckitStringToString(mname); in GetMethodName() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.cpp61 std::tuple<std::string, std::string> FuncGetNames(const std::string &fullSig) in FuncGetNames()
71 std::string FuncNameCropModule(const std::string &fullSig) in FuncNameCropModule()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp569 std::string GetCropFuncName(const std::string &fullSig) in GetCropFuncName()