Searched refs:CallRestriction (Results 1 – 12 of 12) sorted by relevance
34 using CallRestriction = ProcessState::CallRestriction;110 void setCallRestriction(CallRestriction restriction);111 CallRestriction getCallRestriction() const;219 CallRestriction mCallRestriction;
76 enum class CallRestriction { enum86 void setCallRestriction(CallRestriction restriction);132 CallRestriction mCallRestriction;
74 enum class CallRestriction { enum84 void setCallRestriction(CallRestriction restriction);126 CallRestriction mCallRestriction;
157 ProcessState::CallRestriction mCallRestriction;
230 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction()290 CallRestriction originalCallRestriction = ipc->getCallRestriction(); in getStrongProxyForHandle()291 ipc->setCallRestriction(CallRestriction::NONE); in getStrongProxyForHandle()424 , mCallRestriction(CallRestriction::NONE) in ProcessState()
452 void IPCThreadState::setCallRestriction(ProcessState::CallRestriction restriction) { in setCallRestriction()456 ProcessState::CallRestriction IPCThreadState::getCallRestriction() const { in getCallRestriction()712 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()713 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()
199 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction()407 , mCallRestriction(CallRestriction::NONE) in ProcessState()
634 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()635 if (mCallRestriction == ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY) { in transact()
122 ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY); in main()
147 ProcessState::self()->setCallRestriction(ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY); in main()