Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_connector.h50 bool IsActvBinderSupported();
H A Dbinder_invoker.h254 if ((binderConnector_ != nullptr) && binderConnector_->IsActvBinderSupported()) { in SetUseActvBinder()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_connector.cpp181 bool BinderConnector::IsActvBinderSupported() in IsActvBinderSupported() function in OHOS::BinderConnector