Searched refs:BundleMsClient (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager_inner.cpp | 24 return OHOS::BundleMsClient::GetInstance().GetInstallState(bundleName, installState, installProcess);
in GetInstallState() 29 return OHOS::BundleMsClient::GetInstance().GetBundleSize(bundleName);
in GetBundleSize() 34 return OHOS::BundleMsClient::GetInstance().RegisterInstallerCallback(installerCallback);
in RegisterInstallerCallback() 39 OHOS::BundleMsClient::GetInstance().UpdateBundleInfoList();
in UpdateBundleInfoList() 44 return OHOS::BundleMsClient::GetInstance().GetBundleInfosNoReplication(flags, bundleInfos, len);
in GetBundleInfosNoReplication() 49 return OHOS::BundleMsClient::GetInstance().QueryAbilityInfos(want, abilityInfo, len);
in QueryAbilityInfos() 54 return OHOS::BundleMsClient::GetInstance().RegisterEvent(installerCallback);
in RegisterEvent() 59 return OHOS::BundleMsClient::GetInstance().UnregisterEvent(installerCallback);
in UnregisterEvent() 64 return OHOS::BundleMsClient::GetInstance().InitPreAppInfo();
in InitPreAppInfo() 69 OHOS::BundleMsClient in InsertPreAppInfo() [all...] |
H A D | bundlems_slite_client.cpp | 35 bool BundleMsClient::Initialize() const
in Initialize() 60 bool BundleMsClient::Install(const char *hapPath, const InstallParam *installParam,
in Install() 94 bool BundleMsClient::Uninstall (const char *bundleName, const InstallParam *installParam,
in Uninstall() 127 bool BundleMsClient::RegisterInstallerCallback (InstallerCallback installerCallback) const
in RegisterInstallerCallback() 150 uint8_t BundleMsClient::QueryAbilityInfo (const Want *want, AbilityInfo *abilityInfo) const
in QueryAbilityInfo() 161 uint8_t BundleMsClient::GetBundleInfo (const char *bundleName, int32_t flags, BundleInfo *bundleInfo) const
in GetBundleInfo() 173 uint8_t BundleMsClient::GetBundleInfos (int32_t flags, BundleInfo **bundleInfos, int32_t *len) const
in GetBundleInfos() 188 bool BundleMsClient::GetInstallState (const char *bundleName, InstallState *installState, uint8_t *installProcess) const
in GetInstallState() 199 uint32_t BundleMsClient::GetBundleSize (const char *bundleName) const
in GetBundleSize() 210 void BundleMsClient [all...] |
H A D | bundle_manager.cpp | 22 return OHOS::BundleMsClient::GetInstance().Install(hapPath, installParam, installerCallback);
in Install() 27 return OHOS::BundleMsClient::GetInstance().Uninstall(bundleName, installParam, installerCallback);
in Uninstall() 32 return OHOS::BundleMsClient::GetInstance().QueryAbilityInfo(want, abilityInfo);
in QueryAbilityInfo() 37 return OHOS::BundleMsClient::GetInstance().GetBundleInfo(bundleName, flags, bundleInfo);
in GetBundleInfo() 42 return OHOS::BundleMsClient::GetInstance().GetBundleInfos(flags, bundleInfos, len);
in GetBundleInfos()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | bundlems_client.cpp | 22 BundleMsClient::~BundleMsClient()
in ~BundleMsClient() 27 AbilityMsStatus BundleMsClient::Initialize()
in Initialize() 40 AbilityMsStatus BundleMsClient::QueryAbilityInfo(const Want *want, AbilityInfo *result) const
in QueryAbilityInfo() 52 AbilityMsStatus BundleMsClient::QueryBundleInfo(const char* bundleName, BundleInfo *bundleInfo) const
in QueryBundleInfo() 63 AbilityMsStatus BundleMsClient::QueryKeepAliveBundleInfos(BundleInfo **bundleInfos, int32_t *len) const
in QueryKeepAliveBundleInfos()
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundlems_slite_client.h | 25 class BundleMsClient {
class 27 static BundleMsClient &GetInstance()
in GetInstance() 29 static BundleMsClient instance;
in GetInstance() 33 ~BundleMsClient() = default;
70 BundleMsClient() = default;
74 DISALLOW_COPY_AND_MOVE(BundleMsClient);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundlems_client.h | 24 class BundleMsClient : public NoCopyable { class 26 explicit BundleMsClient(const SvcIdentity &svcIdentity); 27 ~BundleMsClient() {}; in ~BundleMsClient()
|
H A D | bundle_daemon.h | 45 BundleMsClient *bundleMsClient_ { nullptr };
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/ |
H A D | bundlems_client.h | 23 class BundleMsClient {
class 25 BundleMsClient() = default;
26 ~BundleMsClient();
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundlems_client.cpp | 21 BundleMsClient::BundleMsClient(const SvcIdentity &svcIdentity) in BundleMsClient() function in OHOS::BundleMsClient 26 int32 BundleMsClient::SendReply(int32 result) in SendReply()
|
H A D | bundle_daemon.cpp | 145 BundleDaemon::GetInstance().bundleMsClient_ = new (std::nothrow) BundleMsClient(svcIdentity); in RegisterCallbackInvoke()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_mgr_handler.h | 60 BundleMsClient bundleMsClient_;
|
Completed in 7 milliseconds