Searched refs:BundleMgrClientImpl (Results 1 – 6 of 6) sorted by relevance
46 BundleMgrClientImpl::BundleMgrClientImpl() in BundleMgrClientImpl() function in OHOS::AppExecFwk::BundleMgrClientImpl51 BundleMgrClientImpl::~BundleMgrClientImpl() in ~BundleMgrClientImpl()60 ErrCode BundleMgrClientImpl::GetNameForUid(const int uid, std::string &name) in GetNameForUid()85 ErrCode BundleMgrClientImpl::GetBundlePackInfo( in GetBundlePackInfo()98 ErrCode BundleMgrClientImpl::CreateBundleDataDir(int32_t userId) in CreateBundleDataDir()235 bool BundleMgrClientImpl::ConvertResourcePath( in ConvertResourcePath()380 bool BundleMgrClientImpl::IsFileExisted(const std::string &filePath) const in IsFileExisted()463 ErrCode BundleMgrClientImpl::GetSandboxBundleInfo( in GetSandboxBundleInfo()560 ErrCode BundleMgrClientImpl::Connect() in Connect()577 std::weak_ptr<BundleMgrClientImpl> weakPtr = shared_from_this(); in Connect()[all …]
26 std::shared_ptr<BundleMgrClientImpl> BundleMgrClient::impl_ = std::make_shared<BundleMgrClientImpl>…
37 class BundleMgrClientImpl : public std::enable_shared_from_this<BundleMgrClientImpl> {39 BundleMgrClientImpl();40 virtual ~BundleMgrClientImpl();
30 class BundleMgrClientImpl; variable118 static std::shared_ptr<BundleMgrClientImpl> impl_;
2097 BundleMgrClientImpl impl;2115 BundleMgrClientImpl impl;2136 BundleMgrClientImpl impl;2149 BundleMgrClientImpl impl;2178 BundleMgrClientImpl impl;2207 BundleMgrClientImpl impl;2236 BundleMgrClientImpl impl;2265 BundleMgrClientImpl impl;2278 BundleMgrClientImpl impl;2444 BundleMgrClientImpl impl;[all …]
587 OHOS::AppExecFwk::BundleMgrClientImpl clientImpl; in ParseSubtype()