Home
last modified time | relevance | path

Searched defs:kDeviceName (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapex_database_test.cpp140 constexpr const char* kDeviceName = "dev"; in TEST() local
166 constexpr const char* kDeviceName[] = {"dev", "dev2", "dev3", "dev4"}; in TEST() local
209 constexpr const char* kDeviceName = "dev"; in TEST() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompilationCaching.cpp324 static constexpr std::string_view kDeviceName = "deviceTestCompilationCaching"; member in __anone6e788b30110::DeviceRegistrationTest
409 static constexpr std::string_view kDeviceName = "deviceTestCompilationCaching"; member in __anone6e788b30110::CompilationCachingTest
/aosp12/hardware/interfaces/power/stats/1.0/default/
H A DPowerStats.cpp43 constexpr char kDeviceName[] = "pm_device_name"; variable