Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 14 of 14) 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()
234 LOG(ERROR) << "Could not acquire IImageManager: " << status.exceptionMessage().string(); in Open()
/system/netd/tests/
Dbinder_test.cpp288 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
296 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
300 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage(); in TEST_F()
837 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
853 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
870 ASSERT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1132 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1136 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1186 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
1195 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F()
[all …]
/system/gsid/
Dgsi_tool.cpp73 return status.exceptionMessage().string(); in ErrorMessage()
355 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData()
366 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData()
391 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
399 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
407 std::cerr << status.exceptionMessage().string() << std::endl; in Status()
421 std::cerr << status.exceptionMessage().string() << std::endl; in Status()
430 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
436 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status()
462 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.cpp258 LOG(ERROR) << "Could not enableGsi: " << status.exceptionMessage().string(); in enableGsiAsync()
308 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()
/system/libhidl/base/
DStatus.cpp110 stream << s.exceptionMessage() << "'"; in operator <<()
/system/apex/apexd/
Dapexd_test_utils.h50 << " failed with " << status.exceptionMessage().c_str(); in IsOk()
Dapexservice_test.cpp147 << " is active : " << status.exceptionMessage().c_str(); in IsActive()
170 return Error() << status.exceptionMessage().c_str(); in IsActive()
190 return Error() << status.exceptionMessage().c_str(); in GetActivePackages()
214 return Error() << status.exceptionMessage().c_str(); in GetActivePackage()
626 std::string error = st.exceptionMessage().c_str(); in TEST_F()
644 std::string error = st.exceptionMessage().c_str(); in TEST_F()
1037 std::string error = st.exceptionMessage().c_str(); in TEST_F()
2211 std::string(status.exceptionMessage().c_str()); in TEST_F()
2637 std::string(status.exceptionMessage().c_str()); in TEST_F()
2762 LOG(ERROR) << ret.exceptionMessage(); in TEST_F()
/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.cpp205 status = parcel->writeString16(String16(s.exceptionMessage())); in writeToParcel()
/system/core/storaged/
Dstoraged_uid_monitor.cpp138 LOG(ERROR) << "package_native::getNamesForUids failed: " << status.exceptionMessage(); in get_uid_names()