/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | process_system_api_adapter_impl.cpp | 38 ProcessSystemApiAdapterImpl::ProcessSystemApiAdapterImpl() in ProcessSystemApiAdapterImpl() function in DistributedDB::ProcessSystemApiAdapterImpl 45 ProcessSystemApiAdapterImpl::~ProcessSystemApiAdapterImpl() in ~ProcessSystemApiAdapterImpl() 56 bool ProcessSystemApiAdapterImpl::IsAccessControlled() const in IsAccessControlled() 125 bool ProcessSystemApiAdapterImpl::CheckDeviceSecurityAbility(const std::string &devId, in CheckDeviceSecurityAbility() 145 void ProcessSystemApiAdapterImpl::SetLockStatus(bool isLock) in SetLockStatus() 154 void ProcessSystemApiAdapterImpl::SetNeedCreateDb(bool isCreate) in SetNeedCreateDb() 160 void ProcessSystemApiAdapterImpl::ResetSecOptDic() in ResetSecOptDic() 165 void ProcessSystemApiAdapterImpl::ResetAdapter() in ResetAdapter() 172 void ProcessSystemApiAdapterImpl::ForkGetSecurityOption( in ForkGetSecurityOption() 178 void ProcessSystemApiAdapterImpl::ForkCheckDeviceSecurityAbility( in ForkCheckDeviceSecurityAbility() [all …]
|
H A D | process_system_api_adapter_impl.h | 27 class ProcessSystemApiAdapterImpl : public IProcessSystemApiAdapter { 29 ProcessSystemApiAdapterImpl(); 30 ~ProcessSystemApiAdapterImpl() override;
|
H A D | runtime_context_process_system_api_adapter_impl_test.cpp | 36 std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter; 60 g_adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); in SetUpTestCase()
|
H A D | distributeddb_interfaces_device_identifier_test.cpp | 623 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp…
|
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 1056 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp… 1112 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp…
|
H A D | distributeddb_interfaces_import_and_export_test.cpp | 1069 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp… 1128 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp…
|
H A D | distributeddb_interfaces_nb_delegate_rd_test.cpp | 152 …std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter = std::make_shared<ProcessSystemApiAdapterI… in SetUpTestCase() 1280 …td::shared_ptr<IProcessSystemApiAdapter> adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 1327 …td::shared_ptr<IProcessSystemApiAdapter> adapter = std::make_shared<ProcessSystemApiAdapterImpl>();
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 1812 …td::shared_ptr<IProcessSystemApiAdapter> adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 1858 …td::shared_ptr<IProcessSystemApiAdapter> adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 2880 …std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter = std::make_shared<ProcessSystemApiAdapterI…
|
H A D | distributeddb_interfaces_database_rd_kernel_test.cpp | 137 …::shared_ptr<IProcessSystemApiAdapter> g_adapter = std::make_shared<ProcessSystemApiAdapterImpl>();
|
H A D | distributeddb_interfaces_database_test.cpp | 566 …::shared_ptr<IProcessSystemApiAdapter> g_adapter = std::make_shared<ProcessSystemApiAdapterImpl>();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | process_system_api_adapter_impl.cpp | 30 ProcessSystemApiAdapterImpl::ProcessSystemApiAdapterImpl(std::shared_ptr<Endpoint> endpoint) in ProcessSystemApiAdapterImpl() function in OHOS::DistributedKv::ProcessSystemApiAdapterImpl 35 ProcessSystemApiAdapterImpl::~ProcessSystemApiAdapterImpl() in ~ProcessSystemApiAdapterImpl() 39 ProcessSystemApiAdapterImpl::DBStatus ProcessSystemApiAdapterImpl::RegOnAccessControlledEvent( in RegOnAccessControlledEvent() 45 bool ProcessSystemApiAdapterImpl::IsAccessControlled() const in IsAccessControlled() 50 ProcessSystemApiAdapterImpl::DBStatus ProcessSystemApiAdapterImpl::SetSecurityOption(const std::str… in SetSecurityOption() 82 ProcessSystemApiAdapterImpl::DBStatus ProcessSystemApiAdapterImpl::GetSecurityOption(const std::str… in GetSecurityOption() 109 bool ProcessSystemApiAdapterImpl::CheckDeviceSecurityAbility(const std::string &devId, const DBOpti… in CheckDeviceSecurityAbility()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | process_system_api_adapter_impl.h | 23 class ProcessSystemApiAdapterImpl : public DistributedDB::IProcessSystemApiAdapter { 28 API_EXPORT explicit ProcessSystemApiAdapterImpl(std::shared_ptr<Endpoint> endpoint); 29 API_EXPORT ~ProcessSystemApiAdapterImpl();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_sync_check_test.cpp | 98 …std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter = std::make_shared<ProcessSystemApiAdapterI… in SetUpTestCase() 280 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 330 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 367 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 411 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 435 …ontext::GetInstance()->SetProcessSystemApiAdapter(std::make_shared<ProcessSystemApiAdapterImpl>()); 452 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 486 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); 511 …ontext::GetInstance()->SetProcessSystemApiAdapter(std::make_shared<ProcessSystemApiAdapterImpl>());
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 701 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp… in SyncWithSecurityCheck() 2604 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp… 2635 …std::shared_ptr<ProcessSystemApiAdapterImpl> adapter = std::make_shared<ProcessSystemApiAdapterImp…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_single_ver_upgrade_test.cpp | 55 static std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter; 291 g_adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); in SetUpTestCase()
|
H A D | distributeddb_storage_subscribe_query_test.cpp | 180 static std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter; 194 g_adapter = std::make_shared<ProcessSystemApiAdapterImpl>(); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | distributed_kv_data_manager.cpp | 217 auto systemApi = std::make_shared<ProcessSystemApiAdapterImpl>(endpoint); in SetEndpoint()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 655 …std::shared_ptr<ProcessSystemApiAdapterImpl> g_adapter = std::make_shared<ProcessSystemApiAdapterI…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 1655 auto adapter = std::make_shared<ProcessSystemApiAdapterImpl>();
|