Searched defs:_status (Results 1 – 5 of 5) sorted by relevance
26 auto _status = _aidl_delegate->GetTestService(_aidl_return); in GetTestService() local
172 auto _status = _aidl_delegate->GetOtherTestService(name, _aidl_return); in GetOtherTestService() local277 auto _status = _aidl_delegate->GetCallback(return_null, _aidl_return); in GetCallback() local299 auto _status = _aidl_delegate->GetOldNameInterface(_aidl_return); in GetOldNameInterface() local306 auto _status = _aidl_delegate->GetNewNameInterface(_aidl_return); in GetNewNameInterface() local322 auto _status = _aidl_delegate->GetCircular(cp, _aidl_return); in GetCircular() local
149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event()
124 SocketMockFuzz::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event()
90 let _status = std::process::Command::new("kill").arg("-9").arg(id).status().unwrap(); in keystore2_restart_service() localVariable