Home
last modified time | relevance | path

Searched defs:deviceName (Results 1 – 4 of 4) sorted by relevance

/system/chre/java/test/utils/src/com/google/android/utils/chre/
DContextHubHostTestUtil.java183 String deviceName = Build.DEVICE; in deviceInAllowlist() local
208 String deviceName = Build.DEVICE; in deviceInDenylist() local
/system/netd/server/
DXfrmController.cpp1469 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
1493 netdutils::Status XfrmController::ipSecAddXfrmInterface(const std::string& deviceName, in ipSecAddXfrmInterface()
1582 netdutils::Status XfrmController::ipSecAddVirtualTunnelInterface(const std::string& deviceName, in ipSecAddVirtualTunnelInterface()
1707 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
DNetdNativeService.cpp664 binder::Status NetdNativeService::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
675 binder::Status NetdNativeService::ipSecUpdateTunnelInterface(const std::string& deviceName, in ipSecUpdateTunnelInterface()
686 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
/system/netd/tests/
Dbinder_test.cpp385 const std::string deviceName; in TEST_F() member