Home
last modified time | relevance | path

Searched refs:IsDisableState (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1015 bool IsDisableState(const InstallState state) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4023 bool testRet = GetBundleDataMgr()->IsDisableState(InstallState::UPDATING_START); in HWTEST_F()
4025 testRet = GetBundleDataMgr()->IsDisableState(InstallState::UNINSTALL_START); in HWTEST_F()
4027 testRet = GetBundleDataMgr()->IsDisableState(InstallState::ROLL_BACK); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3929 bool BundleDataMgr::IsDisableState(const InstallState state) const in IsDisableState() function in OHOS::AppExecFwk::BundleDataMgr

Completed in 26 milliseconds