Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 1 - 25 of 31) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp15 #define LOG_TAG "Bootstrap"
30 Bootstrap &Bootstrap::GetInstance() in GetInstance()
32 static Bootstrap bootstrap; in GetInstance()
36 std::string Bootstrap::GetProcessLabel() in GetProcessLabel()
45 std::string Bootstrap::GetMetaDBName() in GetMetaDBName()
54 void Bootstrap::LoadComponents() in LoadComponents()
84 void Bootstrap::LoadCheckers() in LoadCheckers()
128 void Bootstrap::LoadBackup(std::shared_ptr<ExecutorPool> executors) in LoadBackup()
143 void Bootstrap
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/kvdbservicestub_fuzzer/
H A Dkvdbservicestub_fuzzer.cpp43 Bootstrap::GetInstance().LoadComponents(); in OnRemoteRequestFuzz()
44 Bootstrap::GetInstance().LoadDirectory(); in OnRemoteRequestFuzz()
45 Bootstrap::GetInstance().LoadCheckers(); in OnRemoteRequestFuzz()
46 Bootstrap::GetInstance().LoadNetworks(); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dchecker_manager_test.cpp77 Bootstrap::GetInstance().LoadComponents(); in SetUp()
78 Bootstrap::GetInstance().LoadDirectory(); in SetUp()
79 Bootstrap::GetInstance().LoadCheckers(); in SetUp()
80 Bootstrap::GetInstance().LoadNetworks(); in SetUp()
H A Dmeta_data_test.cpp48 Bootstrap::GetInstance().LoadDirectory(); in SetUpTestCase()
49 Bootstrap::GetInstance().LoadCheckers(); in SetUpTestCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/include/
H A Dbootstrap.h23 class Bootstrap { class
25 API_EXPORT static Bootstrap &GetInstance();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_account_observer.cpp35 metaData.bundleName = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in OnAccountChanged()
36 metaData.appId = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in OnAccountChanged()
H A Druntime_store.cpp458 metaData.bundleName = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in BuildMetaDataParam()
459 metaData.appId = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in BuildMetaDataParam()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dsession_manager_test.cpp66 Bootstrap::GetInstance().LoadComponents(); in SetUpTestCase()
67 Bootstrap::GetInstance().LoadDirectory(); in SetUpTestCase()
68 Bootstrap::GetInstance().LoadCheckers(); in SetUpTestCase()
H A Dkvstore_data_service_clear_test.cpp74 DistributedData::Bootstrap::GetInstance().LoadDirectory(); in SetUp()
75 DistributedData::Bootstrap::GetInstance().LoadCheckers(); in SetUp()
H A Dkvstore_data_service_test.cpp63 Bootstrap::GetInstance().LoadComponents(); in HWTEST_F()
64 Bootstrap::GetInstance().LoadCheckers(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dmeta_data_test.cpp95 DistributedData::Bootstrap::GetInstance().LoadComponents(); in SetUpTestCase()
96 DistributedData::Bootstrap::GetInstance().LoadDirectory(); in SetUpTestCase()
97 DistributedData::Bootstrap::GetInstance().LoadCheckers(); in SetUpTestCase()
H A Dudmf_run_time_store_test.cpp73 DistributedData::Bootstrap::GetInstance().LoadComponents(); in SetUpTestCase()
74 DistributedData::Bootstrap::GetInstance().LoadDirectory(); in SetUpTestCase()
75 DistributedData::Bootstrap::GetInstance().LoadCheckers(); in SetUpTestCase()
H A Ddirectory_manager_test.cpp76 Bootstrap::GetInstance().LoadDirectory(); in SetUp()
H A Dkvdb_service_impl_test.cpp605 Bootstrap::GetInstance().LoadDirectory(); in HWTEST_F()
606 Bootstrap::GetInstance().LoadCheckers(); in HWTEST_F()
H A Ddevice_matrix_test.cpp91 Bootstrap::GetInstance().LoadCheckers(); in SetUpTestCase()
H A Dwater_version_manager_test.cpp94 Bootstrap::GetInstance().LoadCheckers(); in SetUpTestCase()
H A Dkvdb_service_test.cpp79 Bootstrap::GetInstance().LoadDirectory(); in SetUp()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp64 label_(Bootstrap::GetInstance().GetProcessLabel()), in KvStoreMetaManager()
65 delegateManager_(Bootstrap::GetInstance().GetProcessLabel(), "default") in KvStoreMetaManager()
104 auto pipe = Bootstrap::GetInstance().GetProcessLabel() + "-" + "default"; in InitBroadcast()
155 data.storeId = Bootstrap::GetInstance().GetMetaDBName(); in InitMetaData()
279 delegateManager_.GetKvStore(Bootstrap::GetInstance().GetMetaDBName(), option, in CreateMetaKvStore()
288 delegateManager_.GetKvStore(Bootstrap::GetInstance().GetMetaDBName(), option, in CreateMetaKvStore()
354 auto bundleName = Bootstrap::GetInstance().GetProcessLabel(); in CloudSyncTask()
355 auto storeName = Bootstrap::GetInstance().GetMetaDBName(); in CloudSyncTask()
442 Crypto::Sha256(label_ + "_" + Bootstrap::GetInstance().GetMetaDBName()));
H A Dkvstore_data_service.cpp115 KvStoreDelegateManager::SetProcessLabel(Bootstrap::GetInstance().GetProcessLabel(), "default"); in Initialize()
277 ZLOGI("Bootstrap configs and plugins."); in OnStart()
309 Bootstrap::GetInstance().LoadComponents(); in LoadConfigs()
310 Bootstrap::GetInstance().LoadDirectory(); in LoadConfigs()
311 Bootstrap::GetInstance().LoadCheckers(); in LoadConfigs()
312 Bootstrap::GetInstance().LoadNetworks(); in LoadConfigs()
313 Bootstrap::GetInstance().LoadBackup(executors_); in LoadConfigs()
314 Bootstrap::GetInstance().LoadCloud(); in LoadConfigs()
315 Bootstrap::GetInstance().LoadAppIdMappings(); in LoadConfigs()
348 DeviceMatrix::GetInstance().Initialize(IPCSkeleton::GetCallingTokenID(), Bootstrap in StartService()
[all...]
H A Dfeature_stub_impl.cpp43 featureImpl_->OnBind({ Bootstrap::GetInstance().GetProcessLabel(), in OnInitialize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp146 saveMeta.bundleName = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in OnInitialize()
147 saveMeta.appId = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in OnInitialize()
320 if (storeMeta.bundleName == DistributedData::Bootstrap::GetInstance().GetProcessLabel()) { in ResolveAutoLaunch()
H A Dobject_manager.cpp300 std::string appId = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in Clear()
703 new DistributedDB::KvStoreDelegateManager(DistributedData::Bootstrap::GetInstance().GetProcessLabel(), userId); in SetData()
1074 std::string appId = DistributedData::Bootstrap::GetInstance().GetProcessLabel(); in SaveUserToMeta()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp93 if (meta.bundleName == Bootstrap::GetInstance().GetProcessLabel()) { in IsAutoSync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.cpp77 if (appId_ == Bootstrap::GetInstance().GetProcessLabel()) { in GetHeadDataSize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp148 if (data.appId == Bootstrap::GetInstance().GetProcessLabel()) { in GetDBOption()
161 : manager_(meta.appId, meta.appId == Bootstrap::GetInstance().GetProcessLabel() ? defaultAccountId : meta.user, in KVDBGeneralStore()

Completed in 19 milliseconds

12