Home
last modified time | relevance | path

Searched refs:SetProcessLabel (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp35 DBStatus RuntimeConfig::SetProcessLabel(const std::string &appId, const std::string &userId) in SetProcessLabel() function in DistributedDB::RuntimeConfig
43 int errCode = KvDBManager::SetProcessLabel(appId, userId); in SetProcessLabel()
H A Dkv_store_delegate_manager.cpp435 DBStatus KvStoreDelegateManager::SetProcessLabel(const std::string &appId, const std::string &userI… in SetProcessLabel() function in DistributedDB::KvStoreDelegateManager
443 int errCode = KvDBManager::SetProcessLabel(appId, userId); in SetProcessLabel()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/importfile_fuzzer/
H A Dimportfile_fuzzer.cpp34 kvManager.SetProcessLabel("FUZZ", "DISTRIBUTEDDB"); in SingerVerImport()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h40 DB_API static DBStatus SetProcessLabel(const std::string &appId, const std::string &userId);
H A Dkv_store_delegate_manager.h71 DB_API static DBStatus SetProcessLabel(const std::string &appId, const std::string &userId);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/
H A Dfileoper_fuzzer.cpp98 OHOS::g_kvManager.SetProcessLabel("FUZZ", "DISTRIBUTEDDB"); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h50 static int SetProcessLabel(const std::string &appId, const std::string &userId);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp154 KvStoreDelegateManager::SetProcessLabel(rawString, "defaut"); in CommunicatorFuzzer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/
H A Dkvdelegatemanager_fuzzer.cpp105 (void) KvStoreDelegateManager::SetProcessLabel(appId, userId); in CombineTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp144 RuntimeConfig::SetProcessLabel(appId, userId); in CombineTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h52 virtual void SetProcessLabel(const std::string &label) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp202 auto dbStatus = DistributedDB::KvStoreDelegateManager::SetProcessLabel("default", "default"); in SetEndpoint()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h41 void SetProcessLabel(const std::string &label) override;
H A Druntime_context_impl.cpp76 void RuntimeContextImpl::SetProcessLabel(const std::string &label) in SetProcessLabel() function in DistributedDB::RuntimeContextImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp820 int KvDBManager::SetProcessLabel(const std::string &appId, const std::string &userId) in SetProcessLabel() function in DistributedDB::KvDBManager
823 RuntimeContext::GetInstance()->SetProcessLabel(label); in SetProcessLabel()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp48 … auto status = DistributedDB::KvStoreDelegateManager::SetProcessLabel("objectstoreDB", bundleName); in Open()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp1064 DBStatus status = RuntimeConfig::SetProcessLabel("", "");
1066 …status = RuntimeConfig::SetProcessLabel("DistributedDBInterfacesRelationalSyncTest", "RuntimeConfi…
H A Ddistributeddb_interfaces_nb_transaction_test.cpp137 g_mgr.SetProcessLabel("DistributedDBInterfacesNBTransactionTest", "test"); in SetUpTestCase()
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp96 g_mgr.SetProcessLabel("6666", "8888"); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_autolaunch_test.cpp656 manager->SetProcessLabel("MST", "GetDevicesID");
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp644 manager->SetProcessLabel("MST", "GetDevicesID");
H A Ddistributeddb_nb_local_batch_crud_test.cpp47 manager.SetProcessLabel("MST", "GetDevicesID"); in SetUpTestCase()
H A Ddistributeddb_kv_backup_test.cpp62 manager->SetProcessLabel("MST", "GetDevicesID"); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_subscribe_query_test.cpp183 g_mgr.SetProcessLabel("DistributedDBStorageSubscribeQueryTest", "test"); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp115 KvStoreDelegateManager::SetProcessLabel(Bootstrap::GetInstance().GetProcessLabel(), "default"); in Initialize()

12