Home
last modified time | relevance | path

Searched refs:nameWithoutVersion (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/lint/lints/
DmethodVersions.cpp45 std::string nameWithoutVersion = method.name().substr(0, underscore); in checkMethodVersion() local
54 if (nameWithoutVersion != StringHelper::ToCamelCase(nameWithoutVersion)) { in checkMethodVersion()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp89 std::string nameWithoutVersion = name.substr(0, underscore); in pushVersionedMethodOntoMap() local
97 name = nameWithoutVersion; in pushVersionedMethodOntoMap()
98 versionedMethod.name = nameWithoutVersion; in pushVersionedMethodOntoMap()