Searched refs:downInterface (Results 1 – 6 of 6) sorted by relevance
142 const auto dnresult = mCanController->downInterface(name); in TEST_P()149 const auto result = mCanController->downInterface("imnotup"); in TEST_P()164 const auto result = mCanController->downInterface(name); in TEST_P()224 const auto dnresult = mCanController->downInterface(config.name); in TEST_P()
101 const auto res = mController->downInterface(mIfname); in reset()
29 Return<bool> downInterface(const hidl_string& name) override;
277 busService->setErrorCallback([this, name = config.name]() { downInterface(name); }); in upInterface()303 Return<bool> CanController::downInterface(const hidl_string& name) { in downInterface() function in android::hardware::automotive::can::V1_0::implementation::CanController
103 if (ctrl->downInterface(busName)) return 0; in down()
194 downInterface(string name) generates (bool success);