Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 16 of 16) sorted by relevance

/system/core/fs_mgr/libfiemap/
Dbinder.cpp109 << " binder returned: " << status.exceptionMessage().string(); in DeleteBackingImage()
125 << " binder returned: " << status.exceptionMessage().string(); in MapImageDevice()
136 << " binder returned: " << status.exceptionMessage().string(); in UnmapImageDevice()
147 << " binder returned: " << status.exceptionMessage().string(); in BackingImageExists()
158 << " binder returned: " << status.exceptionMessage().string(); in IsImageMapped()
178 << " binder returned: " << status.exceptionMessage().string(); in GetAllBackingImages()
192 << " binder returned: " << status.exceptionMessage().string(); in RemoveAllImages()
202 << " binder returned: " << status.exceptionMessage().string(); in DisableImage()
212 << " binder returned: " << status.exceptionMessage().string(); in RemoveDisabledImages()
222 << " binder returned: " << status.exceptionMessage().string(); in GetMappedImageDevice()
[all …]
/system/netd/tests/
Dbinder_test.cpp377 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
385 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
389 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
1025 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1027 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1067 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1220 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1236 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1253 ASSERT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1515 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
[all …]
/system/gsid/
Dgsi_tool.cpp86 return status.exceptionMessage().string(); in ErrorMessage()
536 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData()
547 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData()
572 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
580 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
588 std::cerr << status.exceptionMessage().string() << std::endl; in Status()
602 std::cerr << status.exceptionMessage().string() << std::endl; in Status()
616 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
622 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
648 std::cerr << status.exceptionMessage().string() << std::endl; in Cancel()
Ddaemon.cpp41 std::cerr << "Could not dump device-mapper devices: " << status.exceptionMessage().c_str() in DumpDeviceMapper()
Dgsi_service.cpp358 LOG(ERROR) << "Could not removeGsi: " << status.exceptionMessage().string(); in removeGsiAsync()
/system/extras/partition_tools/
Dlpdump_target.cc36 std::cerr << status.exceptionMessage(); in Run()
/system/security/identity/
DUtil.cpp42 halStatus.serviceSpecificErrorCode(), halStatus.exceptionMessage().c_str()); in halStatusToError()
DCredential.cpp174 LOG(ERROR) << "Error getting challenge from session: " << status.exceptionMessage(); in ensureChallenge()
180 LOG(ERROR) << "Error getting challenge: " << status.exceptionMessage(); in ensureChallenge()
/system/libhidl/base/
DStatus.cpp110 stream << s.exceptionMessage() << "'"; in operator <<()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp219 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in LogThis()
411 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in onTransact()
571 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in Log()
630 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in onTransact()
/system/libhidl/base/include/hidl/
DStatus.h108 const char *exceptionMessage() const { return mMessage.c_str(); } in exceptionMessage() function
/system/security/keystore/
Dkeystore_attestation_id.cpp286 status.exceptionMessage().string(), status.exceptionCode()); in gather_attestation_application_id()
/system/libhidl/transport/
DHidlBinderSupport.cpp208 status = parcel->writeString16(String16(s.exceptionMessage())); in writeToParcel()
/system/apex/apexd/
Dapexd_test_utils.h65 << " failed with " << status.exceptionMessage().c_str(); in IsOk()
Dapexservice_test.cpp161 return Error() << status.exceptionMessage().c_str(); in GetActivePackages()
/system/core/storaged/
Dstoraged_uid_monitor.cpp138 LOG(ERROR) << "package_native::getNamesForUids failed: " << status.exceptionMessage(); in get_uid_names()