Searched refs:InstalldHostImpl (Results 1 – 12 of 12) sorted by relevance
22 InstalldHostImpl::InstalldHostImpl() in InstalldHostImpl() function in OHOS::AppExecFwk::InstalldHostImpl27 InstalldHostImpl::~InstalldHostImpl() in ~InstalldHostImpl()32 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()74 ErrCode InstalldHostImpl::RemoveBundleDataDir( in RemoveBundleDataDir()85 ErrCode InstalldHostImpl::RemoveDir(const std::string &dir) in RemoveDir()95 ErrCode InstalldHostImpl::CleanBundleDataDir(const std::string &dataDir) in CleanBundleDataDir()111 ErrCode InstalldHostImpl::GetBundleStats( in GetBundleStats()119 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId, in GetAllBundleStats()136 ErrCode InstalldHostImpl::ScanDir( in ScanDir()153 ErrCode InstalldHostImpl::Mkdir( in Mkdir()[all …]
81 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in Init()
95 InstalldHostImpl::InstalldHostImpl() in InstalldHostImpl() function in OHOS::AppExecFwk::InstalldHostImpl100 InstalldHostImpl::~InstalldHostImpl() in ~InstalldHostImpl()105 ErrCode InstalldHostImpl::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()246 ErrCode InstalldHostImpl::StopAOT() in StopAOT()816 ErrCode InstalldHostImpl::RemoveDir(const std::string &dir) in RemoveDir()996 ErrCode InstalldHostImpl::GetAllBundleStats(const int32_t userId, in GetAllBundleStats()1086 ErrCode InstalldHostImpl::ScanDir( in ScanDir()1151 ErrCode InstalldHostImpl::Mkdir( in Mkdir()1764 std::string InstalldHostImpl::GetExtensionConfigPath() const in GetExtensionConfigPath()1860 ErrCode InstalldHostImpl::InnerRemoveAtomicServiceBundleDataDir( in InnerRemoveAtomicServiceBundleDataDir()[all …]
90 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in Init()
558 InstalldHostImpl hostImpl;1276 InstalldHostImpl hostImpl;1293 InstalldHostImpl hostImpl;1307 InstalldHostImpl hostImpl;1321 InstalldHostImpl hostImpl;1334 InstalldHostImpl hostImpl;1348 InstalldHostImpl hostImpl;1363 InstalldHostImpl hostImpl;1380 InstalldHostImpl hostImpl;1397 InstalldHostImpl hostImpl;[all …]
42 sptr<InstalldHostImpl> GetInstalldHostImpl();47 sptr<InstalldHostImpl> hostImpl_ = nullptr;69 sptr<InstalldHostImpl> BmsInstallDaemonHostImplTest::GetInstalldHostImpl() in GetInstalldHostImpl()74 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in GetInstalldHostImpl()797 InstalldHostImpl impl;811 InstalldHostImpl impl;826 InstalldHostImpl impl;
47 sptr<InstalldHostImpl> hostImpl_ = nullptr;75 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in GetInstallProxy()
74 sptr<InstalldHostImpl> hostImpl_;
27 class InstalldHostImpl : public InstalldHost {29 InstalldHostImpl();30 virtual ~InstalldHostImpl();
2322 InstalldHostImpl impl;2334 InstalldHostImpl impl;2355 InstalldHostImpl impl;2379 InstalldHostImpl impl;2407 InstalldHostImpl impl;2429 InstalldHostImpl impl;2450 InstalldHostImpl impl;2466 InstalldHostImpl impl;2478 InstalldHostImpl impl;2545 InstalldHostImpl impl;[all …]
225 …int32_t ret = InstalldHostImpl().Mkdir(aotFilePath, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOT… in StartAOTCompiler()