Home
last modified time | relevance | path

Searched refs:GetPassword (Results 1 - 22 of 22) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.cpp58 localKvDb_->GetDbProperties().GetPassword(cipherType, cachePasswd); in RekeyPreHandle()
93 localKvDb_->GetDbProperties().GetPassword(cipherType, oldPasswd); in BackupDb()
117 localKvDb_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in RekeyPostHandle()
130 localKvDb_->GetDbProperties().GetPassword(cipherType, currPasswd); in ExportAllDatabases()
185 localKvDb_->GetDbProperties().GetPassword(cipherType, passwd); in ImportUnpackedDatabase()
H A Dmulti_ver_database_oper.cpp69 multiVerNaturalStore_->GetDbProperties().GetPassword(cipherType, cachePasswd); in RekeyPreHandle()
119 multiVerNaturalStore_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in RekeyPostHandle()
138 multiVerNaturalStore_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in ExportAllDatabases()
184 multiVerNaturalStore_->GetDbProperties().GetPassword(cipherType, passwd); in BackupCurrentDatabase()
272 multiVerNaturalStore_->GetDbProperties().GetPassword(cipherType, currPasswd); in ImportDatabase()
H A Dsingle_ver_database_oper.cpp92 singleVerNaturalStore_->GetDbProperties().GetPassword(cipherType, cachePasswd); in RekeyPreHandle()
165 singleVerNaturalStore_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in RekeyPostHandle()
183 singleVerNaturalStore_->GetDbProperties().GetPassword(cipherType, currPasswd); in ExportMainDB()
336 singleVerNaturalStore_->GetDbProperties().GetPassword(cipherType, passwd); in ImportUnpackedMainDatabase()
436 singleVerNaturalStore_->GetDbProperties().GetPassword(cipherType, currPasswd); in RunExportLogic()
503 properties.GetPassword(cipherType, passwd); in InitDataBaseOption()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_proxy_userinfo.cpp78 if (httpProxy.GetUsername().size() == 0 || httpProxy.GetPassword().size() == 0) { in SaveHttpProxyHostPass()
85 std::string passTemp = httpProxy.GetPassword(); in SaveHttpProxyHostPass()
H A Dnet_http_probe.cpp423 auto passwd = tempProxy.GetPassword(); in SetUserInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h36 void GetPassword(CipherType &type, CipherPassword &password) const;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_url.h91 std::string GetPassword() const in GetPassword() function in OHOS::Sharing::RtspUrl
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dhttp_proxy.h42 [[nodiscard]] SecureData GetPassword() const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp61 void KvDBProperties::GetPassword(CipherType &type, CipherPassword &password) const in GetPassword() function in DistributedDB::KvDBProperties
H A Dkvdb_manager.cpp1018 kvDB->GetMyProperties().GetPassword(cacheType, cachePasswd); in CheckKvDBProperties()
1019 properties.GetPassword(inputType, inputPasswd); in CheckKvDBProperties()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h86 virtual int32_t GetPassword(const RdbSyncerParam &param, std::vector<uint8_t> &password) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp307 kvDBProp.GetPassword(cipherType, passwd); in InitDataBaseOption()
347 properties.GetPassword(cipherType, dstPasswd); in ImportDatabase()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp64 SecureData HttpProxy::GetPassword() const in GetPassword() function in OHOS::NetManagerStandard::HttpProxy
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h83 int32_t GetPassword(const RdbSyncerParam& param, std::vector<uint8_t> &key) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h100 int32_t GetPassword(const RdbSyncerParam &param, std::vector<uint8_t> &password) override;
H A Drdb_service_stub.cpp387 auto status = GetPassword(param, key); in OnGetPassword()
H A Drdb_service_impl.cpp1177 int32_t RdbServiceImpl::GetPassword(const RdbSyncerParam &param, std::vector<uint8_t> &password)
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp282 kvDBProp.GetPassword(cipherType, passwd); in InitStorages()
332 kvDBProp.GetPassword(cipherType, passwd); in CheckSubStorageVersion()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp551 int32_t RdbServiceProxy::GetPassword(const RdbSyncerParam &param, std::vector<uint8_t> &key) in GetPassword() function in OHOS::DistributedRdb::RdbServiceProxy
H A Dsqlite_connection.cpp1319 svcErr = service->GetPassword(param, key); in SetServiceKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp193 kvDBProp.GetPassword(properties.cipherType, properties.passwd); in SetUserVer()
1666 kvDBProp.GetPassword(cipherType, passwd); in InitDataBaseOption()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp909 auto password = rtspUrl->GetPassword(); in HWTEST_F()

Completed in 29 milliseconds