Home
last modified time | relevance | path

Searched defs:major_version (Results 1 – 6 of 6) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp23 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback() local
DMemoryTest.profiler.cpp26 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest() local
DNfc.profiler.cpp23 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc() local
DTestMsgQ.profiler.cpp31 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ() local
DBar.profiler.cpp34 int major_version = stoi(version_str.substr(0, version_str.find('.'))); in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar() local
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp47 auto major_version = package_and_version.getPackageMajorVersion(); in FindAnyIfaceFQName() local