Searched refs:IsDisableState (Results 1 – 3 of 3) sorted by relevance
1034 bool IsDisableState(const InstallState state) const;
4045 bool testRet = GetBundleDataMgr()->IsDisableState(InstallState::UPDATING_START);4047 testRet = GetBundleDataMgr()->IsDisableState(InstallState::UNINSTALL_START);4049 testRet = GetBundleDataMgr()->IsDisableState(InstallState::ROLL_BACK);
3878 bool BundleDataMgr::IsDisableState(const InstallState state) const in IsDisableState() function in OHOS::AppExecFwk::BundleDataMgr