Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dbinder.cpp108 << " binder returned: " << status.exceptionMessage().string(); in DeleteBackingImage()
124 << " binder returned: " << status.exceptionMessage().string(); in MapImageDevice()
135 << " binder returned: " << status.exceptionMessage().string(); in UnmapImageDevice()
146 << " binder returned: " << status.exceptionMessage().string(); in BackingImageExists()
157 << " binder returned: " << status.exceptionMessage().string(); in IsImageMapped()
177 << " binder returned: " << status.exceptionMessage().string(); in GetAllBackingImages()
191 << " binder returned: " << status.exceptionMessage().string(); in RemoveAllImages()
206 << " binder returned: " << status.exceptionMessage().string(); in RemoveDisabledImages()
216 << " binder returned: " << status.exceptionMessage().string(); in GetMappedImageDevice()
235 LOG(ERROR) << "Could not acquire IImageManager: " << status.exceptionMessage().string(); in Open()
/system/netd/tests/
Dbinder_test.cpp345 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
353 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
357 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
802 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
804 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
843 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
990 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1006 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1023 ASSERT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1285 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
[all …]
/system/gsid/
Dgsi_tool.cpp75 return status.exceptionMessage().string(); in ErrorMessage()
498 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData()
509 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData()
534 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
542 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
550 std::cerr << status.exceptionMessage().string() << std::endl; in Status()
564 std::cerr << status.exceptionMessage().string() << std::endl; in Status()
573 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
579 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
605 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.cpp297 LOG(ERROR) << "Could not enableGsi: " << status.exceptionMessage().string(); in enableGsiAsync()
348 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.cpp153 LOG(ERROR) << "Error getting challenge: " << status.exceptionMessage(); in ensureChallenge()
/system/libhidl/base/
DStatus.cpp110 stream << s.exceptionMessage() << "'"; in operator <<()
/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/
Dapexservice_test.cpp150 << " is active : " << status.exceptionMessage().c_str(); in IsActive()
173 return Error() << status.exceptionMessage().c_str(); in IsActive()
193 return Error() << status.exceptionMessage().c_str(); in GetActivePackages()
217 return Error() << status.exceptionMessage().c_str(); in GetActivePackage()
618 std::string error = st.exceptionMessage().c_str(); in TEST_F()
636 std::string error = st.exceptionMessage().c_str(); in TEST_F()
1071 std::string error = st.exceptionMessage().c_str(); in TEST_F()
2275 std::string(status.exceptionMessage().c_str()); in TEST_F()
2866 LOG(ERROR) << ret.exceptionMessage(); in TEST_F()
Dapexd_test_utils.h71 << " failed with " << status.exceptionMessage().c_str(); in IsOk()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp228 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in LogThis()
420 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in onTransact()
/system/core/storaged/
Dstoraged_uid_monitor.cpp138 LOG(ERROR) << "package_native::getNamesForUids failed: " << status.exceptionMessage(); in get_uid_names()