Home
last modified time | relevance | path

Searched defs:StatusCode (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/common/
H A DStatusCode.java27 public class StatusCode implements Parcelable { class
80 public StatusCode() {} in StatusCode() method in StatusCode
127 private StatusCode(Parcel source) { in StatusCode() method in StatusCode
/aosp12/system/netd/server/
H A DNetdHwService.h28 using StatusCode = android::system::net::netd::V1_1::INetd::StatusCode; variable
/aosp12/system/bt/gd/os/internal/
H A Dwakelock_native.h35 enum StatusCode : uint8_t { SUCCESS = 0, NATIVE_SERVICE_NOT_AVAILABLE = 1, NATIVE_API_ERROR = 2 }; enum
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsVehicleListener.h46 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() argument
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraOfflineSession.java105 public @interface StatusCode {}; annotation in CameraOfflineSession.CameraOfflineSessionCallback
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h108 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() argument
/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs46 fn parse_status_code(code: i32) -> StatusCode { in parse_status_code()
225 pub fn transaction_error(&self) -> StatusCode { in transaction_error()
/aosp12/frameworks/native/libs/binder/rust/sys/
H A DBinderBindings.hpp32 enum StatusCode { enum
/aosp12/system/bt/gd/os/linux_generic/
H A Dwakelock_manager.cc33 using StatusCode = WakelockNative::StatusCode; typedef
/aosp12/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp103 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
/aosp12/system/hardware/interfaces/net/netd/1.1/vts/functional/
H A DVtsHalNetNetdV1_1TargetTest.cpp188 Return<void> ret = netd->createOemNetwork([&](net_handle_t n, uint32_t p, INetd::StatusCode) { in TEST_P()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp56 Return<void> onPropertySetError(StatusCode /* errorCode */, int32_t /* propId */, in onPropertySetError() argument
/aosp12/system/nvram/client/
H A Dnvram_client.c29 enum StatusCode { enum
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp149 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp182 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp152 Return<void> PropertyChangeListener::onPropertySetError(StatusCode /*status*/, int32_t /*propId*/, in onPropertySetError() argument
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp182 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp136 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp923 StatusCode /*status*/, int32_t /*propId*/, int32_t /*areaId*/) { in onPropertySetError() argument