Home
last modified time | relevance | path

Searched refs:getGraphList (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/1/android/automotive/computepipe/registry/
DIPipeQuery.aidl21 @utf8InCpp String[] getGraphList(); in getGraphList() method
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/current/android/automotive/computepipe/registry/
DIPipeQuery.aidl21 @utf8InCpp String[] getGraphList(); in getGraphList() method
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/registry/
DIPipeQuery.aidl33 @utf8InCpp String[] getGraphList(); in getGraphList() method
/packages/services/Car/cpp/computepipe/router/1.0/include/
DPipeQuery.h38 ndk::ScopedAStatus getGraphList(::std::vector<std::string>* outNames) override;
/packages/services/Car/cpp/computepipe/router/1.0/
DPipeQuery.cpp32 ScopedAStatus PipeQuery::getGraphList(std::vector<std::string>* outNames) { in getGraphList() function in android::automotive::computepipe::router::V1_0::implementation::PipeQuery
/packages/services/Car/cpp/computepipe/tests/
DPipeQueryTest.cpp110 ASSERT_TRUE(qIface->getGraphList(outNames).isOk()); in TEST_F()