Searched refs:BundleDistributedManager (Results 1 – 12 of 12) sorted by relevance
41 BundleDistributedManager::BundleDistributedManager() in BundleDistributedManager() function in OHOS::AppExecFwk::BundleDistributedManager47 BundleDistributedManager::~BundleDistributedManager() in ~BundleDistributedManager()52 bool BundleDistributedManager::ConvertTargetAbilityInfo(const Want &want, TargetAbilityInfo &target… in ConvertTargetAbilityInfo()69 int32_t BundleDistributedManager::ComparePcIdString(const Want &want, const RpcIdResult &rpcIdResul… in ComparePcIdString()119 bool BundleDistributedManager::CheckAbilityEnableInstall( in CheckAbilityEnableInstall()166 bool BundleDistributedManager::QueryRpcIdByAbilityToServiceCenter(const TargetAbilityInfo &targetAb… in QueryRpcIdByAbilityToServiceCenter()228 void BundleDistributedManager::OutTimeMonitor(const std::string transactId) in OutTimeMonitor()239 void BundleDistributedManager::OnQueryRpcIdFinished(const std::string &queryRpcIdResult) in OnQueryRpcIdFinished()270 void BundleDistributedManager::SendCallbackRequest(int32_t resultCode, const std::string &transactI… in SendCallbackRequest()302 void BundleDistributedManager::SendCallback(int32_t resultCode, const QueryRpcIdParams &queryRpcIdP… in SendCallback()
22 BundleManagerCallback::BundleManagerCallback(const std::weak_ptr<BundleDistributedManager> &server) in BundleManagerCallback()
483 BundleDistributedManager mgr;507 BundleDistributedManager mgr;528 BundleDistributedManager mgr;550 BundleDistributedManager mgr;571 BundleDistributedManager mgr;588 BundleDistributedManager mgr;604 BundleDistributedManager mgr;626 BundleDistributedManager mgr;650 BundleDistributedManager mgr;672 BundleDistributedManager mgr;[all …]
31 class BundleDistributedManager : public std::enable_shared_from_this<BundleDistributedManager> {33 BundleDistributedManager();34 ~BundleDistributedManager();
26 class BundleDistributedManager; variable33 explicit BundleManagerCallback(const std::weak_ptr<BundleDistributedManager> &server);42 std::weak_ptr<BundleDistributedManager> server_;
41 auto server = std::make_shared<BundleDistributedManager>(); in DoSomethingInterestingWithMyAPI()42 std::weak_ptr<BundleDistributedManager> serverWptr = server; in DoSomethingInterestingWithMyAPI()
89 const std::shared_ptr<BundleDistributedManager> GetBundleDistributedManager() const;196 std::shared_ptr<BundleDistributedManager> bundleDistributedManager_;
46 BundleDistributedManager bundleDistributedManager; in DoSomethingInterestingWithMyAPI()
240 bundleDistributedManager_ = std::make_shared<BundleDistributedManager>(); in InitFreeInstall()371 const std::shared_ptr<BundleDistributedManager> BundleMgrService::GetBundleDistributedManager() con… in GetBundleDistributedManager()
325 const std::shared_ptr<BundleDistributedManager> GetBundleDistributedManager() const;434 const std::shared_ptr<BundleDistributedManager> BmsBundleDataMgrTest::GetBundleDistributedManager()… in GetBundleDistributedManager()
274 const std::shared_ptr<BundleDistributedManager> GetBundleDistributedManager() const;537 const std::shared_ptr<BundleDistributedManager> BmsBundleKitServiceTest::GetBundleDistributedManage… in GetBundleDistributedManager()
4286 std::make_shared<BundleDistributedManager>();