Searched refs:exceptionMessage (Results 1 – 16 of 16) sorted by relevance
109 << " 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 …]
377 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 …]
86 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()
41 std::cerr << "Could not dump device-mapper devices: " << status.exceptionMessage().c_str() in DumpDeviceMapper()
358 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()
174 LOG(ERROR) << "Error getting challenge from session: " << status.exceptionMessage(); in ensureChallenge()180 LOG(ERROR) << "Error getting challenge: " << status.exceptionMessage(); in ensureChallenge()
110 stream << s.exceptionMessage() << "'"; in operator <<()
219 _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()
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()
65 << " failed with " << status.exceptionMessage().c_str(); in IsOk()
161 return Error() << status.exceptionMessage().c_str(); in GetActivePackages()
138 LOG(ERROR) << "package_native::getNamesForUids failed: " << status.exceptionMessage(); in get_uid_names()