Home
last modified time | relevance | path

Searched refs:GetProcessLabel (Results 1 - 20 of 20) sorted by relevance

/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/service/bootstrap/include/
H A Dbootstrap.h26 API_EXPORT std::string GetProcessLabel();
/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()
354 auto bundleName = Bootstrap::GetInstance().GetProcessLabel(); in CloudSyncTask()
H A Dfeature_stub_impl.cpp43 featureImpl_->OnBind({ Bootstrap::GetInstance().GetProcessLabel(), in OnInitialize()
H A Dkvstore_data_service.cpp115 KvStoreDelegateManager::SetProcessLabel(Bootstrap::GetInstance().GetProcessLabel(), "default"); in Initialize()
438 if (isTripleIdentifierEqual && storeMeta.bundleName != Bootstrap::GetInstance().GetProcessLabel()) { in ResolveAutoLaunchParamByIdentifier()
455 if (storeMeta.bundleName == Bootstrap::GetInstance().GetProcessLabel()) { in ResolveAutoLaunchParamByIdentifier()
/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/bootstrap/src/
H A Dbootstrap.cpp36 std::string Bootstrap::GetProcessLabel() in GetProcessLabel() function in OHOS::DistributedData::Bootstrap
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp60 std::string processLabel = RuntimeContext::GetInstance()->GetProcessLabel(); in SetProcessCommunicator()
H A Dkv_store_delegate_manager.cpp459 std::string processLabel = RuntimeContext::GetInstance()->GetProcessLabel(); in SetProcessCommunicator()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp93 if (meta.bundleName == Bootstrap::GetInstance().GetProcessLabel()) { in IsAutoSync()
H A Ddevice_matrix.cpp87 auto metaName = Bootstrap::GetInstance().GetProcessLabel(); in Initialize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h53 virtual std::string GetProcessLabel() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h42 std::string GetProcessLabel() const override;
H A Druntime_context_impl.cpp80 std::string RuntimeContextImpl::GetProcessLabel() const in GetProcessLabel() function in DistributedDB::RuntimeContextImpl
/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()
H A Dkvdb_service_impl.cpp1037 meta.bundleName = Bootstrap::GetInstance().GetProcessLabel(); in GetDistributedDataMeta()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp203 auto metaName = Bootstrap::GetInstance().GetProcessLabel(); in SyncManager()

Completed in 20 milliseconds