Home
last modified time | relevance | path

Searched refs:retMsg (Results 1 - 3 of 3) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbundle_manager_proxy_test.cpp251 std::string retMsg; in HWTEST_F() local
255 ErrCode ret = bundleManagerProxy->Uninstall(admin, ADMIN_PACKAGENAME, DEFAULT_USER_ID, false, retMsg); in HWTEST_F()
257 ASSERT_TRUE(retMsg == RETURN_STRING); in HWTEST_F()
268 std::string retMsg; in HWTEST_F() local
272 ErrCode ret = bundleManagerProxy->Uninstall(admin, ADMIN_PACKAGENAME, DEFAULT_USER_ID, false, retMsg); in HWTEST_F()
338 std::string retMsg; in HWTEST_F() local
339 ErrCode ret = bundleManagerProxy->Install(admin, hapFilePaths, installParam, retMsg); in HWTEST_F()
353 std::string retMsg; in HWTEST_F() local
362 ErrCode ret = bundleManagerProxy->Install(admin, hapFilePaths, installParam, retMsg); in HWTEST_F()
376 std::string retMsg; in HWTEST_F() local
400 std::string retMsg; HWTEST_F() local
417 std::string retMsg; HWTEST_F() local
[all...]
/base/telephony/sms_mms/test/gtest/
H A Dcdma_sms_gtest.cpp157 auto retMsg = std::make_shared<CdmaSmsMessage>(); in HWTEST_F() local
158 retMsg = CdmaSmsMessage::CreateMessage(CDMA_PDU); in HWTEST_F()
159 EXPECT_EQ(retMsg, nullptr); in HWTEST_F()
190 auto retMsg = CdmaSmsMessage::CreateMessage(OTHER_CDMA_PDU); in HWTEST_F() local
191 EXPECT_EQ(retMsg, nullptr); in HWTEST_F()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp665 auto retMsg = std::to_string(resSdkDump); in HandleSdkDumpRequest() local
666 if (OHOS_TEMP_FAILURE_RETRY(send(connectionFd, retMsg.data(), retMsg.length(), 0)) != in HandleSdkDumpRequest()
667 static_cast<ssize_t>(retMsg.length())) { in HandleSdkDumpRequest()

Completed in 5 milliseconds