Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_connector.cpp50 static constexpr const char *DRIVER_NAME = "/dev/binder"; variable
274 auto temp = new (std::nothrow) BinderConnector(std::string(DRIVER_NAME)); in GetInstance()