Home
last modified time | relevance | path

Searched refs:BundleStateStorage (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_state_storage.h27 class BundleStateStorage : public std::enable_shared_from_this<BundleStateStorage> { class
29 BundleStateStorage() = default;
30 ~BundleStateStorage() = default;
H A Dbundle_data_mgr.h1226 std::shared_ptr<BundleStateStorage> bundleStateStorage_;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_state_storage.cpp58 bool BundleStateStorage::HasBundleUserInfoJsonDb() in HasBundleUserInfoJsonDb()
92 bool BundleStateStorage::LoadAllBundleStateData( in LoadAllBundleStateData()
107 bool BundleStateStorage::LoadAllBundleStateDataFromJson( in LoadAllBundleStateDataFromJson()
149 bool BundleStateStorage::SaveBundleStateStorage( in SaveBundleStateStorage()
183 bool BundleStateStorage::GetBundleStateStorage( in GetBundleStateStorage()
209 bool BundleStateStorage::DeleteBundleState( in DeleteBundleState()
244 bool BundleStateStorage::GetBundleStateJson(nlohmann::json &jParse) in GetBundleStateJson()
H A Dbundle_data_mgr.cpp126 bundleStateStorage_ = std::make_shared<BundleStateStorage>(); in BundleDataMgr()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp1055 * @tc.desc: 1.Test the DeleteBundleState of BundleStateStorage
1059 BundleStateStorage bundleStateStorage; in HWTEST_F()
1069 * @tc.desc: 1.Test the GetBundleStateStorage of BundleStateStorage
1073 BundleStateStorage bundleStateStorage; in HWTEST_F()
1087 * @tc.desc: 1.Test the GetBundleStateStorage of BundleStateStorage
1150 * @tc.desc: 1.Test the GetBundleStateStorage of BundleStateStorage
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp1047 * @tc.desc: 1.test SaveBundleStateStorage of BundleStateStorage
1051 BundleStateStorage bundleStateStorage; in HWTEST_F()

Completed in 25 milliseconds