Home
last modified time | relevance | path

Searched defs:_status (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnCircular.h26 auto _status = _aidl_delegate->GetTestService(_aidl_return); in GetTestService() local
DBnTestService.h172 auto _status = _aidl_delegate->GetOtherTestService(name, _aidl_return); in GetOtherTestService() local
277 auto _status = _aidl_delegate->GetCallback(return_null, _aidl_return); in GetCallback() local
299 auto _status = _aidl_delegate->GetOldNameInterface(_aidl_return); in GetOldNameInterface() local
306 auto _status = _aidl_delegate->GetNewNameInterface(_aidl_return); in GetNewNameInterface() local
322 auto _status = _aidl_delegate->GetCircular(cp, _aidl_return); in GetCircular() local
/system/core/fastboot/
Dsocket_mock.cpp149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event()
/system/core/fastboot/fuzzer/
Dsocket_mock_fuzz.cpp124 SocketMockFuzz::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event()
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs90 let _status = std::process::Command::new("kill").arg("-9").arg(id).status().unwrap(); in keystore2_restart_service() localVariable