Home
last modified time | relevance | path

Searched refs:BundleMgrClientImpl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp46 BundleMgrClientImpl::BundleMgrClientImpl() in BundleMgrClientImpl() function in OHOS::AppExecFwk::BundleMgrClientImpl
51 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 …]
H A Dbundle_mgr_client.cpp26 std::shared_ptr<BundleMgrClientImpl> BundleMgrClient::impl_ = std::make_shared<BundleMgrClientImpl>…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client_impl.h37 class BundleMgrClientImpl : public std::enable_shared_from_this<BundleMgrClientImpl> {
39 BundleMgrClientImpl();
40 virtual ~BundleMgrClientImpl();
H A Dbundle_mgr_client.h30 class BundleMgrClientImpl; variable
118 static std::shared_ptr<BundleMgrClientImpl> impl_;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2097 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 …]
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp587 OHOS::AppExecFwk::BundleMgrClientImpl clientImpl; in ParseSubtype()