Searched refs:GetDevice (Results 1 – 7 of 7) sorted by relevance
16 rpc GetDevice(GetDeviceRequest) returns (GetDeviceResponse); rpc23 /// from ListDevices or GetDevice.46 /// Parameters for the GetDevice command.51 /// Result of the GetDevice command.
100 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice()351 DeviceExists(AnyOf(GetDevice(S("bar")), in TEST_P()352 GetDevice(T("bar")), in TEST_P()353 GetDevice(S("system")), in TEST_P()354 GetDevice(T("system"))))) in TEST_P()382 EXPECT_EQ(GetDevice(T("system")), system_device); in TEST_P()389 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P()394 EXPECT_EQ(GetDevice(T("bar")), bar_device); in TEST_P()410 DeviceExists(AnyOf(GetDevice(S("vendor")), in TEST_P()411 GetDevice(T("vendor")), in TEST_P()[all …]
114 inline std::string GetDevice(const std::string& name) { in GetDevice() function
175 dev_t before = GetDevice(mSdcardFsFull); in doMount()216 while (before == GetDevice(mSdcardFsFull)) { in doMount()
352 dev_t before = GetDevice(mSdcardFsFull); in doMount()386 while (before == GetDevice(mSdcardFsFull)) { in doMount()
162 dev_t GetDevice(const std::string& path);
1168 dev_t GetDevice(const std::string& path) { in GetDevice() function