Home
last modified time | relevance | path

Searched refs:GetSecurityOption (Results 1 - 25 of 56) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_system_api_adapter.h49 virtual DBStatus GetSecurityOption(const std::string &filePath, SecurityOption &option) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsystem_api.h29 DBStatus GetSecurityOption(const std::string &filePath, DBOption &option) const override;
H A Dprocess_system_api_adapter_impl.h33 DBStatus GetSecurityOption(const std::string &filePath, DBOption &option) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Disync_interface.h71 virtual int GetSecurityOption(SecurityOption &option) const = 0;
H A Dsync_generic_interface.h97 int GetSecurityOption(SecurityOption &option) const override
H A Dikvdb_connection.h131 virtual int GetSecurityOption(int &securityLabel, int &securityFlag) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Dprocess_system_api_adapter_impl.h34 DBStatus GetSecurityOption(const std::string &filePath, SecurityOption &option) const override;
H A Druntime_context_process_system_api_adapter_impl_test.cpp112 * @tc.steps: step1. call GetSecurityOption to get SecurityOption before set g_adapter in HWTEST_F()
116 int errCode = RuntimeContext::GetInstance()->GetSecurityOption(DATA_FILE_PATH, g_option); in HWTEST_F()
120 * @tc.steps: step2. call GetSecurityOption to get SecurityOption after set g_adapter in HWTEST_F()
125 errCode = RuntimeContext::GetInstance()->GetSecurityOption(DATA_FILE_PATH, g_option); in HWTEST_F()
H A Dprocess_system_api_adapter_impl.cpp108 DBStatus ProcessSystemApiAdapterImpl::GetSecurityOption(const std::string &filePath, SecurityOption &option) const in GetSecurityOption() function in DistributedDB::ProcessSystemApiAdapterImpl
115 LOGE("[ProcessSystemApiAdapterImpl]::[GetSecurityOption] path [%s] not set secOpt!", filePath.c_str()); in GetSecurityOption()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.h51 DBStatus GetSecurityOption(const std::string &filePath, SecurityOption &option) const override;
H A Dsecurity.cpp80 DBStatus Security::GetSecurityOption(const std::string &filePath, SecurityOption &option) const in GetSecurityOption() function in OHOS::DistributedKv::Security
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp226 int errCode = RuntimeContext::GetInstance()->GetSecurityOption(g_maindbPath, checkSecOpt); in CheckSecOpt()
231 errCode = RuntimeContext::GetInstance()->GetSecurityOption(g_cachedbPath, checkSecOpt); in CheckSecOpt()
236 errCode = RuntimeContext::GetInstance()->GetSecurityOption(g_metadbPath, checkSecOpt); in CheckSecOpt()
504 RuntimeContext::GetInstance()->GetSecurityOption(g_maindbPath, checkSecOpt); in HWTEST_F()
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp203 * @tc.steps::step4. test GetSecurityOption with invalid SQLiteSingleVerNaturalStore in HWTEST_F()
208 errCode = invalidConnection->GetSecurityOption(securityLabel, securityFlag); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h51 const SecurityOption &GetSecurityOption() const in GetSecurityOption() function in DistributedDB::SQLiteSingleVerStorageEngine
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.h112 SecurityOption GetSecurityOption() const;
H A Dremote_executor.cpp291 errCode = CheckSecurityOption(storage, communicator, packet->GetSecurityOption()); in ReceiveRemoteExecutorAck()
747 int errCode = storage->GetSecurityOption(localOption); in FillRequestPacket()
947 errCode = storage->GetSecurityOption(option); in ResponseRemoteQueryRequest()
953 LOGD("GetSecurityOption errCode:%d", errCode); in ResponseRemoteQueryRequest()
990 int errCode = storage->GetSecurityOption(localOption); in CheckSecurityOption()
1009 int errCode = storage->GetSecurityOption(localOption); in CheckRemoteRecvData()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsystem_api.cpp76 SystemApi::DBStatus SystemApi::GetSecurityOption(const std::string &filePath, DBOption &option) const in GetSecurityOption() function in OHOS::DistributedKv::SystemApi
H A Dprocess_system_api_adapter_impl.cpp82 ProcessSystemApiAdapterImpl::DBStatus ProcessSystemApiAdapterImpl::GetSecurityOption(const std::string &filePath, in GetSecurityOption() function in OHOS::DistributedKv::ProcessSystemApiAdapterImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp122 DistributedDB::DBStatus GetSecurityOption(const std::string &filePath, SecurityOption &option) const override
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h122 int GetSecurityOption(SecurityOption &option) const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp374 int VirtualRelationalVerSyncDBInterface::GetSecurityOption(SecurityOption &option) const in GetSecurityOption() function in DistributedDB::VirtualRelationalVerSyncDBInterface
376 int errCode = RuntimeContext::GetInstance()->GetSecurityOption("", option); in GetSecurityOption()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.h74 int GetSecurityOption(int &securityLabel, int &securityFlag) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp126 int errCode = storage->GetSecurityOption(localSecOption); in IsPermitRemoteDeviceRecvData()
234 int errCode = storage->GetSecurityOption(localOption); in CheckPermitReceiveData()
554 err = storage.GetSecurityOption(localOption); in SetDataRequestCommonInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.h75 DBStatus GetSecurityOption(SecurityOption &option) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.cpp27 return RuntimeContext::GetInstance()->GetSecurityOption(filePath, secOpt); in GetPathSecurityOption()

Completed in 23 milliseconds

123