/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 167 CipherPassword passwd; variable 216 CipherPassword passwd; variable 281 CipherPassword passwd; variable 325 CipherPassword passwd; variable 358 CipherPassword passwd; variable 429 CipherPassword passwd; variable 499 CipherPassword passwd; variable 548 CipherPassword passwd; variable 601 CipherPassword passwd; variable 638 CipherPassword passwd; variable [all …]
|
H A D | distributeddb_interfaces_import_and_export_test.cpp | 165 CipherPassword passwd; variable 216 CipherPassword passwd; variable 288 CipherPassword passwd; variable 357 CipherPassword passwd; variable 425 CipherPassword passwd; variable 496 CipherPassword passwd; variable 554 CipherPassword passwd; variable 621 CipherPassword passwd; variable 673 CipherPassword passwd; variable 705 CipherPassword passwd; variable [all …]
|
H A D | distributeddb_interfaces_encrypt_database_test.cpp | 100 CipherPassword passwd; // random password in CheckRekeyWithMultiKvStore() local 143 CipherPassword passwd; // random password in CheckRekeyWithExistedSnapshot() local 183 CipherPassword passwd; // random password in CheckRekeyWithExistedObserver() local 366 CipherPassword passwd; variable 409 CipherPassword passwd; variable 459 CipherPassword passwd; variable 506 CipherPassword passwd; variable 561 CipherPassword passwd; variable
|
H A D | distributeddb_interfaces_database_corrupt_test.cpp | 149 CipherPassword passwd; variable 193 CipherPassword passwd; variable 265 CipherPassword passwd; variable 336 CipherPassword passwd; variable 394 CipherPassword passwd; variable 585 CipherPassword passwd; variable
|
H A D | distributeddb_interfaces_database_test.cpp | 122 CipherPassword passwd; in OpenOpenedKvstoreWithSchema() local 183 CipherPassword passwd; in OpenClosedSchemaKvStore() local 266 CipherPassword passwd; in OpenClosedNormalKvStore() local 497 CipherPassword passwd; variable 700 CipherPassword passwd; variable 746 CipherPassword passwd; variable 821 CipherPassword passwd; variable 898 CipherPassword passwd; variable 998 CipherPassword passwd; variable
|
H A D | distributeddb_interfaces_auto_launch_test.cpp | 199 CipherPassword passwd; variable 257 CipherPassword passwd; variable 361 CipherPassword passwd; in TriggerAutoLaunch() local 453 CipherPassword passwd; variable 483 CipherPassword passwd; variable 556 CipherPassword passwd; variable 597 CipherPassword passwd; variable 641 CipherPassword passwd; in DelayAutoLaunchCycle() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | local_database_oper.cpp | 31 int LocalDatabaseOper::Rekey(const CipherPassword &passwd) in Rekey() 40 int LocalDatabaseOper::Import(const std::string &filePath, const CipherPassword &passwd) in Import() 54 bool LocalDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() 113 int LocalDatabaseOper::RekeyPostHandle(const CipherPassword &passwd) in RekeyPostHandle() 122 … LocalDatabaseOper::ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd, in ExportAllDatabases() 184 CipherPassword passwd; in ImportUnpackedDatabase() local
|
H A D | single_ver_database_oper.cpp | 56 int SingleVerDatabaseOper::Rekey(const CipherPassword &passwd) in Rekey() 65 int SingleVerDatabaseOper::Import(const std::string &filePath, const CipherPassword &passwd) in Import() 83 bool SingleVerDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() 161 int SingleVerDatabaseOper::RekeyPostHandle(const CipherPassword &passwd) in RekeyPostHandle() 173 int SingleVerDatabaseOper::ExportMainDB(const std::string ¤tDir, const CipherPassword &passwd, in ExportMainDB() 193 int SingleVerDatabaseOper::ExportMetaDB(const std::string ¤tDir, const CipherPassword &passwd, in ExportMetaDB() 216 …gleVerDatabaseOper::ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd, in ExportAllDatabases() 335 CipherPassword passwd; in ImportUnpackedMainDatabase() local 430 int SingleVerDatabaseOper::RunExportLogic(const CipherPassword &passwd, const std::string &filePref… in RunExportLogic() argument 502 CipherPassword passwd; in InitDataBaseOption() local [all …]
|
H A D | multi_ver_database_oper.cpp | 36 int MultiVerDatabaseOper::Rekey(const CipherPassword &passwd) in Rekey() 46 int MultiVerDatabaseOper::Import(const std::string &filePath, const CipherPassword &passwd) in Import() 65 bool MultiVerDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() 115 int MultiVerDatabaseOper::RekeyPostHandle(const CipherPassword &passwd) in RekeyPostHandle() 129 …ltiVerDatabaseOper::ExportAllDatabases(const std::string ¤tDir, const CipherPassword &passwd, in ExportAllDatabases() 183 CipherPassword passwd; in BackupCurrentDatabase() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_single_ver_database_oper_test.cpp | 98 CipherPassword passwd; variable 129 CipherPassword passwd; variable
|
H A D | distributeddb_storage_encrypt_test.cpp | 101 int SetEncryptParam(const char *passwd, int iterNumber, const string &algName) in SetEncryptParam() 128 int OpenWithKey(const char *passwd, int iterNumber, const string &algName, bool isEncrypted) in OpenWithKey() 158 int InputPasswd(const char *passwd, int iterNumber, const string &algName) in InputPasswd() 168 int Reconnect(const char *passwd, int iterNumber, const string &algName) in Reconnect() 270 int AttachWithKey(const string &dbName, const char *passwd) in AttachWithKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 100 int SQLiteLocalKvDB::Rekey(const CipherPassword &passwd) in Rekey() 110 int SQLiteLocalKvDB::Export(const std::string &filePath, const CipherPassword &passwd) in Export() 128 int SQLiteLocalKvDB::Import(const std::string &filePath, const CipherPassword &passwd) in Import() 158 int SQLiteLocalKvDB::RunExportLogic(CipherType type, const CipherPassword &passwd, const std::strin… in RunExportLogic() 176 int SQLiteLocalKvDB::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() 306 CipherPassword passwd; in InitDataBaseOption() local 333 const CipherPassword &passwd) in ImportDatabase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/rekey_fuzzer/ |
H A D | rekey_fuzzer.cpp | 41 CipherPassword passwd; in SingerVerReKey() local 65 CipherPassword passwd; in MultiVerVerReKey() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/ |
H A D | fileoper_fuzzer.cpp | 58 CipherPassword passwd; in SingerVerExportAndImport() local 69 CipherPassword passwd; in MultiVerExportAndImport() local
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _sim_lock_info_v10.md | 107 ### passwd subsection
|
H A D | _sim_lock_info_v11.md | 107 ### passwd subsection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | ikvdb_commit_storage.h | 36 CipherPassword passwd; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
H A D | relational_store_delegate.h | 41 CipherPassword passwd; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_delegate.h | 36 CipherPassword passwd; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relationaldb_properties.cpp | 42 void RelationalDBProperties::SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uin… in SetCipherArgs()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_user_test.cpp | 226 CipherPassword passwd; in AutoLaunchCallBack() local 255 CipherPassword passwd; in TestSyncWithUserChange() local 528 CipherPassword passwd; variable 680 CipherPassword passwd; variable 752 CipherPassword passwd; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_data_storage.cpp | 325 int SQLiteMultiVerDataStorage::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() 351 int SQLiteMultiVerDataStorage::RunExportLogic(CipherType type, const CipherPassword &passwd, const … in RunExportLogic() 389 const CipherPassword &passwd) in ImportDatabase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.h | 50 CipherPassword passwd; member
|
H A D | ikvdb_multi_ver_data_storage.h | 46 CipherPassword passwd; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/ |
H A D | delegate_fuzzer.cpp | 61 CipherPassword passwd; in EncryptOperation() local 140 CipherPassword passwd; in LLVMFuzzerTestOneInput() local
|