Searched refs:CallRestriction (Results 1 – 5 of 5) sorted by relevance
74 enum class CallRestriction { enum84 void setCallRestriction(CallRestriction restriction);126 CallRestriction mCallRestriction;
157 ProcessState::CallRestriction mCallRestriction;
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()
147 ProcessState::self()->setCallRestriction(ProcessState::CallRestriction::ERROR_IF_NOT_ONEWAY); in main()