/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | runtime_config.cpp | 35 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 D | kv_store_delegate_manager.cpp | 435 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 D | importfile_fuzzer.cpp | 34 kvManager.SetProcessLabel("FUZZ", "DISTRIBUTEDDB"); in SingerVerImport()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | runtime_config.h | 40 DB_API static DBStatus SetProcessLabel(const std::string &appId, const std::string &userId);
|
H A D | kv_store_delegate_manager.h | 71 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 D | fileoper_fuzzer.cpp | 98 OHOS::g_kvManager.SetProcessLabel("FUZZ", "DISTRIBUTEDDB"); in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | kvdb_manager.h | 50 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 D | iprocesscommunicator_fuzzer.cpp | 154 KvStoreDelegateManager::SetProcessLabel(rawString, "defaut"); in CommunicatorFuzzer()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/ |
H A D | kvdelegatemanager_fuzzer.cpp | 105 (void) KvStoreDelegateManager::SetProcessLabel(appId, userId); in CombineTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
H A D | relationalstoremanager_fuzzer.cpp | 144 RuntimeConfig::SetProcessLabel(appId, userId); in CombineTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | runtime_context.h | 52 virtual void SetProcessLabel(const std::string &label) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | distributed_kv_data_manager.cpp | 202 auto dbStatus = DistributedDB::KvStoreDelegateManager::SetProcessLabel("default", "default"); in SetEndpoint()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.h | 41 void SetProcessLabel(const std::string &label) override;
|
H A D | runtime_context_impl.cpp | 76 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 D | kvdb_manager.cpp | 820 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 D | flat_object_storage_engine.cpp | 48 … auto status = DistributedDB::KvStoreDelegateManager::SetProcessLabel("objectstoreDB", bundleName); in Open()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 1064 DBStatus status = RuntimeConfig::SetProcessLabel("", ""); 1066 …status = RuntimeConfig::SetProcessLabel("DistributedDBInterfacesRelationalSyncTest", "RuntimeConfi…
|
H A D | distributeddb_interfaces_nb_transaction_test.cpp | 137 g_mgr.SetProcessLabel("DistributedDBInterfacesNBTransactionTest", "test"); in SetUpTestCase()
|
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 96 g_mgr.SetProcessLabel("6666", "8888"); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_autolaunch_test.cpp | 656 manager->SetProcessLabel("MST", "GetDevicesID");
|
H A D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 644 manager->SetProcessLabel("MST", "GetDevicesID");
|
H A D | distributeddb_nb_local_batch_crud_test.cpp | 47 manager.SetProcessLabel("MST", "GetDevicesID"); in SetUpTestCase()
|
H A D | distributeddb_kv_backup_test.cpp | 62 manager->SetProcessLabel("MST", "GetDevicesID"); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_subscribe_query_test.cpp | 183 g_mgr.SetProcessLabel("DistributedDBStorageSubscribeQueryTest", "test"); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 115 KvStoreDelegateManager::SetProcessLabel(Bootstrap::GetInstance().GetProcessLabel(), "default"); in Initialize()
|