Home
last modified time | relevance | path

Searched refs:getInstalledDsuSlots (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/gsid/aidl/android/gsi/
H A DIGsiService.aidl156 @utf8InCpp List<String> getInstalledDsuSlots(); in getInstalledDsuSlots() method
/aosp12/system/gsid/
H A Dgsi_service.h65 binder::Status getInstalledDsuSlots(std::vector<std::string>* _aidl_return) override;
H A Dgsi_tool.cpp562 status = gsid->getInstalledDsuSlots(&dsu_slots); in Status()
H A Dgsi_service.cpp430 binder::Status GsiService::getInstalledDsuSlots(std::vector<std::string>* _aidl_return) { in getInstalledDsuSlots() function in android::gsi::GsiService