Home
last modified time | relevance | path

Searched refs:GetErrorMessage (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/cmds/idmap2/tests/
DResultTests.cpp84 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
95 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
110 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
121 ASSERT_EQ(r.GetErrorMessage(), "foo"); in TEST()
132 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
243 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
258 ASSERT_EQ(container.GetErrorMessage(), "foo -> bar"); in TEST()
286 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
DXmlParserTests.cpp45 ASSERT_TRUE(xml) << xml.GetErrorMessage(); in TEST()
55 ASSERT_TRUE(xml) << xml.GetErrorMessage(); in TEST()
85 ASSERT_TRUE(xml) << xml.GetErrorMessage(); in TEST()
111 ASSERT_TRUE(xml) << xml.GetErrorMessage(); in TEST()
146 ASSERT_TRUE(xml) << xml.GetErrorMessage(); in TEST()
DResourceMappingTests.cpp40 ASSERT_TRUE(result) << result.GetErrorMessage(); \
148 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
166 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
182 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
197 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
228 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
252 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
271 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
291 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
325 ASSERT_TRUE(resources) << resources.GetErrorMessage(); in TEST()
[all …]
DFabricatedOverlayTests.cpp72 ASSERT_TRUE(crc) << crc.GetErrorMessage(); in TEST()
153 ASSERT_TRUE(container) << container.GetErrorMessage(); in TEST()
157 ASSERT_TRUE(crc) << crc.GetErrorMessage(); in TEST()
161 ASSERT_TRUE(info) << info.GetErrorMessage(); in TEST()
166 ASSERT_TRUE(pairs) << pairs.GetErrorMessage(); in TEST()
DResourceUtilsTests.cpp55 ASSERT_TRUE(name) << name.GetErrorMessage(); in TEST_F()
DIdmapTests.cpp201 ASSERT_TRUE(idmap_result) << idmap_result.GetErrorMessage(); in TEST()
230 ASSERT_TRUE(idmap_result) << idmap_result.GetErrorMessage(); in TEST()
287 ASSERT_TRUE(idmap_result) << idmap_result.GetErrorMessage(); in TEST()
354 ASSERT_TRUE(idmap_result) << idmap_result.GetErrorMessage(); in TEST()
426 ASSERT_TRUE(idmap_data) << idmap_data.GetErrorMessage(); in TEST()
448 ASSERT_TRUE(idmap_data) << idmap_data.GetErrorMessage(); in TEST()
/frameworks/base/cmds/idmap2/self_targeting/
DSelfTargeting.cpp78 out_err_result = base::StringPrintf("to stream fail %s", result.GetErrorMessage().c_str()); in CreateFrroFile()
144 target.GetErrorMessage().c_str()); in CreateIdmapFile()
151 overlay.GetErrorMessage().c_str()); in CreateIdmapFile()
163 idmap.GetErrorMessage().c_str()); in CreateIdmapFile()
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp116 status.GetErrorMessage().c_str()); in OnCreateConsumerQueue()
135 channel_status.GetErrorMessage().c_str()); in OnCreateConsumerQueue()
219 status.GetErrorMessage().c_str()); in AllocateBuffer()
236 producer_channel_status.GetErrorMessage().c_str()); in AllocateBuffer()
252 channel_status.GetErrorMessage().c_str()); in AllocateBuffer()
Dconsumer_queue_channel.cpp96 status.GetErrorMessage().c_str()); in RegisterNewBuffer()
142 status.GetErrorMessage().c_str()); in OnConsumerQueueImportBuffers()
Dbuffer_hub.cpp280 status.GetErrorMessage().c_str()); in OnCreateBuffer()
321 channel_id_, status.GetErrorMessage().c_str()); in SignalAvailable()
334 channel_id_, status.GetErrorMessage().c_str()); in ClearAvailable()
345 channel_id_, status.GetErrorMessage().c_str()); in Hangup()
Dproducer_channel.cpp317 status.GetErrorMessage().c_str()); in CreateConsumer()
328 channel_status.GetErrorMessage().c_str()); in CreateConsumer()
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp146 << "' not up to date : " << up_to_date.GetErrorMessage(); in verifyIdmap()
187 return error(idmap.GetErrorMessage()); in createIdmap()
308 overlay.overlayName.c_str(), frro.GetErrorMessage().c_str())); in createFabricatedOverlay()
319 return error("failed to write to frro path " + path + ": " + result.GetErrorMessage()); in createFabricatedOverlay()
385 LOG(WARNING) << "Failed to open '" << entry.path() << "': " << overlay.GetErrorMessage(); in nextFabricatedOverlayInfos()
443 return error(idmap.GetErrorMessage()); in dumpIdmap()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h701 __status.GetErrorMessage().c_str()); \
710 __status.GetErrorMessage().c_str()); \
719 __status.GetErrorMessage().c_str()); \
731 __status.GetErrorMessage().c_str()); \
743 __status.GetErrorMessage().c_str()); \
752 __status.GetErrorMessage().c_str()); \
Dstatus.h124 std::string GetErrorMessage() const { in GetErrorMessage() function
160 std::string GetErrorMessage() const { in GetErrorMessage() function
/frameworks/base/cmds/idmap2/include/idmap2/
DResult.h71 std::string GetErrorMessage() const;
127 inline std::string Result<T>::GetErrorMessage() const { in GetErrorMessage() function
/frameworks/native/libs/vr/libpdx/
Dstatus_tests.cpp53 EXPECT_EQ(status.GetErrorMessage(), strerror(EIO)); in TEST()
56 EXPECT_EQ(status.GetErrorMessage(), strerror(EINVAL)); in TEST()
Dservice.cpp448 status.GetErrorMessage().c_str());
455 status.GetErrorMessage().c_str()); in ~Service()
481 status.GetErrorMessage().c_str()); in SetChannel()
649 ALOGE("Failed to receive message: %s\n", status.GetErrorMessage().c_str()); in ReceiveAndDispatch()
/frameworks/base/cmds/idmap2/libidmap2/
DResourceMapping.cpp129 log_info.Warning(LogMessage() << target_resid.GetErrorMessage()); in FromContainers()
140 << "' in target: " << overlayable.GetErrorMessage()); in FromContainers()
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub_base.cpp41 status.GetErrorMessage().c_str()); in CreateConsumer()
52 status.GetErrorMessage().c_str()); in ImportBuffer()
Dproducer_buffer.cpp24 status.GetErrorMessage().c_str()); in ProducerBuffer()
52 status.GetErrorMessage().c_str()); in ProducerBuffer()
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp60 status.GetErrorMessage().c_str()); in Reload()
74 status.GetErrorMessage().c_str()); in Dump()
/frameworks/base/cmds/idmap2/idmap2/
DMain.cpp79 std::cerr << "error: " << result.GetErrorMessage() << '\n'; in main()
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
Dservice_utility.h76 fpath, status.GetErrorMessage().c_str()); in PokeService()
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp64 ret.GetErrorMessage().c_str()); in SendAll()
81 ret.GetErrorMessage().c_str()); in SendMsgAll()
119 ret.GetErrorMessage().c_str()); in RecvMsgAll()
155 ret.GetErrorMessage().c_str()); in RecvAll()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method.h126 status.GetErrorMessage().c_str());
140 status.GetErrorMessage().c_str());
154 status.GetErrorMessage().c_str());

12