Searched refs:IsDriverAlive (Results 1 – 3 of 3) sorted by relevance
68 bool BinderConnector::IsDriverAlive() in IsDriverAlive() function in OHOS::BinderConnector170 if (IsDriverAlive() != true) { in IsAccessTokenSupported()183 return (IsDriverAlive() && ((featureSet_ & ACTV_BINDER_FEATURE_MASK) != 0)); in IsActvBinderSupported()188 return (IsDriverAlive() && actvBinder_.isActvMgr_); in IsActvBinderService()
292 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in TranslateIRemoteObject()476 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in SetMaxWorkThread()492 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in FlushCommands()523 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in ExitCurrentThread()532 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in StartWorkLoop()1094 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in TransactWithDriver()1283 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in WaitForCompletion()1319 …if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive()) || (object == nullptr)) { in SetRegistryObject()1436 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in GetSelfTokenID()1445 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in GetSelfFirstCallerTokenID()[all …]
43 bool IsDriverAlive();