Home
last modified time | relevance | path

Searched refs:BundleCommandCommon (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command_common.cpp34 sptr<IBundleMgr> BundleCommandCommon::GetBundleMgrProxy() in GetBundleMgrProxy()
54 sptr<IDistributedBms> BundleCommandCommon::GetDistributedBundleMgrService() in GetDistributedBundleMgrService()
71 int32_t BundleCommandCommon::GetCurrentUserId(int32_t userId) in GetCurrentUserId()
87 std::map<int32_t, std::string> BundleCommandCommon::bundleMessageMap_ = {
H A Dbundle_command.cpp228 messageMap_ = BundleCommandCommon::bundleMessageMap_; in CreateMessageMap()
237 bundleMgrProxy_ = BundleCommandCommon::GetBundleMgrProxy(); in Init()
514 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsInstallCommand()
613 userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsInstallCommand()
733 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsUninstallCommand()
848 userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsUninstallCommand()
932 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsDumpCommand()
1091 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsCleanCommand()
1258 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsEnableCommand()
1393 int32_t userId = BundleCommandCommon in RunAsDisableCommand()
[all...]
H A Dbundle_test_tool.cpp973 messageMap_ = BundleCommandCommon::bundleMessageMap_; in CreateMessageMap()
983 bundleMgrProxy_ = BundleCommandCommon::GetBundleMgrProxy(); in Init()
998 distributedBmsProxy_ = BundleCommandCommon::GetDistributedBundleMgrService(); in Init()
3572 userId = BundleCommandCommon::GetCurrentUserId(userId); in GetBundleStats()
3611 userId = BundleCommandCommon::GetCurrentUserId(userId); in GetAppProvisionInfo()
4363 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in ImplicitQuerySkillUriInfo()
4552 int32_t userId = BundleCommandCommon::GetCurrentUserId(Constants::UNSPECIFIED_USERID); in RunAsIsBundleInstalled()
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command_common.h30 class BundleCommandCommon { class

Completed in 11 milliseconds