Home
last modified time | relevance | path

Searched refs:GetResMsg (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h49 std::string GetResMsg(int32_t code);
50 std::string GetResMsg(int32_t code, const std::shared_ptr<QuickFixResult> &quickFixRes);
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3122 resultReceiver_ += GetResMsg(result, deployRes); in RunAsDeployQuickFix()
3195 resultReceiver_ += GetResMsg(result, switchRes); in RunAsSwitchQuickFix()
3244 resultReceiver_ += GetResMsg(result, deleteRes); in RunAsDeleteQuickFix()
3364 std::string BundleTestTool::GetResMsg(int32_t code) in GetResMsg() function in OHOS::AppExecFwk::BundleTestTool
3374 std::string BundleTestTool::GetResMsg(int32_t code, const std::shared_ptr<QuickFixResult> &quickFixRes) in GetResMsg() function in OHOS::AppExecFwk::BundleTestTool
3434 resultReceiver_ = STRING_SET_DEBUG_MODE_NG + GetResMsg(setResult); in RunAsSetDebugMode()

Completed in 9 milliseconds