Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohosabilitycontext.cpp File Reference

(b2b4258a42567f4a4f2bec950c3e01623a97a5df)

#include "qohosabilitycontext_p.h"
#include "qohosenums_p.h"
#include "qohosjsenv_p.h"
#include "qohoswantinfo_p.h"
#include "qohoswantutils_p.h"
#include <QtCore/private/qcore_ohos_p.h>
#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/private/qohoslogger_p.h>
#include <QtCore/qeventloop.h>
#include <QtCore/qhash.h>
#include <QtCore/qmap.h>
#include <QtCore/qrandom.h>
#include <QtCore/qsharedpointer.h>
#include <QtOhosAppKit/private/qohosoperationstatus_p.h>
#include <QtOhosAppKit/private/qohossharekit_p.h>
#include <QtOhosAppKit/private/qohosstartoptions_p.h>
#include <QtGui/qwindow.h>
#include <QtGui/private/qohosimageconversions_p.h>
#include <QtGui/qimage.h>
#include <array>
#include <cstdint>
#include <cstring>
#include <functional>
#include <map>
#include <utility>
#include <vector>
Include dependency graph for qohosabilitycontext.cpp:

Go to the source code of this file.

Namespaces

namespace  QtOhosAppKit

Functions

std::shared_ptr< OperationStatusQtOhosAppKit::startAbility (const Want &want, std::shared_ptr< StartOptions > options)
 Starts an Ability for a given want and options; pass a null options to start without any start options.
std::shared_ptr< OperationStatusQtOhosAppKit::startAbilityByType (const QString &appType, const QJsonObject &wantParameters)
 Starts an Ability for a given appType and wantParameters.
void QtOhosAppKit::startNewAbilityInstance (QWidget *instanceWidget)
 Starts another instance of the UIAbility used by the Qt app with specified widget inside.
void QtOhosAppKit::startAppProcess (const QString &processId, const Want &requestWant, std::shared_ptr< StartOptions > options)
 Starts application process for a given processId, requestWant and options; pass a null options to start without any start options.
void QtOhosAppKit::setAbilityInstanceDestroyEnabled (QWindow *instanceWindow, bool destroyEnabled)
 Sets whether the Ability related with instanceWindow can be automatically destroyed by the system when the user clicks on the window's "close" button.
std::optional< QByteArrayQtOhosAppKit::tryGetOnContinueData (const Want &want)
 Tries to get continuation / migration related data that was provided on the source device.
std::shared_ptr< OpenLinkOptionsQtOhosAppKit::createOpenLinkOptions ()