Searched refs:exceptionMessage (Results 1 – 16 of 16) sorted by relevance
108 << " 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()
345 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 …]
75 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()
41 std::cerr << "Could not dump device-mapper devices: " << status.exceptionMessage().c_str() in DumpDeviceMapper()
297 LOG(ERROR) << "Could not enableGsi: " << status.exceptionMessage().string(); in enableGsiAsync()348 LOG(ERROR) << "Could not removeGsi: " << status.exceptionMessage().string(); in removeGsiAsync()
36 std::cerr << status.exceptionMessage(); in Run()
42 halStatus.serviceSpecificErrorCode(), halStatus.exceptionMessage().c_str()); in halStatusToError()
153 LOG(ERROR) << "Error getting challenge: " << status.exceptionMessage(); in ensureChallenge()
110 stream << s.exceptionMessage() << "'"; in operator <<()
108 const char *exceptionMessage() const { return mMessage.c_str(); } in exceptionMessage() function
286 status.exceptionMessage().string(), status.exceptionCode()); in gather_attestation_application_id()
208 status = parcel->writeString16(String16(s.exceptionMessage())); in writeToParcel()
150 << " 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()
71 << " failed with " << status.exceptionMessage().c_str(); in IsOk()
228 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in LogThis()420 _transaction_log.exception_message = _aidl_status.exceptionMessage(); in onTransact()
138 LOG(ERROR) << "package_native::getNamesForUids failed: " << status.exceptionMessage(); in get_uid_names()